You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2018/11/03 15:08:21 UTC

svn commit: r1845669 - in /openoffice/trunk/main: default_images/svx/res/frmsel.bmp default_images/svx/res/frmsel.png svx/source/dialog/frmsel.src

Author: mseidel
Date: Sat Nov  3 15:08:21 2018
New Revision: 1845669

URL: http://svn.apache.org/viewvc?rev=1845669&view=rev
Log:
Cleaning up frame selector resources

Added:
    openoffice/trunk/main/default_images/svx/res/frmsel.png   (with props)
Removed:
    openoffice/trunk/main/default_images/svx/res/frmsel.bmp
Modified:
    openoffice/trunk/main/svx/source/dialog/frmsel.src

Added: openoffice/trunk/main/default_images/svx/res/frmsel.png
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/default_images/svx/res/frmsel.png?rev=1845669&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openoffice/trunk/main/default_images/svx/res/frmsel.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: openoffice/trunk/main/svx/source/dialog/frmsel.src
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/dialog/frmsel.src?rev=1845669&r1=1845668&r2=1845669&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/dialog/frmsel.src (original)
+++ openoffice/trunk/main/svx/source/dialog/frmsel.src Sat Nov  3 15:08:21 2018
@@ -30,37 +30,37 @@
 
 Resource RID_SVXSTR_BORDER_CONTROL
 {
-    StringArray ARR_TEXTS
+	StringArray ARR_TEXTS
 	{
-        ItemList [ en-US ] =
-        {
-            < "Border setting" ; 0; > ;
-            < "Left border line" ; 1; > ;
-            < "Right border line" ; 2; > ;
-            < "Top border line" ; 3; > ;
-            < "Bottom border line" ; 4; > ;
-            < "Horizontal border line" ; 5; > ;
-            < "Vertical border line" ; 6; > ;
-            < "Diagonal border line from top left to bottom right" ; 7; > ;
-            < "Diagonal border line from bottom left to top right" ; 8; > ;
-        };
+		ItemList [ en-US ] =
+		{
+			< "Border setting" ; 0; > ;
+			< "Left border line" ; 1; > ;
+			< "Right border line" ; 2; > ;
+			< "Top border line" ; 3; > ;
+			< "Bottom border line" ; 4; > ;
+			< "Horizontal border line" ; 5; > ;
+			< "Vertical border line" ; 6; > ;
+			< "Diagonal border line from top left to bottom right" ; 7; > ;
+			< "Diagonal border line from bottom left to top right" ; 8; > ;
+		};
 	};
-    StringArray ARR_DESCRIPTIONS
+	StringArray ARR_DESCRIPTIONS
 	{
-        ItemList [ en-US ] =
-        {
-            < "Border setting" ; 0; > ;
-            < "Left border line" ; 1; > ;
-            < "Right border line" ; 2; > ;
-            < "Top border line" ; 3; > ;
-            < "Bottom border line" ; 4; > ;
-            < "Horizontal border line" ; 5; > ;
-            < "Vertical border line" ; 6; > ;
-            < "Diagonal border line from top left to bottom right" ; 7; > ;
-            < "Diagonal border line from bottom left to top right" ; 8; > ;
-        };
+		ItemList [ en-US ] =
+		{
+			< "Border setting" ; 0; > ;
+			< "Left border line" ; 1; > ;
+			< "Right border line" ; 2; > ;
+			< "Top border line" ; 3; > ;
+			< "Bottom border line" ; 4; > ;
+			< "Horizontal border line" ; 5; > ;
+			< "Vertical border line" ; 6; > ;
+			< "Diagonal border line from top left to bottom right" ; 7; > ;
+			< "Diagonal border line from bottom left to top right" ; 8; > ;
+		};
 	};
 
-    Bitmap BMP_FRMSEL_ARROWS { File = "frmsel.bmp"; };
+	Bitmap BMP_FRMSEL_ARROWS { File = "frmsel.png" ; } ;
 };