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 2021/03/25 23:58:05 UTC

[openoffice] branch AOO42X updated (a04f7f3 -> a9bc1f1)

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

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


    from a04f7f3  Fixed typo (porperty -> property)
     new cf3a480  Cleaned up resource files
     new a9bc1f1  Fixed typo (Chararacter -> Character)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 main/cui/source/tabpages/tabstpge.src          | 144 +++++++++---------
 main/cui/source/tabpages/textattr.src          | 161 +++++++++-----------
 main/extensions/source/propctrlr/propres.src   |  32 ++--
 main/framework/source/classes/resource.src     | 195 ++++++++++++-------------
 main/offapi/com/sun/star/i18n/KParseTokens.idl |  21 +--
 5 files changed, 263 insertions(+), 290 deletions(-)

[openoffice] 01/02: Cleaned up resource files

Posted by ms...@apache.org.
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

commit cf3a4808facea00fa2a7db28b8628bbcbc2c2cf3
Author: mseidel <ms...@apache.org>
AuthorDate: Fri Mar 26 00:54:18 2021 +0100

    Cleaned up resource files
    
    (cherry picked from commit 383ed5e2c01feb1c27c37dbddb220a8ccf375f43)
---
 main/cui/source/tabpages/tabstpge.src        | 144 ++++++++++----------
 main/cui/source/tabpages/textattr.src        | 161 +++++++++-------------
 main/extensions/source/propctrlr/propres.src |  32 ++---
 main/framework/source/classes/resource.src   | 195 +++++++++++++--------------
 4 files changed, 252 insertions(+), 280 deletions(-)

diff --git a/main/cui/source/tabpages/tabstpge.src b/main/cui/source/tabpages/tabstpge.src
index f18e2f5..1b05747 100644
--- a/main/cui/source/tabpages/tabstpge.src
+++ b/main/cui/source/tabpages/tabstpge.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,43 +7,44 @@
  * 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 "tabstpge.hrc"
 #include <svx/dialogs.hrc>
 
- // RID_SVXPAGE_TABULATOR -------------------------------------------------
+// RID_SVXPAGE_TABULATOR -------------------------------------------------
 TabPage RID_SVXPAGE_TABULATOR
 {
 	HelpId = HID_TABULATOR ;
 	Hide = TRUE ;
 	Text [ en-US ] = "Tabs" ;
-	Size = MAP_APPFONT ( 260 , 185 ) ;
+	Size = MAP_APPFONT ( 260, 185 ) ;
     FixedLine FL_TABPOS
     {
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 48 , 8 ) ;
+        Pos = MAP_APPFONT ( 6, 3 ) ;
+        Size = MAP_APPFONT ( 48, 8 ) ;
         Text [ en-US ] = "Position" ;
     };
     MetricBox ED_TABPOS
 	{
-        HelpID = "cui:MetricBox:RID_SVXPAGE_TABULATOR:ED_TABPOS";
-		Pos = MAP_APPFONT ( 12 , 14 ) ;
-        Size = MAP_APPFONT ( 39 , 165 ) ;
+        HelpID = "cui:MetricBox:RID_SVXPAGE_TABULATOR:ED_TABPOS" ;
+		Pos = MAP_APPFONT ( 12, 14 ) ;
+        Size = MAP_APPFONT ( 39, 165 ) ;
 		Minimum = -5600 ;
 		Maximum = 5600 ;
 		DecimalDigits = 2 ;
@@ -51,148 +52,148 @@ TabPage RID_SVXPAGE_TABULATOR
 	};
     FixedLine FL_TABPOS_VERT
 	{
-        Pos = MAP_APPFONT ( 55 , 14 ) ;
-        Size = MAP_APPFONT ( 4 , 165 ) ;
-        Vert = TRUE;
+        Pos = MAP_APPFONT ( 55, 14 ) ;
+        Size = MAP_APPFONT ( 4, 165 ) ;
+        Vert = TRUE ;
 	};
     FixedLine FL_TABTYPE
     {
-        Pos = MAP_APPFONT ( 60 , 3 ) ;
-        Size = MAP_APPFONT ( 138 , 8 ) ;
+        Pos = MAP_APPFONT ( 60, 3 ) ;
+        Size = MAP_APPFONT ( 138, 8 ) ;
         Text [ en-US ] = "Type" ;
     };
     RadioButton BTN_TABTYPE_LEFT
 	{
-        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_LEFT";
-        Pos = MAP_APPFONT ( 66 , 14 ) ;
-        Size = MAP_APPFONT ( 89 , 10 ) ;
+        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_LEFT" ;
+        Pos = MAP_APPFONT ( 66, 14 ) ;
+        Size = MAP_APPFONT ( 89, 10 ) ;
 		Text [ en-US ] = "~Left" ;
 		Check = TRUE ;
 	};
 	Window WIN_TABLEFT
 	{
-        Pos = MAP_APPFONT ( 157 , 14 ) ;
-		Size = MAP_APPFONT ( 7 , 10 ) ;
+        Pos = MAP_APPFONT ( 157, 14 ) ;
+		Size = MAP_APPFONT ( 7, 10 ) ;
 	};
 	RadioButton BTN_TABTYPE_RIGHT
 	{
-	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_RIGHT";
-        Pos = MAP_APPFONT ( 66 , 28 ) ;
-        Size = MAP_APPFONT ( 89 , 10 ) ;
+	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_RIGHT" ;
+        Pos = MAP_APPFONT ( 66, 28 ) ;
+        Size = MAP_APPFONT ( 89, 10 ) ;
         Text [ en-US ] = "Righ~t" ;
 	};
 	Window WIN_TABRIGHT
 	{
-        Pos = MAP_APPFONT ( 157 , 28 ) ;
-		Size = MAP_APPFONT ( 7 , 10 ) ;
+        Pos = MAP_APPFONT ( 157, 28 ) ;
+		Size = MAP_APPFONT ( 7, 10 ) ;
 	};
 	RadioButton BTN_TABTYPE_CENTER
 	{
-	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_CENTER";
-        Pos = MAP_APPFONT ( 66 , 42 ) ;
-        Size = MAP_APPFONT ( 89 , 10 ) ;
+	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_CENTER" ;
+        Pos = MAP_APPFONT ( 66, 42 ) ;
+        Size = MAP_APPFONT ( 89, 10 ) ;
         Text [ en-US ] = "C~entered" ;
 	};
 	Window WIN_TABCENTER
 	{
-        Pos = MAP_APPFONT ( 157 , 42 ) ;
-		Size = MAP_APPFONT ( 7 , 10 ) ;
+        Pos = MAP_APPFONT ( 157, 42 ) ;
+		Size = MAP_APPFONT ( 7, 10 ) ;
 	};
 	RadioButton BTN_TABTYPE_DECIMAL
 	{
-	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_DECIMAL";
-        Pos = MAP_APPFONT ( 66 , 56 ) ;
-        Size = MAP_APPFONT ( 89 , 10 ) ;
+	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_DECIMAL" ;
+        Pos = MAP_APPFONT ( 66, 56 ) ;
+        Size = MAP_APPFONT ( 89, 10 ) ;
         Text [ en-US ] = "Deci~mal" ;
 	};
 	Window WIN_TABDECIMAL
 	{
-        Pos = MAP_APPFONT ( 157 , 56 ) ;
-		Size = MAP_APPFONT ( 7 , 10 ) ;
+        Pos = MAP_APPFONT ( 157, 56 ) ;
+		Size = MAP_APPFONT ( 7, 10 ) ;
 	};
 	FixedText FT_TABTYPE_DECCHAR
 	{
-        Pos = MAP_APPFONT ( 75 , 70 ) ;
-        Size = MAP_APPFONT ( 79 , 8 ) ;
+        Pos = MAP_APPFONT ( 75, 70 ) ;
+        Size = MAP_APPFONT ( 79, 8 ) ;
 		Text [ en-US ] = "~Character" ;
 	};
 	Edit ED_TABTYPE_DECCHAR
 	{
-	    HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_TABTYPE_DECCHAR";
+	    HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_TABTYPE_DECCHAR" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 156 , 68 ) ;
-		Size = MAP_APPFONT ( 9 , 12 ) ;
+        Pos = MAP_APPFONT ( 156, 68 ) ;
+		Size = MAP_APPFONT ( 9, 12 ) ;
 		Left = TRUE ;
 	};
     FixedLine FL_FILLCHAR
     {
-        Pos = MAP_APPFONT ( 60 , 86 ) ;
-        Size = MAP_APPFONT ( 138 , 8 ) ;
+        Pos = MAP_APPFONT ( 60, 86 ) ;
+        Size = MAP_APPFONT ( 138, 8 ) ;
         Text [ en-US ] = "Fill character" ;
     };
     RadioButton BTN_FILLCHAR_NO
 	{
-        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_NO";
-        Pos = MAP_APPFONT ( 66 , 97 ) ;
-        Size = MAP_APPFONT ( 89 , 10 ) ;
+        HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_NO" ;
+        Pos = MAP_APPFONT ( 66, 97 ) ;
+        Size = MAP_APPFONT ( 89, 10 ) ;
         Text [ en-US ] = "N~one" ;
 		Check = TRUE ;
 	};
 	RadioButton BTN_FILLCHAR_POINTS
 	{
-	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_POINTS";
-        Pos = MAP_APPFONT ( 66 , 111 ) ;
-        Size = MAP_APPFONT ( 89 , 10 ) ;
+	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_POINTS" ;
+        Pos = MAP_APPFONT ( 66, 111 ) ;
+        Size = MAP_APPFONT ( 89, 10 ) ;
 		Text = "~........" ;
 	};
 	RadioButton BTN_FILLCHAR_DASHLINE
 	{
-	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_DASHLINE";
-        Pos = MAP_APPFONT ( 66 , 125 ) ;
-        Size = MAP_APPFONT ( 89 , 10 ) ;
+	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_DASHLINE" ;
+        Pos = MAP_APPFONT ( 66, 125 ) ;
+        Size = MAP_APPFONT ( 89, 10 ) ;
 		Text = "~--------" ;
 	};
 	RadioButton BTN_FILLCHAR_UNDERSCORE
 	{
-	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_UNDERSCORE";
-        Pos = MAP_APPFONT ( 66 , 139 ) ;
-        Size = MAP_APPFONT ( 89 , 10 ) ;
+	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_UNDERSCORE" ;
+        Pos = MAP_APPFONT ( 66, 139 ) ;
+        Size = MAP_APPFONT ( 89, 10 ) ;
 		Text = "~_____" ;
 	};
 	RadioButton BTN_FILLCHAR_OTHER
 	{
-	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_OTHER";
-        Pos = MAP_APPFONT ( 66 , 153 ) ;
-        Size = MAP_APPFONT ( 89 , 10 ) ;
+	    HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_OTHER" ;
+        Pos = MAP_APPFONT ( 66, 153 ) ;
+        Size = MAP_APPFONT ( 89, 10 ) ;
         Text [ en-US ] = "Character" ;
 	};
 	Edit ED_FILLCHAR_OTHER
 	{
-	    HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_FILLCHAR_OTHER";
+	    HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_FILLCHAR_OTHER" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 156 , 151 ) ;
-		Size = MAP_APPFONT ( 9 , 12 ) ;
+        Pos = MAP_APPFONT ( 156, 151 ) ;
+		Size = MAP_APPFONT ( 9, 12 ) ;
 		Left = TRUE ;
 	};
     PushButton BTN_NEW
 	{
-        HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_NEW";
-        Pos = MAP_APPFONT ( 204 , 6 ) ;
-		Size = MAP_APPFONT ( 50 , 14 ) ;
+        HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_NEW" ;
+        Pos = MAP_APPFONT ( 204, 6 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
 		Text [ en-US ] = "~New" ;
 	};
 	PushButton BTN_DELALL
 	{
-	    HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DELALL";
-        Pos = MAP_APPFONT ( 204 , 23 ) ;
-		Size = MAP_APPFONT ( 50 , 14 ) ;
+	    HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DELALL" ;
+        Pos = MAP_APPFONT ( 204, 23 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
 		Text [ en-US ] = "Delete ~All" ;
 	};
 	PushButton BTN_DEL
 	{
-	    HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DEL";
-        Pos = MAP_APPFONT ( 204 , 40 ) ;
-		Size = MAP_APPFONT ( 50 , 14 ) ;
+	    HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DEL" ;
+        Pos = MAP_APPFONT ( 204, 40 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
 		Text [ en-US ] = "~Delete" ;
 	};
     String ST_LEFTTAB_ASIAN
@@ -209,3 +210,4 @@ TabPage RID_SVXPAGE_TABULATOR
 	};
 };
 
+// ******************************************************************* EOF
diff --git a/main/cui/source/tabpages/textattr.src b/main/cui/source/tabpages/textattr.src
index baa2df2..1bbc7fd 100644
--- a/main/cui/source/tabpages/textattr.src
+++ b/main/cui/source/tabpages/textattr.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,123 +7,124 @@
  * 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 <svtools/controldims.hrc>
 #include <cuires.hrc>
 #include "textattr.hrc"
 #include "helpid.hrc"
 #include <svx/dialogs.hrc>
 
- // RID_SVXPAGE_TEXTATTR --------------------------------------------------
+// RID_SVXPAGE_TEXTATTR --------------------------------------------------
 TabPage RID_SVXPAGE_TEXTATTR
 {
 	HelpId = HID_PAGE_TEXTATTR ;
 	Hide = TRUE ;
-	Size = MAP_APPFONT ( 260 , 185 ) ;
+	Size = MAP_APPFONT ( 260, 185 ) ;
 	Text [ en-US ] = "Text" ;
 	FixedLine FL_TEXT
 	{
-		Pos = MAP_APPFONT ( 6 , 3  ) ;
-		Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
+		Pos = MAP_APPFONT ( 6, 3  ) ;
+		Size = MAP_APPFONT ( 248, RSC_CD_FIXEDLINE_HEIGHT ) ;
 		Text [ en-US ] = "Text" ;
 	};
 	TriStateBox TSB_AUTOGROW_WIDTH
 	{
-	    HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_WIDTH";
+		HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_WIDTH" ;
 		TabStop = TRUE ;
-		Pos = MAP_APPFONT ( 12 , 14  ) ;
-        Size = MAP_APPFONT ( 102 , 10 ) ;
+		Pos = MAP_APPFONT ( 12, 14  ) ;
+		Size = MAP_APPFONT ( 102, 10 ) ;
 		Text [ en-US ] = "Fit wi~dth to text" ;
 	};
 	TriStateBox TSB_AUTOGROW_HEIGHT
 	{
-	    HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_HEIGHT";
+		HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_HEIGHT" ;
 		TabStop = TRUE ;
-        Pos = MAP_APPFONT ( 12 , 28  ) ;
-        Size = MAP_APPFONT ( 102 , 10 ) ;
+		Pos = MAP_APPFONT ( 12, 28  ) ;
+		Size = MAP_APPFONT ( 102, 10 ) ;
 		Text [ en-US ] = "Fit h~eight to text" ;
 	};
 	TriStateBox TSB_FIT_TO_SIZE
 	{
-	    HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_FIT_TO_SIZE";
+		HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_FIT_TO_SIZE" ;
 		TabStop = TRUE ;
-        Pos = MAP_APPFONT ( 12 , 42  ) ;
-        Size = MAP_APPFONT ( 102 , 10 ) ;
+		Pos = MAP_APPFONT ( 12, 42  ) ;
+		Size = MAP_APPFONT ( 102, 10 ) ;
 		Text [ en-US ] = "~Fit to frame" ;
 	};
 	TriStateBox TSB_CONTOUR
 	{
-	    HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_CONTOUR";
+		HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_CONTOUR" ;
 		TabStop = TRUE ;
-        Pos = MAP_APPFONT ( 12 , 56  ) ;
-        Size = MAP_APPFONT ( 102 , 10 ) ;
+		Pos = MAP_APPFONT ( 12, 56  ) ;
+		Size = MAP_APPFONT ( 102, 10 ) ;
 		Text [ en-US ] = "~Adjust to contour" ;
 	};
 	TriStateBox TSB_WORDWRAP_TEXT
 	{
-	    HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_WORDWRAP_TEXT";
-		TabStop = TRUE;		
-		Pos = MAP_APPFONT( 132, 14  ) ;
-        Size = MAP_APPFONT( 127 , 10 ) ;
-		Text [ en-US ] = "~Word wrap text in shape";
+		HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_WORDWRAP_TEXT" ;
+		TabStop = TRUE ;
+		Pos = MAP_APPFONT ( 132, 14  ) ;
+		Size = MAP_APPFONT ( 127, 10 ) ;
+		Text [ en-US ] = "~Word wrap text in shape" ;
 	};
 	TriStateBox TSB_AUTOGROW_SIZE
 	{
-	    HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_SIZE";
-		TabStop = TRUE;
-        Pos = MAP_APPFONT( 132, 28  );
-        Size = MAP_APPFONT( 127 , 10 );
-		Text [ en-US ] = "~Resize shape to fit text";
+		HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_SIZE" ;
+		TabStop = TRUE ;
+		Pos = MAP_APPFONT ( 132, 28  ) ;
+		Size = MAP_APPFONT ( 127, 10 ) ;
+		Text [ en-US ] = "~Resize shape to fit text" ;
 	};
 	FixedLine FL_DISTANCE
 	{
-        Pos = MAP_APPFONT ( 6 , 72 ) ;
-		Size = MAP_APPFONT ( 114 , RSC_CD_FIXEDLINE_HEIGHT ) ;
+		Pos = MAP_APPFONT ( 6, 72 ) ;
+		Size = MAP_APPFONT ( 114, RSC_CD_FIXEDLINE_HEIGHT ) ;
 		Text [ en-US ] = "Spacing to borders" ;
 	};
 	FixedText FT_LEFT
 	{
-        Pos = MAP_APPFONT ( 12 , 85  ) ;
-        Size = MAP_APPFONT ( 50 , 8 ) ;
+		Pos = MAP_APPFONT ( 12, 85  ) ;
+		Size = MAP_APPFONT ( 50, 8 ) ;
 		Text [ en-US ] = "~Left" ;
 	};
 	FixedText FT_RIGHT
 	{
-        Pos = MAP_APPFONT ( 12 , 101  ) ;
-        Size = MAP_APPFONT ( 50 , 8 ) ;
+		Pos = MAP_APPFONT ( 12, 101  ) ;
+		Size = MAP_APPFONT ( 50, 8 ) ;
 		Text [ en-US ] = "~Right" ;
 	};
 	FixedText FT_TOP
 	{
-        Pos = MAP_APPFONT ( 12 , 117  ) ;
-        Size = MAP_APPFONT ( 50 , 8 ) ;
+		Pos = MAP_APPFONT ( 12, 117  ) ;
+		Size = MAP_APPFONT ( 50, 8 ) ;
 		Text [ en-US ] = "~Top" ;
 	};
 	FixedText FT_BOTTOM
 	{
-        Pos = MAP_APPFONT ( 12 , 133  ) ;
-        Size = MAP_APPFONT ( 50 , 8 ) ;
+		Pos = MAP_APPFONT ( 12, 133  ) ;
+		Size = MAP_APPFONT ( 50, 8 ) ;
 		Text [ en-US ] = "~Bottom" ;
 	};
 	MetricField MTR_FLD_LEFT
 	{
-	    HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_LEFT";
+		HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_LEFT" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 69 , 83  ) ;
-		Size = MAP_APPFONT ( 45 , 12 ) ;
+		Pos = MAP_APPFONT ( 69, 83  ) ;
+		Size = MAP_APPFONT ( 45, 12 ) ;
 		TabStop = TRUE ;
 		Repeat = TRUE ;
 		Spin = TRUE ;
@@ -137,10 +138,10 @@ TabPage RID_SVXPAGE_TEXTATTR
 	};
 	MetricField MTR_FLD_RIGHT
 	{
-	    HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_RIGHT";
+		HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_RIGHT" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 69 , 99  ) ;
-		Size = MAP_APPFONT ( 45 , 12 ) ;
+		Pos = MAP_APPFONT ( 69, 99  ) ;
+		Size = MAP_APPFONT ( 45, 12 ) ;
 		TabStop = TRUE ;
 		Repeat = TRUE ;
 		Spin = TRUE ;
@@ -154,10 +155,10 @@ TabPage RID_SVXPAGE_TEXTATTR
 	};
 	MetricField MTR_FLD_TOP
 	{
-	    HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_TOP";
+		HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_TOP" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 69 , 115  ) ;
-		Size = MAP_APPFONT ( 45 , 12 ) ;
+		Pos = MAP_APPFONT ( 69, 115  ) ;
+		Size = MAP_APPFONT ( 45, 12 ) ;
 		TabStop = TRUE ;
 		Repeat = TRUE ;
 		Spin = TRUE ;
@@ -171,10 +172,10 @@ TabPage RID_SVXPAGE_TEXTATTR
 	};
 	MetricField MTR_FLD_BOTTOM
 	{
-	    HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_BOTTOM";
+		HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_BOTTOM" ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 69 , 131  ) ;
-		Size = MAP_APPFONT ( 45 , 12 ) ;
+		Pos = MAP_APPFONT ( 69, 131  ) ;
+		Size = MAP_APPFONT ( 45, 12 ) ;
 		TabStop = TRUE ;
 		Repeat = TRUE ;
 		Spin = TRUE ;
@@ -188,64 +189,32 @@ TabPage RID_SVXPAGE_TEXTATTR
 	};
 	FixedLine FL_SEPARATOR
 	{
-        Pos = MAP_APPFONT ( 121 , 83 ) ;
-        Size = MAP_APPFONT ( RSC_CD_FIXEDLINE_WIDTH , 66 ) ;
-		Vert = TRUE;
+		Pos = MAP_APPFONT ( 121, 83 ) ;
+		Size = MAP_APPFONT ( RSC_CD_FIXEDLINE_WIDTH, 66 ) ;
+		Vert = TRUE ;
 	};
 	FixedLine FL_POSITION
 	{
-        Pos = MAP_APPFONT ( 126 , 72 ) ;
-		Size = MAP_APPFONT ( 128 , RSC_CD_FIXEDLINE_HEIGHT ) ;
+		Pos = MAP_APPFONT ( 126, 72 ) ;
+		Size = MAP_APPFONT ( 128, RSC_CD_FIXEDLINE_HEIGHT ) ;
 		Text [ en-US ] = "Text anchor" ;
 	};
 	Control CTL_POSITION
 	{
 		HelpId = HID_TEXTATTR_CTL_POSITION ;
 		Border = TRUE ;
-        Pos = MAP_APPFONT ( 132 , 83  ) ;
-		Size = MAP_APPFONT ( 116 , 52 ) ;
+		Pos = MAP_APPFONT ( 132, 83  ) ;
+		Size = MAP_APPFONT ( 116, 52 ) ;
 		TabStop = TRUE ;
 	};
 	TriStateBox TSB_FULL_WIDTH
 	{
-	    HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_FULL_WIDTH";
+		HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_FULL_WIDTH" ;
 		TabStop = TRUE ;
-        Pos = MAP_APPFONT ( 132 , 139  ) ;
-        Size = MAP_APPFONT ( 116 , 10 ) ;
+		Pos = MAP_APPFONT ( 132, 139  ) ;
+		Size = MAP_APPFONT ( 116, 10 ) ;
 		Text [ en-US ] = "Full ~width" ;
 	};
 };
- // ********************************************************************** EOF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
+// ********************************************************************** EOF
diff --git a/main/extensions/source/propctrlr/propres.src b/main/extensions/source/propctrlr/propres.src
index efbb29b..c693120 100644
--- a/main/extensions/source/propctrlr/propres.src
+++ b/main/extensions/source/propctrlr/propres.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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -40,25 +40,27 @@ String RID_STR_PROPPAGE_DATA
 };
 Resource RID_RSC_ENUM_YESNO
 {
-    String 1
-    {
-	    Text [ en-US ] = "No" ;
-    };
-    String 2
-    {
-	    Text [ en-US ] = "Yes" ;
-    };
+	String 1
+	{
+		Text [ en-US ] = "No" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Yes" ;
+	};
 };
 String RID_STR_HELP_SECTION_LABEL
 {
-	Text [ en-US ] = "Help";
+	Text [ en-US ] = "Help" ;
 };
 String RID_EMBED_IMAGE_PLACEHOLDER
 {
-	Text [ en-US ] = "<Embedded-Image>";
+	Text [ en-US ] = "<Embedded-Image>" ;
 };
 
 String RID_STR_TEXT_FORMAT
 {
-    Text [ en-US ] = "Text";
+	Text [ en-US ] = "Text" ;
 };
