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 2019/09/03 15:21:07 UTC

[openoffice] branch AOO42X updated: Cleaned up whitespace

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 c870731  Cleaned up whitespace
c870731 is described below

commit c87073124ac7be681e80540d4d72b26a8f40efc2
Author: mseidel <ms...@apache.org>
AuthorDate: Tue Sep 3 17:18:22 2019 +0200

    Cleaned up whitespace
    
    (cherry picked from commit 6c0500da5d6bf6c4f3f641f1d9d9785a6b2d5ffc)
---
 main/sw/source/ui/ribbar/inputwin.src | 97 +++++++++--------------------------
 1 file changed, 25 insertions(+), 72 deletions(-)

diff --git a/main/sw/source/ui/ribbar/inputwin.src b/main/sw/source/ui/ribbar/inputwin.src
index 1138719..4fd99da 100644
--- a/main/sw/source/ui/ribbar/inputwin.src
+++ b/main/sw/source/ui/ribbar/inputwin.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,21 +7,19 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-/* HelpID ressource file */
-/* HelpID ressource file */
 
 #include "cmdid.h"
 #include "helpid.h"
@@ -32,8 +30,8 @@
 
 ToolBox RID_TBX_FORMULA
 {
-	Pos = MAP_APPFONT ( 0 , 0 ) ;
-	Size = MAP_APPFONT ( 600 , 14 ) ;
+	Pos = MAP_APPFONT ( 0, 0 ) ;
+	Size = MAP_APPFONT ( 600, 14 ) ;
 	HelpID = HID_CALC_TOOLBOX ;
 	SVLook = TRUE ;
 	Border = TRUE ;
@@ -45,28 +43,24 @@ ToolBox RID_TBX_FORMULA
 			HelpId = HID_TBX_FORMULA_CALC ;
 			DropDown = TRUE ;
 			Text [ en-US ] = "Formula" ;
-			/* ### ACHTUNG: Neuer Text in Resource? Formel ausw�hlen : Formel ausw�hlen */
 		};
 		ToolBoxItem
 		{
 			Identifier = FN_FORMULA_CANCEL ;
 			HelpId = HID_TBX_FORMULA_CANCEL ;
 			Text [ en-US ] = "Cancel" ;
-			/* ### ACHTUNG: Neuer Text in Resource? Formel nicht �benehmen : Formel nicht �benehmen */
 		};
 		ToolBoxItem
 		{
 			Identifier = FN_FORMULA_APPLY ;
 			HelpId = HID_TBX_FORMULA_APPLY ;
-			/* ### ACHTUNG: Neuer Text in Resource? �bernehmen : �bernehmen */
 			Text [ en-US ] = "Apply" ;
-			/* ### ACHTUNG: Neuer Text in Resource? Formel einf�gen : Formel einf�gen */
 		};
 	};
 	Edit ED_POS
 	{
 		Border = TRUE ;
-		Size = MAP_APPFONT ( 45 , 11 ) ;
+		Size = MAP_APPFONT ( 45, 11 ) ;
 		ReadOnly = TRUE ;
 		SVLook = TRUE ;
 		Center = TRUE ;
@@ -75,7 +69,7 @@ ToolBox RID_TBX_FORMULA
 	{
 		Border = TRUE ;
 		TabStop = TRUE ;
-		Size = MAP_APPFONT ( 500 , 11 ) ;
+		Size = MAP_APPFONT ( 500, 11 ) ;
 		SVLook = TRUE ;
 	};
 };
@@ -150,7 +144,6 @@ Menu MN_CALC_POPUP
 					{
 						Identifier = MN_CALC_GEQ ;
 						HelpID = HID_MN_CALC_GEQ ;
-						/* ### ACHTUNG: Neuer Text in Resource? Gr~��er Gleich : Gr~��er Gleich */
 						Text [ en-US ] = "Greater Than or Equal" ;
 					};
 					MenuItem
@@ -163,7 +156,6 @@ Menu MN_CALC_POPUP
 					{
 						Identifier = MN_CALC_GRE ;
 						HelpID = HID_MN_CALC_GRE ;
-						/* ### ACHTUNG: Neuer Text in Resource? G~r��er : G~r��er */
 						Text [ en-US ] = "Greater" ;
 					};
 					MenuItem
@@ -293,63 +285,24 @@ String STR_ACCESS_FORMULA_TEXT
 {
 	Text [ en-US ] = "Formula Text" ;
 };
-#define TB_INPUT  \
-    ToolBoxItem\
-    {\
-        Identifier = FN_FORMULA_CALC ; \
-        HelpID = HID_TBX_FORMULA_CALC ; \
-        Text [ en-US ] = "Formula" ; \
-        /* ### ACHTUNG: Neuer Text in Resource? Formel ausw�hlen : Formel ausw�hlen */\
+#define TB_INPUT \
+	ToolBoxItem\
+	{\
+		Identifier = FN_FORMULA_CALC ; \
+		HelpID = HID_TBX_FORMULA_CALC ; \
+		Text [ en-US ] = "Formula" ; \
 	};\
-    ToolBoxItem\
-    {\
-        Identifier = FN_FORMULA_CANCEL ; \
-        HelpId = HID_TBX_FORMULA_CANCEL ; \
-        Text [ en-US ] = "Cancel" ; \
-        /* ### ACHTUNG: Neuer Text in Resource? Formel nicht �benehmen : Formel nicht �benehmen */\
+	ToolBoxItem\
+	{\
+		Identifier = FN_FORMULA_CANCEL ; \
+		HelpId = HID_TBX_FORMULA_CANCEL ; \
+		Text [ en-US ] = "Cancel" ; \
 	};\
-    ToolBoxItem\
-    {\
-        Identifier = FN_FORMULA_APPLY ; \
-        HelpID = HID_TBX_FORMULA_APPLY ; \
-        /* ### ACHTUNG: Neuer Text in Resource? �bernehmen : �bernehmen */\
-        Text [ en-US ] = "Apply" ; \
-        /* ### ACHTUNG: Neuer Text in Resource? Formel einf�gen : Formel einf�gen */\
+	ToolBoxItem\
+	{\
+		Identifier = FN_FORMULA_APPLY ; \
+		HelpID = HID_TBX_FORMULA_APPLY ; \
+		Text [ en-US ] = "Apply" ; \
 	};
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF