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 2020/01/23 17:05:55 UTC

[openoffice] branch AOO42X updated: Cleaned up resource files

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 8de9866  Cleaned up resource files
8de9866 is described below

commit 8de9866cc20dac81c18d2e4cc37a88c7728196ce
Author: mseidel <ms...@apache.org>
AuthorDate: Thu Jan 23 18:04:10 2020 +0100

    Cleaned up resource files
    
    (cherry picked from commit a5f48dc26160473ef78ab88ce9cc4c1e0bc5f5e1)
---
 main/cui/source/tabpages/align.src  | 271 ++++++++++++------------
 main/cui/source/tabpages/bbdlg.src  | 156 ++++++--------
 main/cui/source/tabpages/border.src | 407 ++++++++++++++++++------------------
 3 files changed, 406 insertions(+), 428 deletions(-)

diff --git a/main/cui/source/tabpages/align.src b/main/cui/source/tabpages/align.src
index c473e65..a65263e 100644
--- a/main/cui/source/tabpages/align.src
+++ b/main/cui/source/tabpages/align.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,80 +7,81 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
- // include ---------------------------------------------------------------
+
+// include ---------------------------------------------------------------
 #include <cuires.hrc>
 #include "helpid.hrc"
 #include "align.hrc"
 #include <svx/dialogs.hrc>
 
 #define MASKCOLOR \
-    MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }
+	MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }
 
- // define ---------------------------------------------------------------
+// define ---------------------------------------------------------------
 #define IL_LOCK_MCOL Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
- // RID_SVXPAGE_ALIGNMENT -------------------------------------------------
+// RID_SVXPAGE_ALIGNMENT -------------------------------------------------
 TabPage RID_SVXPAGE_ALIGNMENT
 {
 	HelpId = HID_ALIGNMENT ;
 	Hide = TRUE ;
 	Text [ en-US ] = "Alignment" ;
-	Size = MAP_APPFONT ( 260 , 185 ) ;
+	Size = MAP_APPFONT ( 260, 185 ) ;
 	SVLook = TRUE ;
-    FixedLine FL_ALIGNMENT
-    {
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 248 , 8 ) ;
-    	Text [ en-US ] = "Text alignment";
-	};
-    FixedText FT_HORALIGN
-	{
-        Pos = MAP_APPFONT ( 12 ,14 ) ;
-        Size = MAP_APPFONT ( 100 , 8 ) ;
-		Text [ en-US ] = "Hori~zontal";
-	};
-    ListBox LB_HORALIGN
-	{
-        HelpID = "cui:ListBox:RID_SVXPAGE_ALIGNMENT:LB_HORALIGN";
-		Border = TRUE;
-        Pos = MAP_APPFONT ( 12 , 25  );
-        Size = MAP_APPFONT ( 100 , 60 );
-		TabStop = TRUE;
-		DropDown = TRUE;
-        StringList [ en-US ] =
-        {
-            < "Default" ; ALIGNDLG_HORALIGN_STD ; > ;
-            < "Left" ; ALIGNDLG_HORALIGN_LEFT ; > ;
-            < "Center" ; ALIGNDLG_HORALIGN_CENTER ; > ;
-            < "Right" ; ALIGNDLG_HORALIGN_RIGHT ; > ;
-            < "Justified" ; ALIGNDLG_HORALIGN_BLOCK ; > ;
-            < "Filled" ; ALIGNDLG_HORALIGN_FILL ; > ;
-        };
+	FixedLine FL_ALIGNMENT
+	{
+		Pos = MAP_APPFONT ( 6, 3 ) ;
+		Size = MAP_APPFONT ( 248, 8 ) ;
+		Text [ en-US ] = "Text alignment" ;
+	};
+	FixedText FT_HORALIGN
+	{
+		Pos = MAP_APPFONT ( 12 ,14 ) ;
+		Size = MAP_APPFONT ( 100, 8 ) ;
+		Text [ en-US ] = "Hori~zontal" ;
+	};
+	ListBox LB_HORALIGN
+	{
+		HelpID = "cui:ListBox:RID_SVXPAGE_ALIGNMENT:LB_HORALIGN" ;
+		Border = TRUE ;
+		Pos = MAP_APPFONT ( 12, 25 ) ;
+		Size = MAP_APPFONT ( 100, 60 ) ;
+		TabStop = TRUE ;
+		DropDown = TRUE ;
+		StringList [ en-US ] =
+		{
+			< "Default" ; ALIGNDLG_HORALIGN_STD ;		> ;
+			< "Left" ; ALIGNDLG_HORALIGN_LEFT ;			> ;
+			< "Center" ; ALIGNDLG_HORALIGN_CENTER ;		> ;
+			< "Right" ; ALIGNDLG_HORALIGN_RIGHT ;		> ;
+			< "Justified" ; ALIGNDLG_HORALIGN_BLOCK ;	> ;
+			< "Filled" ; ALIGNDLG_HORALIGN_FILL ;		> ;
+		};
 	};
 	FixedText FT_INDENT
 	{
-        Pos = MAP_APPFONT ( 118 , 14 ) ;
-        Size = MAP_APPFONT ( 40 , 8 ) ;
+		Pos = MAP_APPFONT ( 118, 14 ) ;
+		Size = MAP_APPFONT ( 40, 8 ) ;
 		Text [ en-US ] = "I~ndent" ;
 	};
 	MetricField ED_INDENT
 	{
-	    HelpID = "cui:MetricField:RID_SVXPAGE_ALIGNMENT:ED_INDENT";
+		HelpID = "cui:MetricField:RID_SVXPAGE_ALIGNMENT:ED_INDENT" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 118 , 25 ) ;
-        Size = MAP_APPFONT ( 36 , 12 ) ;
+		Pos = MAP_APPFONT ( 118, 25 ) ;
+		Size = MAP_APPFONT ( 36, 12 ) ;
 		Repeat = TRUE ;
 		Spin = TRUE ;
 		Minimum = 0 ;
@@ -88,134 +89,134 @@ TabPage RID_SVXPAGE_ALIGNMENT
 		SpinSize = 10 ;
 		Unit = FUNIT_POINT ;
 	};
-    FixedText FT_VERALIGN
+	FixedText FT_VERALIGN
 	{
-        Pos = MAP_APPFONT ( 160 , 14 ) ;
-        Size = MAP_APPFONT ( 88 , 8 ) ;
-		Text [ en-US ] = "~Vertical";
+		Pos = MAP_APPFONT ( 160, 14 ) ;
+		Size = MAP_APPFONT ( 88, 8 ) ;
+		Text [ en-US ] = "~Vertical" ;
 	};
-    ListBox LB_VERALIGN
+	ListBox LB_VERALIGN
 	{
-        HelpID = "cui:ListBox:RID_SVXPAGE_ALIGNMENT:LB_VERALIGN";
-		Border = TRUE;
-        Pos = MAP_APPFONT ( 160 , 25  );
-        Size = MAP_APPFONT ( 88 , 60 );
-		TabStop = TRUE;
-		DropDown = TRUE;
-        StringList [ en-US ] =
-        {
-            < "Default" ; ALIGNDLG_VERALIGN_STD ; > ;
-            < "Top" ; ALIGNDLG_VERALIGN_TOP ; > ;
-            < "Middle" ; ALIGNDLG_VERALIGN_MID ; > ;
-            < "Bottom" ; ALIGNDLG_VERALIGN_BOTTOM ; > ;
-        };
+		HelpID = "cui:ListBox:RID_SVXPAGE_ALIGNMENT:LB_VERALIGN" ;
+		Border = TRUE ;
+		Pos = MAP_APPFONT ( 160, 25  ) ;
+		Size = MAP_APPFONT ( 88, 60 ) ;
+		TabStop = TRUE ;
+		DropDown = TRUE ;
+		StringList [ en-US ] =
+		{
+			< "Default" ; ALIGNDLG_VERALIGN_STD ;	> ;
+			< "Top" ; ALIGNDLG_VERALIGN_TOP ;		> ;
+			< "Middle" ; ALIGNDLG_VERALIGN_MID ;	> ;
+			< "Bottom" ; ALIGNDLG_VERALIGN_BOTTOM ;	> ;
+		};
 	};
-    FixedLine FL_ORIENTATION
+	FixedLine FL_ORIENTATION
 	{
-        Pos = MAP_APPFONT ( 6 , 43 ) ;
-        Size = MAP_APPFONT ( 248 , 8 ) ;
-        Text [ en-US ] = "Text orientation" ;
+		Pos = MAP_APPFONT ( 6, 43 ) ;
+		Size = MAP_APPFONT ( 248, 8 ) ;
+		Text [ en-US ] = "Text orientation" ;
 	};
-    TriStateBox BTN_TXTSTACKED
+	TriStateBox BTN_TXTSTACKED
 	{
-        HelpID = "cui:TriStateBox:RID_SVXPAGE_ALIGNMENT:BTN_TXTSTACKED";
-        Pos = MAP_APPFONT ( 133 , 54 ) ;
-        Size = MAP_APPFONT ( 115 , 10 ) ;
+		HelpID = "cui:TriStateBox:RID_SVXPAGE_ALIGNMENT:BTN_TXTSTACKED" ;
+		Pos = MAP_APPFONT ( 133, 54 ) ;
+		Size = MAP_APPFONT ( 115, 10 ) ;
 		TabStop = TRUE ;
-        Text[ en-US ] = "Ve~rtically stacked";
+		Text [ en-US ] = "Ve~rtically stacked" ;
 	};
 	Control CTR_DIAL
 	{
 		HelpId = HID_ALIGNMENT_CTR_DIAL ;
-        Pos = MAP_APPFONT ( 12 , 60 ) ;
-		Size = MAP_APPFONT ( 42 , 43 ) ;
+		Pos = MAP_APPFONT ( 12, 60 ) ;
+		Size = MAP_APPFONT ( 42, 43 ) ;
 		Text = "ABCD" ;
 	};
 	FixedText FT_DEGREES
 	{
-        Pos = MAP_APPFONT ( 72 , 54 ) ;
-        Size = MAP_APPFONT ( 50 , 8 ) ;
-		Text [ en-US ] = "De~grees";
+		Pos = MAP_APPFONT ( 72, 54 ) ;
+		Size = MAP_APPFONT ( 50, 8 ) ;
+		Text [ en-US ] = "De~grees" ;
 	};
-    NumericField NF_DEGREES
+	NumericField NF_DEGREES
 	{
-        HelpID = "cui:NumericField:RID_SVXPAGE_ALIGNMENT:NF_DEGREES";
+		HelpID = "cui:NumericField:RID_SVXPAGE_ALIGNMENT:NF_DEGREES" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 72 , 65 ) ;
-        Size = MAP_APPFONT ( 40 , 12 ) ;
+		Pos = MAP_APPFONT ( 72, 65 ) ;
+		Size = MAP_APPFONT ( 40, 12 ) ;
 		TabStop = TRUE ;
 		Repeat = TRUE ;
 		Spin = TRUE ;
-        Minimum = 0 ;
-        Maximum = 359 ;
-        SpinSize = 5 ;
-        StrictFormat = TRUE ;
+		Minimum = 0 ;
+		Maximum = 359 ;
+		SpinSize = 5 ;
+		StrictFormat = TRUE ;
 	};
-    FixedText FT_BORDER_LOCK
+	FixedText FT_BORDER_LOCK
 	{
-        Pos = MAP_APPFONT ( 72 , 83 ) ;
-        Size = MAP_APPFONT ( 70 , 8 ) ;
+		Pos = MAP_APPFONT ( 72, 83 ) ;
+		Size = MAP_APPFONT ( 70, 8 ) ;
 		Text [ en-US ] = "Re~ference edge" ;
 	};
 	Control CTR_BORDER_LOCK
 	{
 		HelpId = HID_ALIGNMENT_CTR_BORDER_LOCK ;
-        Pos = MAP_APPFONT ( 72 , 94 ) ;
-		Size = MAP_APPFONT ( 50 , 15 ) ;
+		Pos = MAP_APPFONT ( 72, 94 ) ;
+		Size = MAP_APPFONT ( 50, 15 ) ;
 		TabStop = TRUE ;
 	};
-    TriStateBox BTN_ASIAN_VERTICAL
-    {
-        HelpID = "cui:TriStateBox:RID_SVXPAGE_ALIGNMENT:BTN_ASIAN_VERTICAL";
-        Pos = MAP_APPFONT ( 143 , 68 ) ;
-        Size = MAP_APPFONT ( 105 , 10 ) ;
+	TriStateBox BTN_ASIAN_VERTICAL
+	{
+		HelpID = "cui:TriStateBox:RID_SVXPAGE_ALIGNMENT:BTN_ASIAN_VERTICAL" ;
+		Pos = MAP_APPFONT ( 143, 68 ) ;
+		Size = MAP_APPFONT ( 105, 10 ) ;
 		TabStop = TRUE ;
-        Text [ en-US ] = "Asian layout ~mode" ;
+		Text [ en-US ] = "Asian layout ~mode" ;
 	};
-    FixedLine FL_WRAP
+	FixedLine FL_WRAP
 	{
-        Pos = MAP_APPFONT ( 6 , 115 ) ;
-        Size = MAP_APPFONT ( 248 , 8 ) ;
+		Pos = MAP_APPFONT ( 6, 115 ) ;
+		Size = MAP_APPFONT ( 248, 8 ) ;
 		Text [ en-US ] = "Properties" ;
 	};
 	TriStateBox BTN_WRAP
 	{
-	    HelpID = "cui:TriStateBox:RID_SVXPAGE_ALIGNMENT:BTN_WRAP";
-        Pos = MAP_APPFONT ( 12 , 126 ) ;
-        Size = MAP_APPFONT ( 236 , 10 ) ;
-        Text [ en-US ] = "~Wrap text automatically" ;
-	};
-    TriStateBox BTN_HYPH
-    {
-        HelpID = "cui:TriStateBox:RID_SVXPAGE_ALIGNMENT:BTN_HYPH";
-        Pos = MAP_APPFONT ( 22 , 139 ) ;
-        Size = MAP_APPFONT ( 226 , 10 ) ;
-        Text [ en-US ] = "Hyphenation ~active";
-	};
-    TriStateBox BTN_SHRINK
-    {
-        HelpID = "cui:TriStateBox:RID_SVXPAGE_ALIGNMENT:BTN_SHRINK";
-        Pos = MAP_APPFONT( 12, 152 );
-        Size = MAP_APPFONT( 236, 10 );
-        Text [ en-US ] = "~Shrink to fit cell size";
-    };
-    FixedText FT_TEXTFLOW
-    {
-        Pos = MAP_APPFONT( 12 , 170 );
-        Size = MAP_APPFONT( 64 , 8 );
-        Text [ en-US ] = "Te~xt direction";
-	};
-    ListBox LB_FRAMEDIR
-    {
-        HelpID = "cui:ListBox:RID_SVXPAGE_ALIGNMENT:LB_FRAMEDIR";
-        Pos = MAP_APPFONT( 78 , 168 );
-        Size = MAP_APPFONT( 170 , 50 );
-        Border = TRUE;
-        DropDown = TRUE;
-    };
+		HelpID = "cui:TriStateBox:RID_SVXPAGE_ALIGNMENT:BTN_WRAP" ;
+		Pos = MAP_APPFONT ( 12, 126 ) ;
+		Size = MAP_APPFONT ( 236, 10 ) ;
+		Text [ en-US ] = "~Wrap text automatically" ;
+	};
+	TriStateBox BTN_HYPH
+	{
+		HelpID = "cui:TriStateBox:RID_SVXPAGE_ALIGNMENT:BTN_HYPH" ;
+		Pos = MAP_APPFONT ( 22, 139 ) ;
+		Size = MAP_APPFONT ( 226, 10 ) ;
+		Text [ en-US ] = "Hyphenation ~active" ;
+	};
+	TriStateBox BTN_SHRINK
+	{
+		HelpID = "cui:TriStateBox:RID_SVXPAGE_ALIGNMENT:BTN_SHRINK" ;
+		Pos = MAP_APPFONT ( 12, 152 ) ;
+		Size = MAP_APPFONT ( 236, 10 ) ;
+		Text [ en-US ] = "~Shrink to fit cell size" ;
+	};
+	FixedText FT_TEXTFLOW
+	{
+		Pos = MAP_APPFONT ( 12, 170 ) ;
+		Size = MAP_APPFONT ( 64, 8 ) ;
+		Text [ en-US ] = "Te~xt direction" ;
+	};
+	ListBox LB_FRAMEDIR
+	{
+		HelpID = "cui:ListBox:RID_SVXPAGE_ALIGNMENT:LB_FRAMEDIR" ;
+		Pos = MAP_APPFONT ( 78, 168 ) ;
+		Size = MAP_APPFONT ( 170, 50 ) ;
+		Border = TRUE ;
+		DropDown = TRUE ;
+	};
 	ImageList IL_LOCK_BMPS
 	{
-        Prefix = "lo";
+		Prefix = "lo" ;
 		MaskColor = IL_LOCK_MCOL ;
 		IdList =
 		{
@@ -223,11 +224,11 @@ TabPage RID_SVXPAGE_ALIGNMENT
 			IID_TOPLOCK ;
 			IID_CELLLOCK ;
 		};
-		IdCount = { 3 ; };
+		IdCount = { 3 ; } ;
 	};
 	ImageList IL_LOCK_BMPS_HC
 	{
-        Prefix = "loh";
+		Prefix = "loh" ;
 		MaskColor = IL_LOCK_MCOL ;
 		IdList =
 		{
@@ -235,7 +236,7 @@ TabPage RID_SVXPAGE_ALIGNMENT
 			IID_TOPLOCK ;
 			IID_CELLLOCK ;
 		};
-		IdCount = { 3 ; };
+		IdCount = { 3 ; } ;
 	};
 	String STR_BOTTOMLOCK
 	{
@@ -250,5 +251,5 @@ TabPage RID_SVXPAGE_ALIGNMENT
 		Text [ en-US ] = "Text Extension Inside Cell" ;
 	};
 };
- // ********************************************************************** EOF
 
+// ********************************************************************** EOF
diff --git a/main/cui/source/tabpages/bbdlg.src b/main/cui/source/tabpages/bbdlg.src
index 17ee3df..5fd4497 100644
--- a/main/cui/source/tabpages/bbdlg.src
+++ b/main/cui/source/tabpages/bbdlg.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,20 +7,21 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
- // include ---------------------------------------------------------------
+
+// include ---------------------------------------------------------------
 #include <cuires.hrc>
 #include <svx/dialogs.hrc>
 
@@ -28,94 +29,69 @@
 
 TabDialog RID_SVXDLG_BBDLG_BACKGROUND
 {
-    OutputSize = TRUE ;
-    SVLook = TRUE ;
-    Size = MAP_APPFONT ( 328 , 155 ) ;
-    Text [ en-US ] = "Border / Background" ;
-    Moveable = TRUE ;
-
-    TabControl 1
-    {
-        OutputSize = TRUE ;
-        Pos = MAP_APPFONT ( 2 , 10 ) ;
-        Size = MAP_APPFONT ( 260 , 135 ) ;
-        PageList =
-        {
-            PageItem
-            {
-                Identifier = RID_SVXPAGE_BORDER ;
-                Text [ en-US ] = "Borders" ;
-            };
-            PageItem
-            {
-                Identifier = RID_SVXPAGE_BACKGROUND ;
-                Text [ en-US ] = "Background" ;
-            };
-        };
-    };
+	OutputSize = TRUE ;
+	SVLook = TRUE ;
+	Size = MAP_APPFONT ( 328, 155 ) ;
+	Text [ en-US ] = "Border / Background" ;
+	Moveable = TRUE ;
+
+	TabControl 1
+	{
+		OutputSize = TRUE ;
+		Pos = MAP_APPFONT ( 2, 10 ) ;
+		Size = MAP_APPFONT ( 260, 135 ) ;
+		PageList =
+		{
+			PageItem
+			{
+				Identifier = RID_SVXPAGE_BORDER ;
+				Text [ en-US ] = "Borders" ;
+			};
+			PageItem
+			{
+				Identifier = RID_SVXPAGE_BACKGROUND ;
+				Text [ en-US ] = "Background" ;
+			};
+		};
+	};
 };
 
 TabDialog RID_SVXDLG_BBDLG_AREA_TRANS
 {
-    OutputSize = TRUE ;
-    SVLook = TRUE ;
-    Size = MAP_APPFONT ( 328 , 155 ) ;
-    Text [ en-US ] = "Border / Background" ;
-    Moveable = TRUE ;
-
-    TabControl 1
-    {
-        OutputSize = TRUE ;
-        Pos = MAP_APPFONT ( 2 , 10 ) ;
-        Size = MAP_APPFONT ( 260 , 135 ) ;
-        PageList =
-        {
-            PageItem
-            {
-                Identifier = RID_SVXPAGE_BORDER ;
-                Text [ en-US ] = "Borders" ;
-            };
-
-            //UUUU new Area and Transparence TabPages
-            PageItem
-            {
-                Identifier = RID_SVXPAGE_AREA;
-                PageResID = RID_SVXPAGE_AREA;
-                Text [ en-US ] = "Area" ;
-            };
-            PageItem
-            {
-                Identifier = RID_SVXPAGE_TRANSPARENCE;
-                PageResID = RID_SVXPAGE_TRANSPARENCE;
-                Text [ en-US ] = "Transparency" ;
-            };
-        };
-    };
+	OutputSize = TRUE ;
+	SVLook = TRUE ;
+	Size = MAP_APPFONT ( 328, 155 ) ;
+	Text [ en-US ] = "Border / Background" ;
+	Moveable = TRUE ;
+
+	TabControl 1
+	{
+		OutputSize = TRUE ;
+		Pos = MAP_APPFONT ( 2, 10 ) ;
+		Size = MAP_APPFONT ( 260, 135 ) ;
+		PageList =
+		{
+			PageItem
+			{
+				Identifier = RID_SVXPAGE_BORDER ;
+				Text [ en-US ] = "Borders" ;
+			};
+
+			// UUUU new Area and Transparence TabPages
+			PageItem
+			{
+				Identifier = RID_SVXPAGE_AREA ;
+				PageResID = RID_SVXPAGE_AREA ;
+				Text [ en-US ] = "Area" ;
+			};
+			PageItem
+			{
+				Identifier = RID_SVXPAGE_TRANSPARENCE ;
+				PageResID = RID_SVXPAGE_TRANSPARENCE ;
+				Text [ en-US ] = "Transparency" ;
+			};
+		};
+	};
 };
 
- // ********************************************************************** EOF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/cui/source/tabpages/border.src b/main/cui/source/tabpages/border.src
index c379245..ecfc6fc 100644
--- a/main/cui/source/tabpages/border.src
+++ b/main/cui/source/tabpages/border.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,126 +7,127 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
- // include ---------------------------------------------------------------
+
+// include ---------------------------------------------------------------
 #include "helpid.hrc"
 #include <cuires.hrc>
 #include "border.hrc"
 #include <svx/dialogs.hrc>
 
- // define ---------------------------------------------------------------
+// define ---------------------------------------------------------------
 #define STD_MASKCOLOR Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