+
+// ******************************************************************* EOF
diff --git a/main/framework/source/classes/resource.src b/main/framework/source/classes/resource.src
index 80a6702..b59132a 100644
--- a/main/framework/source/classes/resource.src
+++ b/main/framework/source/classes/resource.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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -49,8 +49,6 @@ String STR_UPDATEDOC
 
 String STR_CLOSEDOC_ANDRETURN
 {
-	/* ### ACHTUNG: Neuer Text in Resource? S~chlieen & zur ck zu  : S~chlieen & zurck zu  */
-	/* ### ACHTUNG: Neuer Text in Resource? S~chlie en & zur ck zu  : S~chlieen & zurck zu  */
 	Text [ en-US ] = "~Close & Return to " ;
 };
 
@@ -58,49 +56,49 @@ Menu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
 {
 	ItemList =
 	{
-        MenuItem
-        {
-	        Identifier = MENUITEM_TOOLBAR_VISIBLEBUTTON;
-            SubMenu = Menu
-		    {
-		    };
-            Text[ en-US ] = "Visible ~Buttons";
-	    };
-        MenuItem
-        {
-	        Identifier = MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR;
-	        Command = ".uno:ConfigureToolboxVisible" ;
-	        Text[ en-US ] = "~Customize Toolbar...";
-        };
+		MenuItem
+		{
+			Identifier = MENUITEM_TOOLBAR_VISIBLEBUTTON ;
+			SubMenu = Menu
+			{
+			};
+			Text[ en-US ] = "Visible ~Buttons" ;
+		};
+		MenuItem
+		{
+			Identifier = MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR ;
+			Command = ".uno:ConfigureToolboxVisible" ;
+			Text[ en-US ] = "~Customize Toolbar..." ;
+		};
 		MenuItem
 		{
 			Separator = TRUE ;
 		};
-        MenuItem
-        {
-            Identifier = MENUITEM_TOOLBAR_DOCKTOOLBAR;
-            Text[ en-US ] = "~Dock Toolbar" ;
-        };
-        MenuItem
-        {
-            Identifier = MENUITEM_TOOLBAR_DOCKALLTOOLBAR;
-            Text[ en-US ] = "Dock ~All Toolbars" ;
-        };
+		MenuItem
+		{
+			Identifier = MENUITEM_TOOLBAR_DOCKTOOLBAR ;
+			Text[ en-US ] = "~Dock Toolbar" ;
+		};
+		MenuItem
+		{
+			Identifier = MENUITEM_TOOLBAR_DOCKALLTOOLBAR ;
+			Text[ en-US ] = "Dock ~All Toolbars" ;
+		};
 		MenuItem
 		{
 			Separator = TRUE ;
 		};
-        MenuItem
-        {
-            Identifier = MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION;
-            Text[ en-US ] = "~Lock Toolbar Position" ;
-        };
-        MenuItem
-        {
-            Identifier = MENUITEM_TOOLBAR_CLOSE;
-            Text[ en-US ] = "Close ~Toolbar" ;
-        };
-    };
+		MenuItem
+		{
+			Identifier = MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION ;
+			Text[ en-US ] = "~Lock Toolbar Position" ;
+		};
+		MenuItem
+		{
+			Identifier = MENUITEM_TOOLBAR_CLOSE ;
+			Text[ en-US ] = "Close ~Toolbar" ;
+		};
+	};
 };
 
 String STR_SAVECOPYDOC
