This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new ae79dca Cleaned up resource files, removed whitespace
ae79dca is described below
commit ae79dcaa84979233d79080f39e36b4901d625a65
Author: mseidel <[email protected]>
AuthorDate: Tue Mar 29 22:03:11 2022 +0200
Cleaned up resource files, removed whitespace
---
main/sw/source/ui/uiview/pview.src | 45 +++++++++++++++++++-------------------
main/sw/source/ui/uiview/view.src | 27 +++++++++++++----------
2 files changed, 38 insertions(+), 34 deletions(-)
diff --git a/main/sw/source/ui/uiview/pview.src
b/main/sw/source/ui/uiview/pview.src
index 1ca44fb..4bd4bfa 100644
--- a/main/sw/source/ui/uiview/pview.src
+++ b/main/sw/source/ui/uiview/pview.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.
- *
+ *
*************************************************************/
@@ -31,29 +31,29 @@ ModalDialog DLG_PAGEPREVIEW_ZOOM
HelpID = HID_PPREV_ZOOM ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 141 , 69 ) ;
- Text [ en-US ] = "Multiple Pages" ;
+ Size = MAP_APPFONT ( 141, 69 ) ;
+ Text [ en-US ] = "Multiple Pages" ;
Moveable = TRUE ;
FixedText FT_COL
{
- Pos = MAP_APPFONT ( 12 , 34 ) ;
- Size = MAP_APPFONT ( 27 , 10 ) ;
+ Pos = MAP_APPFONT ( 12, 34 ) ;
+ Size = MAP_APPFONT ( 27, 10 ) ;
Text [ en-US ] = "~Columns" ;
Left = TRUE ;
};
FixedText FT_ROW
{
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 27 , 10 ) ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 27, 10 ) ;
Text [ en-US ] = "~Rows" ;
Left = TRUE ;
};
NumericField ED_COL
{
- HelpID = "sw:NumericField:DLG_PAGEPREVIEW_ZOOM:ED_COL";
+ HelpID = "sw:NumericField:DLG_PAGEPREVIEW_ZOOM:ED_COL" ;
Border = TRUE ;
- Size = MAP_APPFONT ( 28 , 12 ) ;
- Pos = MAP_APPFONT ( 48 , 34 ) ;
+ Size = MAP_APPFONT ( 28, 12 ) ;
+ Pos = MAP_APPFONT ( 48, 34 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -66,10 +66,10 @@ ModalDialog DLG_PAGEPREVIEW_ZOOM
};
NumericField ED_ROW
{
- HelpID = "sw:NumericField:DLG_PAGEPREVIEW_ZOOM:ED_ROW";
+ HelpID = "sw:NumericField:DLG_PAGEPREVIEW_ZOOM:ED_ROW" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 48 , 13 ) ;
- Size = MAP_APPFONT ( 28 , 12 ) ;
+ Pos = MAP_APPFONT ( 48, 13 ) ;
+ Size = MAP_APPFONT ( 28, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -82,21 +82,21 @@ ModalDialog DLG_PAGEPREVIEW_ZOOM
};
OKButton BT_OK
{
- Pos = MAP_APPFONT ( 88 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 88, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BT_CANCEL
{
- Pos = MAP_APPFONT ( 88 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 88, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton BT_HELP
{
- Pos = MAP_APPFONT ( 88 , 49 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 88, 49 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
};
@@ -105,3 +105,4 @@ String RID_PVIEW_TOOLBOX
Text [ en-US ] = "Page Preview" ;
};
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/uiview/view.src
b/main/sw/source/ui/uiview/view.src
index 1668712..1605bd5 100644
--- a/main/sw/source/ui/uiview/view.src
+++ b/main/sw/source/ui/uiview/view.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.
- *
+ *
*************************************************************/
@@ -29,6 +29,7 @@
#include "popup.hrc"
#include "helpid.h"
#include "cmdid.h"
+
ImageButton BTN_PAGEUP
{
SVLOOK = TRUE ;
@@ -111,11 +112,11 @@ InfoBox MSG_ERR_NO_FAX
};
String STR_WEBOPTIONS
{
- Text [ en-US ] = "HTML document";
+ Text [ en-US ] = "HTML document" ;
};
String STR_TEXTOPTIONS
{
- Text [ en-US ] = "Text document";
+ Text [ en-US ] = "Text document" ;
};
InfoBox MSG_NOT_FOUND
{
@@ -136,7 +137,7 @@ String STR_NUM_LEVEL
//#outline level,zhaojianwei
String STR_NUM_OUTLINE
{
- Text [ en-US ] = "Outline ";
+ Text [ en-US ] = "Outline " ;
};//<-end,zhaojianwei
// <--
String STR_ERROR_NOLANG
@@ -165,23 +166,23 @@ String STR_SRCVIEW_COL
};
String STR_PRINT_TITLE
{
- Text [ en-US ] = "Printing selection";
+ Text [ en-US ] = "Printing selection" ;
};
String STR_PRINT_MSG
{
- Text [ en-US ] = "Do you want to print the selection or the entire
document?";
+ Text [ en-US ] = "Do you want to print the selection or the entire
document?" ;
};
String STR_PRINT_ALL
{
- Text [ en-US ] = "All";
+ Text [ en-US ] = "All" ;
};
String STR_PRINT_SELECTION
{
- Text [ en-US ] = "Selection";
+ Text [ en-US ] = "Selection" ;
};
String STR_READONLY_SEL
{
- Text [ en-US ] = "read-only";
+ Text [ en-US ] = "read-only" ;
};
String STR_SAVEAS_SRC
{
@@ -216,3 +217,5 @@ Menu MN_SRCVIEW_POPUPMENU
};
};
};
+
+// ********************************************************************** EOF