- // RID_SVXPAGE_BORDER ---------------------------------------------------
+// RID_SVXPAGE_BORDER ---------------------------------------------------
 TabPage RID_SVXPAGE_BORDER
 {
-	Size = MAP_APPFONT ( 260 , 185 ) ;
+	Size = MAP_APPFONT ( 260, 185 ) ;
 	Helpid = HID_BORDER ;
 	Hide = TRUE ;
-    Text [ en-US ] = "Borders" ;
-    FixedLine FL_BORDER
+	Text [ en-US ] = "Borders" ;
+	FixedLine FL_BORDER
 	{
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-		Size = MAP_APPFONT ( 70 , 8 ) ;
+		Pos = MAP_APPFONT ( 6, 3 ) ;
+		Size = MAP_APPFONT ( 70, 8 ) ;
 		Text [ en-US ] = "Line arrangement" ;
 	};
-    FixedText FT_DEFAULT
-    {
-        Pos = MAP_APPFONT ( 12, 14) ;
-        Size = MAP_APPFONT ( 64, 8) ;
-        Text [ en-US ] = "~Default";
+	FixedText FT_DEFAULT
+	{
+		Pos = MAP_APPFONT ( 12, 14) ;
+		Size = MAP_APPFONT ( 64, 8) ;
+		Text [ en-US ] = "~Default" ;
 	};
-    Control WIN_PRESETS
+	Control WIN_PRESETS
 	{
 		HelpId = HID_BORDER_CTL_PRESETS ;
 		Hide = TRUE ;
-        Pos = MAP_APPFONT ( 12 , 25 ) ;
-        Size = MAP_APPFONT ( 61 , 12 ) ;
+		Pos = MAP_APPFONT ( 12, 25 ) ;
+		Size = MAP_APPFONT ( 61, 12 ) ;
 		TabStop = TRUE ;
 	};
-    FixedText FT_USERDEF
-    {
-        Pos = MAP_APPFONT (12 , 41) ;
-        Size = MAP_APPFONT ( 64, 8) ;
-        Text [ en-US ] = "~User-defined";
-	};
-    Control WIN_FRAMESEL
-	{
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 12 , 53 ) ;
-        Size = MAP_APPFONT ( 61 , 65 ) ;
-        TabStop = TRUE ;
-        Text = "Border control";
-    };
-    FixedLine FL_SEPARATOR1
-    {
-        Pos = MAP_APPFONT ( 77 , 14 ) ;
-        Size = MAP_APPFONT ( 4 , 104 ) ;
-        Vert = TRUE ;
-    };
-    FixedLine FL_LINE
-	{
-        Pos = MAP_APPFONT ( 82 , 3 ) ;
-        Size = MAP_APPFONT ( 83 , 8 ) ;
+	FixedText FT_USERDEF
+	{
+		Pos = MAP_APPFONT (12, 41) ;
+		Size = MAP_APPFONT ( 64, 8) ;
+		Text [ en-US ] = "~User-defined" ;
+	};
+	Control WIN_FRAMESEL
+	{
+		Border = TRUE ;
+		Pos = MAP_APPFONT ( 12, 53 ) ;
+		Size = MAP_APPFONT ( 61, 65 ) ;
+		TabStop = TRUE ;
+		Text = "Border control" ;
+	};
+	FixedLine FL_SEPARATOR1
+	{
+		Pos = MAP_APPFONT ( 77, 14 ) ;
+		Size = MAP_APPFONT ( 4, 104 ) ;
+		Vert = TRUE ;
+	};
+	FixedLine FL_LINE
+	{
+		Pos = MAP_APPFONT ( 82, 3 ) ;
+		Size = MAP_APPFONT ( 83, 8 ) ;
 		Text [ en-US ] = "Line" ;
 	};
-    FixedText FT_STYLE
-    {
-        Pos = MAP_APPFONT ( 88, 14) ;
-        Size = MAP_APPFONT ( 77, 8) ;
-        Text [ en-US ] = "St~yle";
+	FixedText FT_STYLE
+	{
+		Pos = MAP_APPFONT ( 88, 14) ;
+		Size = MAP_APPFONT ( 77, 8) ;
+		Text [ en-US ] = "St~yle" ;
 	};
-    ListBox LB_LINESTYLE
+	ListBox LB_LINESTYLE
 	{
-        HelpID = "cui:ListBox:RID_SVXPAGE_BORDER:LB_LINESTYLE";
+		HelpID = "cui:ListBox:RID_SVXPAGE_BORDER:LB_LINESTYLE" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 88 , 25 ) ;
-        Size = MAP_APPFONT ( 74 , 66 ) ;
+		Pos = MAP_APPFONT ( 88, 25 ) ;
+		Size = MAP_APPFONT ( 74, 66 ) ;
 	};
-    FixedText FT_COLOR
-    {
-        Pos = MAP_APPFONT ( 88, 95 ) ;
-        Size = MAP_APPFONT ( 77, 8 ) ;
-        Text [ en-US ] = "~Color";
+	FixedText FT_COLOR
+	{
+		Pos = MAP_APPFONT ( 88, 95 ) ;
+		Size = MAP_APPFONT ( 77, 8 ) ;
+		Text [ en-US ] = "~Color" ;
 	};
-    ListBox LB_LINECOLOR
+	ListBox LB_LINECOLOR
 	{
-        HelpID = "cui:ListBox:RID_SVXPAGE_BORDER:LB_LINECOLOR";
+		HelpID = "cui:ListBox:RID_SVXPAGE_BORDER:LB_LINECOLOR" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 88 , 106 ) ;
-        Size = MAP_APPFONT ( 74 , 68 ) ;
+		Pos = MAP_APPFONT ( 88, 106 ) ;
+		Size = MAP_APPFONT ( 74, 68 ) ;
 		DropDown = TRUE ;
 		DDExtraWidth = TRUE ;
 	};
-    FixedLine FL_SEPARATOR2
-    {
-        Pos = MAP_APPFONT ( 166 , 14 ) ;
-        Size = MAP_APPFONT ( 4 , 104 ) ;
-        Vert = TRUE ;
-    };
+	FixedLine FL_SEPARATOR2
+	{
+		Pos = MAP_APPFONT ( 166, 14 ) ;
+		Size = MAP_APPFONT ( 4, 104 ) ;
+		Vert = TRUE ;
+	};
 	FixedText FT_LEFT
 	{
-        Pos = MAP_APPFONT ( 177 , 16 ) ;
-        Size = MAP_APPFONT ( 34 , 8 ) ;
-		Text [ en-US ] = "~Left";
+		Pos = MAP_APPFONT ( 177, 16 ) ;
+		Size = MAP_APPFONT ( 34, 8 ) ;
+		Text [ en-US ] = "~Left" ;
 	};
 	MetricField MF_LEFT
 	{
-	    HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_LEFT";
+		HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_LEFT" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 213 , 14 ) ;
-        Size = MAP_APPFONT ( 38 , 12 ) ;
+		Pos = MAP_APPFONT ( 213, 14 ) ;
+		Size = MAP_APPFONT ( 38, 12 ) ;
 		Spin = TRUE ;
 		Repeat = TRUE ;
 		SpinSize = 10 ;
@@ -139,16 +140,16 @@ TabPage RID_SVXPAGE_BORDER
 	};
 	FixedText FT_RIGHT
 	{
-        Pos = MAP_APPFONT ( 177 , 32 ) ;
-        Size = MAP_APPFONT ( 34 , 8 ) ;
-        Text [ en-US ] = "Right";
+		Pos = MAP_APPFONT ( 177, 32 ) ;
+		Size = MAP_APPFONT ( 34, 8 ) ;
+		Text [ en-US ] = "Right" ;
 	};
 	MetricField MF_RIGHT
 	{
-	    HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_RIGHT";
+		HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_RIGHT" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 213 , 30 ) ;
-        Size = MAP_APPFONT ( 38 , 12 ) ;
+		Pos = MAP_APPFONT ( 213, 30 ) ;
+		Size = MAP_APPFONT ( 38, 12 ) ;
 		Spin = TRUE ;
 		Repeat = TRUE ;
 		SpinSize = 10 ;
@@ -161,16 +162,16 @@ TabPage RID_SVXPAGE_BORDER
 	};
 	FixedText FT_TOP
 	{
-        Pos = MAP_APPFONT ( 177 , 48 ) ;
-        Size = MAP_APPFONT ( 34 , 8 ) ;
-		Text [ en-US ] = "~Top";
+		Pos = MAP_APPFONT ( 177, 48 ) ;
+		Size = MAP_APPFONT ( 34, 8 ) ;
+		Text [ en-US ] = "~Top" ;
 	};
 	MetricField MF_TOP
 	{
-	    HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_TOP";
+		HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_TOP" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 213 , 46 ) ;
-        Size = MAP_APPFONT ( 38 , 12 ) ;
+		Pos = MAP_APPFONT ( 213, 46 ) ;
+		Size = MAP_APPFONT ( 38, 12 ) ;
 		Spin = TRUE ;
 		Repeat = TRUE ;
 		SpinSize = 10 ;
@@ -183,20 +184,20 @@ TabPage RID_SVXPAGE_BORDER
 	};
 	FixedText FT_BOTTOM
 	{
-        Pos = MAP_APPFONT ( 177 , 64 ) ;
-        Size = MAP_APPFONT ( 34 , 8 ) ;
-		Text [ en-US ] = "~Bottom";
+		Pos = MAP_APPFONT ( 177, 64 ) ;
+		Size = MAP_APPFONT ( 34, 8 ) ;
+		Text [ en-US ] = "~Bottom" ;
 	};
 	MetricField MF_BOTTOM
 	{
-	    HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_BOTTOM";
+		HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_BOTTOM" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 213 , 62 ) ;
-        Size = MAP_APPFONT ( 38 , 12 ) ;
+		Pos = MAP_APPFONT ( 213, 62 ) ;
+		Size = MAP_APPFONT ( 38, 12 ) ;
 		Spin = TRUE ;
 		Repeat = TRUE ;
 		SpinSize = 10 ;
-        First = 100 ;
+		First = 100 ;
 		Last = 5000 ;
 		Maximum = 5000 ;
 		Minimum = 0 ;
@@ -205,44 +206,44 @@ TabPage RID_SVXPAGE_BORDER
 	};
 	CheckBox CB_SYNC
 	{
-	    HelpID = "cui:CheckBox:RID_SVXPAGE_BORDER:CB_SYNC";
-        Pos = MAP_APPFONT ( 177 , 78 ) ;
-        Size = MAP_APPFONT ( 74 , 10 ) ;
-        Text [ en-US ] = "Synchronize";
+		HelpID = "cui:CheckBox:RID_SVXPAGE_BORDER:CB_SYNC" ;
+		Pos = MAP_APPFONT ( 177, 78 ) ;
+		Size = MAP_APPFONT ( 74, 10 ) ;
+		Text [ en-US ] = "Synchronize" ;
 	};
 	FixedLine FL_DISTANCE
 	{
-        Pos = MAP_APPFONT ( 171 , 3 ) ;
-        Size = MAP_APPFONT ( 83 , 8 ) ;
-		Text [ en-US ] = "Spacing to contents";
+		Pos = MAP_APPFONT ( 171, 3 ) ;
+		Size = MAP_APPFONT ( 83, 8 ) ;
+		Text [ en-US ] = "Spacing to contents" ;
 	};
 
 	FixedText FT_SHADOWPOS
 	{
-        Pos = MAP_APPFONT ( 12 , 133 ) ;
-        Size = MAP_APPFONT ( 74 , 8 ) ;
+		Pos = MAP_APPFONT ( 12, 133 ) ;
+		Size = MAP_APPFONT ( 74, 8 ) ;
 		Text [ en-US ] = "~Position" ;
 	};
 	Control WIN_SHADOWS
 	{
 		HelpId = HID_BORDER_CTL_SHADOWS ;
-        Hide = TRUE ;
-        Pos = MAP_APPFONT ( 12 , 144 ) ;
-        Size = MAP_APPFONT ( 74 , 12 ) ;
+		Hide = TRUE ;
+		Pos = MAP_APPFONT ( 12, 144 ) ;
+		Size = MAP_APPFONT ( 74, 12 ) ;
 		TabStop = TRUE ;
 	};
 	FixedText FT_SHADOWSIZE
 	{
-        Pos = MAP_APPFONT ( 88 , 133 ) ;
-        Size = MAP_APPFONT ( 60 , 8 ) ;
-        Text [ en-US ] = "Distan~ce";
+		Pos = MAP_APPFONT ( 88, 133 ) ;
+		Size = MAP_APPFONT ( 60, 8 ) ;
+		Text [ en-US ] = "Distan~ce" ;
 	};
 	MetricField ED_SHADOWSIZE
 	{
-	    HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:ED_SHADOWSIZE";
+		HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:ED_SHADOWSIZE" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 88 , 144 ) ;
-		Size = MAP_APPFONT ( 40 , 12 ) ;
+		Pos = MAP_APPFONT ( 88, 144 ) ;
+		Size = MAP_APPFONT ( 40, 12 ) ;
 		Spin = TRUE ;
 		Repeat = TRUE ;
 		SpinSize = 10 ;
@@ -255,112 +256,112 @@ TabPage RID_SVXPAGE_BORDER
 	};
 	FixedText FT_SHADOWCOLOR
 	{
-        Pos = MAP_APPFONT ( 177 , 133 ) ;
-        Size = MAP_APPFONT ( 60 , 8 ) ;
+		Pos = MAP_APPFONT ( 177, 133 ) ;
+		Size = MAP_APPFONT ( 60, 8 ) ;
 		Text [ en-US ] = "C~olor" ;
 	};
 	ListBox LB_SHADOWCOLOR
 	{
-	    HelpID = "cui:ListBox:RID_SVXPAGE_BORDER:LB_SHADOWCOLOR";
+		HelpID = "cui:ListBox:RID_SVXPAGE_BORDER:LB_SHADOWCOLOR" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 177 , 144 ) ;
-        Size = MAP_APPFONT ( 74 , 68 ) ;
+		Pos = MAP_APPFONT ( 177, 144 ) ;
+		Size = MAP_APPFONT ( 74, 68 ) ;
 		DropDown = TRUE ;
 		DDExtraWidth = TRUE ;
 	};
 	FixedLine FL_SHADOW
 	{
-        Pos = MAP_APPFONT ( 6 , 123 ) ;
-        Size = MAP_APPFONT ( 248 , 8 ) ;
+		Pos = MAP_APPFONT ( 6, 123 ) ;
+		Size = MAP_APPFONT ( 248, 8 ) ;
 		Text [ en-US ] = "Shadow style" ;
 	};
-    FixedLine FL_PROPERTIES
-    {
-        Pos = MAP_APPFONT ( 6 , 162 ) ;
-        Size = MAP_APPFONT ( 248 , 8 ) ;
-        Hide = TRUE;
-        Text [ en-US ] = "Properties" ;
-    };
-    CheckBox  CB_MERGEWITHNEXT
-    {
-        HelpID = "cui:CheckBox:RID_SVXPAGE_BORDER:CB_MERGEWITHNEXT";
-        Pos = MAP_APPFONT ( 12 , 173 ) ;
-        Size = MAP_APPFONT ( 242 , 10 ) ;
-        Hide = TRUE;
-        Text [ en-US ] = "~Merge with next paragraph" ;
-	};
-    CheckBox  CB_MERGEADJACENTBORDERS
-    {
-        HelpID = "cui:CheckBox:RID_SVXPAGE_BORDER:CB_MERGEADJACENTBORDERS";
-        Pos = MAP_APPFONT ( 12 , 173 ) ;
-        Size = MAP_APPFONT ( 242 , 10 ) ;
-        Hide = TRUE;
-        Text [ en-US ] = "~Merge adjacent line styles" ;
-    };
+	FixedLine FL_PROPERTIES
+	{
+		Pos = MAP_APPFONT ( 6, 162 ) ;
+		Size = MAP_APPFONT ( 248, 8 ) ;
+		Hide = TRUE ;
+		Text [ en-US ] = "Properties" ;
+	};
+	CheckBox CB_MERGEWITHNEXT
+	{
+		HelpID = "cui:CheckBox:RID_SVXPAGE_BORDER:CB_MERGEWITHNEXT" ;
+		Pos = MAP_APPFONT ( 12, 173 ) ;
+		Size = MAP_APPFONT ( 242, 10 ) ;
+		Hide = TRUE ;
+		Text [ en-US ] = "~Merge with next paragraph" ;
+	};
+	CheckBox CB_MERGEADJACENTBORDERS
+	{
+		HelpID = "cui:CheckBox:RID_SVXPAGE_BORDER:CB_MERGEADJACENTBORDERS" ;
+		Pos = MAP_APPFONT ( 12, 173 ) ;
+		Size = MAP_APPFONT ( 242, 10 ) ;
+		Hide = TRUE ;
+		Text [ en-US ] = "~Merge adjacent line styles" ;
+	};
 
-#define _PREVIEW_IDLIST_                \
-        IdList =                        \
-        {                               \
-            IID_PRE_CELL_NONE ;         \
-            IID_PRE_CELL_ALL ;          \
-            IID_PRE_CELL_LR ;           \
-            IID_PRE_CELL_TB ;           \
-            IID_PRE_CELL_L ;            \
-            IID_PRE_CELL_DIAG ;         \
-            IID_PRE_HOR_NONE ;          \
-            IID_PRE_HOR_OUTER ;         \
-            IID_PRE_HOR_HOR ;           \
-            IID_PRE_HOR_ALL ;           \
-            IID_PRE_HOR_OUTER2 ;        \
-            IID_PRE_VER_NONE ;          \
-            IID_PRE_VER_OUTER ;         \
-            IID_PRE_VER_VER ;           \
-            IID_PRE_VER_ALL ;           \
-            IID_PRE_VER_OUTER2 ;        \
-            IID_PRE_TABLE_NONE ;        \
-            IID_PRE_TABLE_OUTER ;       \
-            IID_PRE_TABLE_OUTERH ;      \
-            IID_PRE_TABLE_ALL ;         \
-            IID_PRE_TABLE_OUTER2 ;      \
-        };                              \
-        IdCount = { 21 ; };
+#define _PREVIEW_IDLIST_			\
+		IdList =					\
+		{							\
+			IID_PRE_CELL_NONE ;		\
+			IID_PRE_CELL_ALL ;		\
+			IID_PRE_CELL_LR ;		\
+			IID_PRE_CELL_TB ;		\
+			IID_PRE_CELL_L ;		\
+			IID_PRE_CELL_DIAG ;		\
+			IID_PRE_HOR_NONE ;		\
+			IID_PRE_HOR_OUTER ;		\
+			IID_PRE_HOR_HOR ;		\
+			IID_PRE_HOR_ALL ;		\
+			IID_PRE_HOR_OUTER2 ;	\
+			IID_PRE_VER_NONE ;		\
+			IID_PRE_VER_OUTER ;		\
+			IID_PRE_VER_VER ;		\
+			IID_PRE_VER_ALL ;		\
+			IID_PRE_VER_OUTER2 ;	\
+			IID_PRE_TABLE_NONE ;	\
+			IID_PRE_TABLE_OUTER ;	\
+			IID_PRE_TABLE_OUTERH ;	\
+			IID_PRE_TABLE_ALL ;		\
+			IID_PRE_TABLE_OUTER2 ;	\
+		};							\
+		IdCount = { 21 ; } ;
 
-    ImageList IL_PRE_BITMAPS
+	ImageList IL_PRE_BITMAPS
 	{
-        Prefix = "pr";
+		Prefix = "pr" ;
 		MaskColor = STD_MASKCOLOR ;
-        _PREVIEW_IDLIST_
-    };
-    ImageList ILH_PRE_BITMAPS
-	{
-        Prefix = "prh";
-        MaskColor = STD_MASKCOLOR ;
-        _PREVIEW_IDLIST_
-    };
+		_PREVIEW_IDLIST_
+	};
+	ImageList ILH_PRE_BITMAPS
+	{
+		Prefix = "prh" ;
+		MaskColor = STD_MASKCOLOR ;
+		_PREVIEW_IDLIST_
+	};
 