@@ -110,41 +108,41 @@ String STR_SAVECOPYDOC
 
 String STR_NODOCUMENT
 {
-    Text [ en-US ] = "No Documents";
+	Text [ en-US ] = "No Documents" ;
 };
 
 String STR_CLEAR_RECENT_FILES
 {
-    Text [ en-US ] = "Clear List";
+	Text [ en-US ] = "Clear List" ;
 };
 
 String STR_CLEAR_RECENT_FILES_HELP
 {
-    Text [ en-US ] = "Clears the list with the most recently opened files. This action can not be undone.";
+	Text [ en-US ] = "Clears the list with the most recently opened files. This action can not be undone." ;
 };
 
 String STR_TOOLBAR_TITLE_ADDON
 {
-    Text [ en-US ] = "Add-On %num%";
+	Text [ en-US ] = "Add-On %num%" ;
 };
 
 // ***********************************************************************
-//       License Dialog
+// License Dialog
 // ***********************************************************************
-#define LICENSE_DIALOG_WIDTH  260
+#define LICENSE_DIALOG_WIDTH    260
 //#define LICENSE_DIALOG_HEIGTH 185
 //#define LICENSE_DIALOG_HEIGTH 190
-#define LICENSE_RIGHT_BORDER  7
-#define LICENSE_BOTTOM_BORDER  0
+#define LICENSE_RIGHT_BORDER    7
+#define LICENSE_BOTTOM_BORDER   0
 #define LICENSE_ROW_1 (7)
 #define LICENSE_COL_1 (7)
 