-#define _SHADOW_IDLIST_             \
-        IdList =                    \
-        {                           \
-            IID_SHADOWNONE ;        \
-            IID_SHADOW_BOT_RIGHT ;  \
-            IID_SHADOW_BOT_LEFT ;   \
-            IID_SHADOW_TOP_RIGHT ;  \
-            IID_SHADOW_TOP_LEFT ;   \
-        };                          \
-        IdCount = { 5 ; };
+#define _SHADOW_IDLIST_				\
+		IdList =					\
+		{							\
+			IID_SHADOWNONE ;		\
+			IID_SHADOW_BOT_RIGHT ;	\
+			IID_SHADOW_BOT_LEFT ;	\
+			IID_SHADOW_TOP_RIGHT ;	\
+			IID_SHADOW_TOP_LEFT ;	\
+		};							\
+		IdCount = { 5 ; } ;
 
-    ImageList IL_SDW_BITMAPS
+	ImageList IL_SDW_BITMAPS
 	{
-        Prefix = "sh";
+		Prefix = "sh" ;
 		MaskColor = STD_MASKCOLOR ;
-        _SHADOW_IDLIST_
-    };
-    ImageList ILH_SDW_BITMAPS
-	{
-        Prefix = "shh";
-        MaskColor = STD_MASKCOLOR ;
-        _SHADOW_IDLIST_
-    };
+		_SHADOW_IDLIST_
+	};
+	ImageList ILH_SDW_BITMAPS
+	{
+		Prefix = "shh" ;
+		MaskColor = STD_MASKCOLOR ;
+		_SHADOW_IDLIST_
+	};
 };
 
 String RID_SVXSTR_TABLE_PRESET_NONE