-#define OFFSET        2
-#define COL2_WIDTH   10
-#define OFFSET_IMG   10
-#define FT_HEIGHT     8
-#define PB_HEIGHT    14
-#define PD_WIDTH     40
+#define OFFSET      2
+#define COL2_WIDTH  10
+#define OFFSET_IMG  10
+#define FT_HEIGHT   8
+#define PB_HEIGHT   14
+#define PD_WIDTH    40
 
 #define LICENSE_HEIGHT 102
 #define LICENSE_ROW_2 (LICENSE_ROW_1 + OFFSET + LICENSE_HEIGHT)
@@ -160,24 +158,24 @@ String STR_TOOLBAR_TITLE_ADDON
 #define LICENSE_COL_4 (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - PD_WIDTH)
 
 #define LICENSE_WIDTH (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - LICENSE_ROW_1)
-#define COL3_WIDTH	  (LICENSE_COL_4 - LICENSE_COL_3)
+#define COL3_WIDTH    (LICENSE_COL_4 - LICENSE_COL_3)
 
 
 ModalDialog DLG_LICENSE
 {
-    HelpId = HID_LICENSEDIALOG;
-	Moveable		= TRUE ;
-	Closeable		= TRUE ;
+	HelpId = HID_LICENSEDIALOG ;
+	Moveable = TRUE ;
+	Closeable = TRUE ;
 	OutputSize = TRUE ;
 	SVLook = TRUE ;
 	Hide = TRUE ;
-	Size = MAP_APPFONT ( LICENSE_DIALOG_WIDTH , LICENSE_DIALOG_HEIGTH ) ;
-	Text [ en-US ] = "License Agreement";
+	Size = MAP_APPFONT ( LICENSE_DIALOG_WIDTH, LICENSE_DIALOG_HEIGTH ) ;
+	Text [ en-US ] = "License Agreement" ;
 
 	MultiLineEdit ML_LICENSE
 	{
-	    HelpID = "framework:MultiLineEdit:DLG_LICENSE:ML_LICENSE";
-		PosSize = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_1 , LICENSE_WIDTH , LICENSE_HEIGHT ) ;
+		HelpID = "framework:MultiLineEdit:DLG_LICENSE:ML_LICENSE" ;
+		PosSize = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_1, LICENSE_WIDTH, LICENSE_HEIGHT ) ;
 		Border = TRUE ;
 		VScroll = TRUE ;
 		ReadOnly = TRUE ;