@@ -381,11 +382,11 @@ String RID_SVXSTR_TABLE_PRESET_OUTERALL
 };
 String RID_SVXSTR_TABLE_PRESET_OUTERINNER
 {
-    Text [ en-US ] = "Set Outer Border Without Changing Inner Lines" ;
+	Text [ en-US ] = "Set Outer Border Without Changing Inner Lines" ;
 };
 String RID_SVXSTR_PARA_PRESET_DIAGONAL
 {
-    Text [ en-US ] = "Set Diagonal Lines Only" ;
+	Text [ en-US ] = "Set Diagonal Lines Only" ;
 };
 String RID_SVXSTR_PARA_PRESET_ALL
 {
@@ -393,7 +394,7 @@ String RID_SVXSTR_PARA_PRESET_ALL
 };
 String RID_SVXSTR_PARA_PRESET_LEFTRIGHT
 {
-    Text [ en-US ] = "Set Left and Right Borders Only" ;
+	Text [ en-US ] = "Set Left and Right Borders Only" ;
 };
 String RID_SVXSTR_PARA_PRESET_TOPBOTTOM
 {
@@ -405,11 +406,11 @@ String RID_SVXSTR_PARA_PRESET_ONLYLEFT
 };
 String RID_SVXSTR_HOR_PRESET_ONLYHOR
 {
-    Text [ en-US ] = "Set Top and Bottom Borders, and All Inner Lines";
+	Text [ en-US ] = "Set Top and Bottom Borders, and All Inner Lines" ;
 };
 String RID_SVXSTR_VER_PRESET_ONLYVER
 {
-    Text [ en-US ] = "Set Left and Right Borders, and All Inner Lines";
+	Text [ en-US ] = "Set Left and Right Borders, and All Inner Lines" ;
 };
 String RID_SVXSTR_SHADOW_STYLE_NONE
 {
@@ -432,4 +433,4 @@ String RID_SVXSTR_SHADOW_STYLE_TOPLEFT
 	Text [ en-US ] = "Cast Shadow to Top Left" ;
 };
 
-// **********************************************************************
+// ********************************************************************** EOF