@@ -186,54 +184,53 @@ ModalDialog DLG_LICENSE
 	FixedText FT_INFO1
 	{
 		WordBreak = TRUE ;
-		Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_2 ) ;
-		Size = MAP_APPFONT ( LICENSE_WIDTH , FT_HEIGHT ) ;
+		Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_2 ) ;
+		Size = MAP_APPFONT ( LICENSE_WIDTH, FT_HEIGHT ) ;
 		Text [ en-US ] = "Please follow these steps to proceed with the installation:" ;
 	};
 
 	FixedImage IMG_ARROW
 	{
-		Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_3 ) ;
-		Size = MAP_PIXEL ( 16 , 16 ) ;
+		Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_3 ) ;
+		Size = MAP_PIXEL ( 16, 16 ) ;
 		Fixed = Image
 		{
 			ImageBitmap = Bitmap
 			{
 				File = "arrow.png" ;
 			};
-			MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
 		};
 	};
 
 	FixedText FT_INFO2_1
 	{
 		WordBreak = TRUE ;
-		Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_3 ) ;
-		Size = MAP_APPFONT ( COL2_WIDTH , FT_HEIGHT ) ;
+		Pos = MAP_APPFONT ( LICENSE_COL_2, LICENSE_ROW_3 ) ;
+		Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
 		Text [ en-US ] = "1." ;
 	};
 
 	FixedText FT_INFO2
 	{
 		WordBreak = TRUE ;
-		Pos = MAP_APPFONT ( LICENSE_COL_3 , LICENSE_ROW_3 ) ;
+		Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_3 ) ;
 		Size = MAP_APPFONT ( COL3_WIDTH, 3*FT_HEIGHT ) ;
 		Text [ en-US ] = "View the complete License Agreement. Please use the scroll bar or the '%PAGEDOWN' button in this dialog to view the entire license text." ;
 	};
 
 	PushButton PB_PAGEDOWN
 	{
-	    HelpID = "framework:PushButton:DLG_LICENSE:PB_PAGEDOWN";
+		HelpID = "framework:PushButton:DLG_LICENSE:PB_PAGEDOWN" ;
 		TabStop = TRUE ;
-		Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_3 ) ;
-		Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
+		Pos = MAP_APPFONT ( LICENSE_COL_4, LICENSE_ROW_3 ) ;
+		Size = MAP_APPFONT ( PD_WIDTH, PB_HEIGHT ) ;
 		Text [ en-US ] = "Scroll Down" ;
 	};
 
 	FixedText FT_INFO3_1
 	{
 		WordBreak = TRUE ;
-		Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_4 ) ;
+		Pos = MAP_APPFONT ( LICENSE_COL_2, LICENSE_ROW_4 ) ;
 		Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
 		Text [ en-US ] = "2." ;
 	};
@@ -258,31 +255,31 @@ ModalDialog DLG_LICENSE
 
 	FixedLine FL_DIVIDE
 	{
-	    Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_5 ) ;
-	    Size = MAP_APPFONT ( LICENSE_WIDTH, 1 ) ;
+		Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_5 ) ;
+		Size = MAP_APPFONT ( LICENSE_WIDTH, 1 ) ;
 	};
 
 	PushButton PB_ACCEPT
 	{
-	    HelpID = "framework:PushButton:DLG_LICENSE:PB_ACCEPT";
+		HelpID = "framework:PushButton:DLG_LICENSE:PB_ACCEPT" ;
 		TabStop = TRUE ;
-		Pos = MAP_APPFONT ( LICENSE_COL_4 - PD_WIDTH - OFFSET_IMG , LICENSE_ROW_6 ) ;
-		Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
-    };
+		Pos = MAP_APPFONT ( LICENSE_COL_4 - PD_WIDTH - OFFSET_IMG, LICENSE_ROW_6 ) ;
+		Size = MAP_APPFONT ( PD_WIDTH, PB_HEIGHT ) ;
+	};
 
 	PushButton PB_DECLINE
 	{
-	    HelpID = "framework:PushButton:DLG_LICENSE:PB_DECLINE";
+		HelpID = "framework:PushButton:DLG_LICENSE:PB_DECLINE" ;
 		TabStop = TRUE ;
-		Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_6 ) ;
-		Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
-    };
+		Pos = MAP_APPFONT ( LICENSE_COL_4, LICENSE_ROW_6 ) ;
+		Size = MAP_APPFONT ( PD_WIDTH, PB_HEIGHT ) ;
+	};
 
 };
 
 String STR_FULL_DISC_RETRY_BUTTON
 {
-	Text [ en-US ] = "Retry" ;
+	[ en-US ] = "Retry" ;
 };
 
 String STR_FULL_DISC_MSG
@@ -292,55 +289,57 @@ String STR_FULL_DISC_MSG
 
 String STR_RESTORE_TOOLBARS
 {
-    Text [ en-US ] = "~Reset" ;    
+	Text [ en-US ] = "~Reset" ;
 };
 
 String STR_CORRUPT_UICFG_SHARE
 {
-    Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to reinstall the application." ;
+	Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to reinstall the application." ;
 };
 
 String STR_CORRUPT_UICFG_USER
 {
-    Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application." ;
+	Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application." ;
 };
 
 String STR_CORRUPT_UICFG_GENERAL
 {
-    Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application first or try to reinstall the application." ;
+	Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application first or try to reinstall the application." ;
 };
 
 String STR_UNTITLED_DOCUMENT
 {
-    Text [ en-US ] = "Untitled" ;
+	Text [ en-US ] = "Untitled" ;
 };
 
 // for displaying 'Multiple Languages' in the language statusbar control
 String STR_LANGSTATUS_MULTIPLE_LANGUAGES
 {
-    Text [ en-US ] = "Multiple Languages" ;
+	Text [ en-US ] = "Multiple Languages" ;
 };
 String STR_LANGSTATUS_NONE
 {
-    Text [ en-US ] = "None (Do not check spelling)" ; 
+	Text [ en-US ] = "None (Do not check spelling)" ;
 };
 String STR_RESET_TO_DEFAULT_LANGUAGE
 {
-    Text [ en-US ] = "Reset to Default Language" ; 
+	Text [ en-US ] = "Reset to Default Language" ;
 };
 String STR_LANGSTATUS_MORE
 {
-    Text [ en-US ] = "More..." ;   
+	Text [ en-US ] = "More..." ;
 };
 String STR_SET_LANGUAGE_FOR_SELECTION
 {
-    Text [ en-US ] = "Set Language for Selection" ;   
+	Text [ en-US ] = "Set Language for Selection" ;
 };
 String STR_SET_LANGUAGE_FOR_PARAGRAPH
 {
-    Text [ en-US ] = "Set Language for Paragraph" ;   
+	Text [ en-US ] = "Set Language for Paragraph" ;
 };
 String STR_SET_LANGUAGE_FOR_ALL_TEXT
 {
-    Text [ en-US ] = "Set Language for all Text" ;   
+	Text [ en-US ] = "Set Language for all Text" ;
 };
+
+// ******************************************************************* EOF

[openoffice] 02/02: Fixed typo (Chararacter -> Character)

Posted by ms...@apache.org.
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

commit a9bc1f10897b4241871e8116a543fc780dced124
Author: mseidel <ms...@apache.org>
AuthorDate: Fri Mar 26 00:56:05 2021 +0100

    Fixed typo (Chararacter -> Character)
    
    (cherry picked from commit b0b7b12dcbe7366c327d11753d28593dafc9af81)
---
 main/offapi/com/sun/star/i18n/KParseTokens.idl | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/main/offapi/com/sun/star/i18n/KParseTokens.idl b/main/offapi/com/sun/star/i18n/KParseTokens.idl
index 832866c..cc48298 100644
--- a/main/offapi/com/sun/star/i18n/KParseTokens.idl
+++ b/main/offapi/com/sun/star/i18n/KParseTokens.idl
@@ -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,32 +7,33 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
+
 #ifndef __com_sun_star_i18n_KParseTokens_idl__
 #define __com_sun_star_i18n_KParseTokens_idl__
 
 //============================================================================
 
-module com {  module sun {  module star {  module i18n {
+module com { module sun { module star { module i18n {
 
 //============================================================================
 
 /**
     These constants specify the characters a name or identifier token to
     be parsed can have.
-    
+
     <p> They are passed to
     <member>XCharacterClassification::parseAnyToken()</member> and
     <member>XCharacterClassification::parsePredefinedToken()</member>.
@@ -120,8 +121,8 @@ published constants KParseTokens
     const long UNI_OTHER            = 0x20000000;
 
     /** Only valid for <em>nStartCharFlags</em> parameter to
-        <method>ChararacterClassification::parseAnyToken</method> and
-        <method>ChararacterClassification::parsePredefinedToken</method>,
+        <method>CharacterClassification::parseAnyToken</method> and
+        <method>CharacterClassification::parsePredefinedToken</method>,
         ignored on <em>nContCharFlags</em> parameter.
         <strong>Not</strong> set in <type>ParseResult</type>. */
     const long IGNORE_LEADING_WS    = 0x40000000;
@@ -140,7 +141,7 @@ published constants KParseTokens
 
     /// Unicode (above 127) alphanumeric
     const long UNI_ALNUM            = UNI_ALPHA | UNI_DIGIT;
-    
+
     /// Unicode (above 127) alpha or letter
     const long UNI_LETTER           = UNI_ALPHA | UNI_MODIFIER_LETTER |
                                         UNI_OTHER_LETTER;
@@ -163,7 +164,7 @@ published constants KParseTokens
 
     /// any (ASCII or Unicode) number
     const long ANY_NUMBER           = ASC_DIGIT | UNI_NUMBER;
-    
+
     /// any (ASCII or Unicode) letter or number
     const long ANY_LETTER_OR_NUMBER = ANY_LETTER | ANY_NUMBER;
 };