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 0a27d2e794 Cleanup resource files
0a27d2e794 is described below
commit 0a27d2e79413e4d5d7189d275120fd9249a93402
Author: mseidel <[email protected]>
AuthorDate: Sat Sep 20 20:42:42 2025 +0200
Cleanup resource files
---
main/basctl/source/basicide/macrodlg.src | 2 -
main/cui/source/dialogs/postdlg.src | 2 -
main/cui/source/tabpages/numfmt.src | 2 -
main/sw/source/ui/dialog/dialog.src | 2 -
main/sw/source/ui/dochdl/dochdl.src | 15 +--
main/sw/source/ui/envelp/envfmt.src | 184 +++++++++++++------------------
main/sw/source/ui/envelp/labprt.src | 108 +++++++-----------
main/sw/source/ui/fldui/changedb.src | 3 -
main/sw/source/ui/fldui/javaedit.src | 2 -
main/sw/source/ui/frmdlg/wrap.src | 2 -
10 files changed, 123 insertions(+), 199 deletions(-)
diff --git a/main/basctl/source/basicide/macrodlg.src
b/main/basctl/source/basicide/macrodlg.src
index 9ec10f8018..10aeb89cdc 100644
--- a/main/basctl/source/basicide/macrodlg.src
+++ b/main/basctl/source/basicide/macrodlg.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include <sfx2/sfx.hrc>
#include "macrodlg.hrc"
#include <basidesh.hrc>
diff --git a/main/cui/source/dialogs/postdlg.src
b/main/cui/source/dialogs/postdlg.src
index 58bc857fff..9f280ce56d 100644
--- a/main/cui/source/dialogs/postdlg.src
+++ b/main/cui/source/dialogs/postdlg.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
// include ---------------------------------------------------------------
#include <cuires.hrc>
#include "postdlg.hrc"
diff --git a/main/cui/source/tabpages/numfmt.src
b/main/cui/source/tabpages/numfmt.src
index ddf335cee8..db6c30c3cb 100644
--- a/main/cui/source/tabpages/numfmt.src
+++ b/main/cui/source/tabpages/numfmt.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
// include ---------------------------------------------------------------
#include <cuires.hrc>
#include "helpid.hrc"
diff --git a/main/sw/source/ui/dialog/dialog.src
b/main/sw/source/ui/dialog/dialog.src
index 89ec641099..2d6f5a7eb5 100644
--- a/main/sw/source/ui/dialog/dialog.src
+++ b/main/sw/source/ui/dialog/dialog.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include "dialog.hrc"
CheckBox CB_USE_PASSWD
diff --git a/main/sw/source/ui/dochdl/dochdl.src
b/main/sw/source/ui/dochdl/dochdl.src
index efb4098be7..b7cfc87b21 100644
--- a/main/sw/source/ui/dochdl/dochdl.src
+++ b/main/sw/source/ui/dochdl/dochdl.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,32 +7,28 @@
* 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 "dochdl.hrc"
#include "globals.hrc"
-
String STR_NOGLOS
{
Text [ en-US ] = "AutoText for Shortcut '%1' not found." ;
};
String STR_NO_TABLE
{
- Text [ en-US ] = "A table cannot be inserted into another table. However,
you can paste the data into the document when the cursor is not in a table.";
+ Text [ en-US ] = "A table cannot be inserted into another table.
However, you can paste the data into the document when the cursor is not in a
table." ;
};
@@ -70,3 +66,4 @@ String STR_DDEFORMAT
Text [ en-US ] = "DDE link" ;
};
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/envelp/envfmt.src
b/main/sw/source/ui/envelp/envfmt.src
index ef68c81a4c..ebb834ccc3 100644
--- a/main/sw/source/ui/envelp/envfmt.src
+++ b/main/sw/source/ui/envelp/envfmt.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,56 +7,56 @@
* 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.
- *
+ *
*************************************************************/
+// #pragma ******************************************************************
- // #pragma ******************************************************************
-
- // #include *****************************************************************
+// #include *****************************************************************
#include "envfmt.hrc"
#include "helpid.h"
- // TP_ENV_FMT ---------------------------------------------------------------
+
+// TP_ENV_FMT ---------------------------------------------------------------
TabPage TP_ENV_FMT
{
HelpID = HID_ENV_FMT ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
+ Size = MAP_APPFONT ( 260, 185 ) ;
Hide = TRUE ;
- FixedLine FL_ADDRESSEE
+ FixedLine FL_ADDRESSEE
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "Addressee" ;
};
FixedText TXT_ADDR_POS
{
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Left = TRUE ;
- Text [ en-US ] = "Position";
+ Text [ en-US ] = "Position" ;
};
FixedText TXT_ADDR_LEFT
{
- Pos = MAP_APPFONT ( 18 , 27 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 18, 27 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "from left" ;
};
MetricField FLD_ADDR_LEFT
{
- HelpID = "sw:MetricField:TP_ENV_FMT:FLD_ADDR_LEFT";
+ HelpID = "sw:MetricField:TP_ENV_FMT:FLD_ADDR_LEFT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 25 ) ;
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Pos = MAP_APPFONT ( 60, 25 ) ;
+ Size = MAP_APPFONT ( 40, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Spin = TRUE ;
@@ -71,17 +71,17 @@ TabPage TP_ENV_FMT
};
FixedText TXT_ADDR_TOP
{
- Pos = MAP_APPFONT ( 18 , 43 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 18, 43 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "from top" ;
};
MetricField FLD_ADDR_TOP
{
- HelpID = "sw:MetricField:TP_ENV_FMT:FLD_ADDR_TOP";
+ HelpID = "sw:MetricField:TP_ENV_FMT:FLD_ADDR_TOP" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 41 ) ;
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Pos = MAP_APPFONT ( 60, 41 ) ;
+ Size = MAP_APPFONT ( 40, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Spin = TRUE ;
@@ -96,45 +96,45 @@ TabPage TP_ENV_FMT
};
FixedText TXT_ADDR_FORMAT
{
- Pos = MAP_APPFONT ( 149 , 27 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 149, 27 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Left = TRUE ;
- Text [ en-US ] = "Format";
+ Text [ en-US ] = "Format" ;
};
MenuButton BTN_ADDR_EDIT
{
- HelpID = "sw:MenuButton:TP_ENV_FMT:BTN_ADDR_EDIT";
- Pos = MAP_APPFONT ( 194 , 24 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpID = "sw:MenuButton:TP_ENV_FMT:BTN_ADDR_EDIT" ;
+ Pos = MAP_APPFONT ( 194, 24 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Edit" ;
};
- FixedLine FL_SENDER
+ FixedLine FL_SENDER
{
- Pos = MAP_APPFONT ( 6 , 56 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 56 ) ;
+ Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "Sender" ;
};
FixedText TXT_SEND_POS
{
- Pos = MAP_APPFONT ( 12 , 67 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 67 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Left = TRUE ;
- Text [ en-US ] = "Position";
+ Text [ en-US ] = "Position" ;
};
FixedText TXT_SEND_LEFT
{
- Pos = MAP_APPFONT ( 18 , 80 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 18, 80 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "from left" ;
};
MetricField FLD_SEND_LEFT
{
- HelpID = "sw:MetricField:TP_ENV_FMT:FLD_SEND_LEFT";
+ HelpID = "sw:MetricField:TP_ENV_FMT:FLD_SEND_LEFT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 78 ) ;
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Pos = MAP_APPFONT ( 60, 78 ) ;
+ Size = MAP_APPFONT ( 40, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Spin = TRUE ;
@@ -149,17 +149,17 @@ TabPage TP_ENV_FMT
};
FixedText TXT_SEND_TOP
{
- Pos = MAP_APPFONT ( 18 , 96 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 18, 96 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "from top" ;
};
MetricField FLD_SEND_TOP
{
- HelpID = "sw:MetricField:TP_ENV_FMT:FLD_SEND_TOP";
+ HelpID = "sw:MetricField:TP_ENV_FMT:FLD_SEND_TOP" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 94 ) ;
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Pos = MAP_APPFONT ( 60, 94 ) ;
+ Size = MAP_APPFONT ( 40, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Spin = TRUE ;
@@ -174,54 +174,54 @@ TabPage TP_ENV_FMT
};
FixedText TXT_SEND_FORMAT
{
- Pos = MAP_APPFONT ( 149 , 80 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 149, 80 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Left = TRUE ;
- Text [ en-US ] = "Format";
+ Text [ en-US ] = "Format" ;
};
MenuButton BTN_SEND_EDIT
{
- HelpID = "sw:MenuButton:TP_ENV_FMT:BTN_SEND_EDIT";
- Pos = MAP_APPFONT ( 194 , 77 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpID = "sw:MenuButton:TP_ENV_FMT:BTN_SEND_EDIT" ;
+ Pos = MAP_APPFONT ( 194, 77 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
Text [ en-US ] = "Edit" ;
TabStop = TRUE ;
};
- FixedLine FL_SIZE
+ FixedLine FL_SIZE
{
- Pos = MAP_APPFONT ( 6 , 109 ) ;
- Size = MAP_APPFONT ( 148 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 109 ) ;
+ Size = MAP_APPFONT ( 148, 8 ) ;
Text [ en-US ] = "Size" ;
};
FixedText TXT_SIZE_FORMAT
{
- Pos = MAP_APPFONT ( 12 , 122 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 122 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Text [ en-US ] = "F~ormat" ;
Left = TRUE ;
};
ListBox BOX_SIZE_FORMAT
{
- HelpID = "sw:ListBox:TP_ENV_FMT:BOX_SIZE_FORMAT";
+ HelpID = "sw:ListBox:TP_ENV_FMT:BOX_SIZE_FORMAT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 120 ) ;
- Size = MAP_APPFONT ( 40 , 72 ) ;
+ Pos = MAP_APPFONT ( 60, 120 ) ;
+ Size = MAP_APPFONT ( 40, 72 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
FixedText TXT_SIZE_WIDTH
{
- Pos = MAP_APPFONT ( 12 , 138 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 138 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Text [ en-US ] = "~Width" ;
Left = TRUE ;
};
MetricField FLD_SIZE_WIDTH
{
- HelpID = "sw:MetricField:TP_ENV_FMT:FLD_SIZE_WIDTH";
+ HelpID = "sw:MetricField:TP_ENV_FMT:FLD_SIZE_WIDTH" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 136 ) ;
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Pos = MAP_APPFONT ( 60, 136 ) ;
+ Size = MAP_APPFONT ( 40, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Spin = TRUE ;
@@ -236,17 +236,17 @@ TabPage TP_ENV_FMT
};
FixedText TXT_SIZE_HEIGHT
{
- Pos = MAP_APPFONT ( 12 , 154 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 154 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "~Height" ;
};
MetricField FLD_SIZE_HEIGHT
{
- HelpID = "sw:MetricField:TP_ENV_FMT:FLD_SIZE_HEIGHT";
+ HelpID = "sw:MetricField:TP_ENV_FMT:FLD_SIZE_HEIGHT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 152 ) ;
- Size = MAP_APPFONT ( 40 , 12 ) ;
+ Pos = MAP_APPFONT ( 60, 152 ) ;
+ Size = MAP_APPFONT ( 40, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Spin = TRUE ;
@@ -262,11 +262,12 @@ TabPage TP_ENV_FMT
Window WIN_PREVIEW
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 160 , 116 ) ;
- Size = MAP_APPFONT ( 84 , 63 ) ;
+ Pos = MAP_APPFONT ( 160, 116 ) ;
+ Size = MAP_APPFONT ( 84, 63 ) ;
};
};
- // Menu *********************************************************************
+
+// Menu *********************************************************************
Menu MNU_EDIT
{
ItemList =
@@ -284,37 +285,4 @@ Menu MNU_EDIT
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/envelp/labprt.src
b/main/sw/source/ui/envelp/labprt.src
index d8eec2fa5d..19d9fe6129 100644
--- a/main/sw/source/ui/envelp/labprt.src
+++ b/main/sw/source/ui/envelp/labprt.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,59 +7,59 @@
* 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.
- *
+ *
*************************************************************/
+// #pragma ******************************************************************
- // #pragma ******************************************************************
-
- // #include *****************************************************************
+// #include *****************************************************************
#include "labprt.hrc"
#include "helpid.h"
- // TP_LAB_PRT ---------------------------------------------------------------
+
+// TP_LAB_PRT ---------------------------------------------------------------
TabPage TP_LAB_PRT
{
HelpID = HID_LAB_PRT ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
+ Size = MAP_APPFONT ( 260, 185 ) ;
Hide = TRUE ;
RadioButton BTN_PAGE
{
- HelpID = "sw:RadioButton:TP_LAB_PRT:BTN_PAGE";
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
+ HelpID = "sw:RadioButton:TP_LAB_PRT:BTN_PAGE" ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 70, 10 ) ;
TabStop = TRUE ;
Group = TRUE ;
Text [ en-US ] = "~Entire page" ;
};
RadioButton BTN_SINGLE
{
- HelpID = "sw:RadioButton:TP_LAB_PRT:BTN_SINGLE";
- Pos = MAP_APPFONT ( 12 , 28 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
+ HelpID = "sw:RadioButton:TP_LAB_PRT:BTN_SINGLE" ;
+ Pos = MAP_APPFONT ( 12, 28 ) ;
+ Size = MAP_APPFONT ( 70, 10 ) ;
Text [ en-US ] = "~Single label" ;
};
FixedText TXT_COL
{
- Pos = MAP_APPFONT ( 127 , 29 ) ;
- Size = MAP_APPFONT ( 30 , 8 ) ;
+ Pos = MAP_APPFONT ( 127, 29 ) ;
+ Size = MAP_APPFONT ( 30, 8 ) ;
Text [ en-US ] = "Colu~mn" ;
Left = TRUE ;
};
NumericField FLD_COL
{
- HelpID = "sw:NumericField:TP_LAB_PRT:FLD_COL";
+ HelpID = "sw:NumericField:TP_LAB_PRT:FLD_COL" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 160 , 27 ) ;
- Size = MAP_APPFONT ( 24 , 12 ) ;
+ Pos = MAP_APPFONT ( 160, 27 ) ;
+ Size = MAP_APPFONT ( 24, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -69,17 +69,17 @@ TabPage TP_LAB_PRT
};
FixedText TXT_ROW
{
- Pos = MAP_APPFONT ( 191 , 29 ) ;
- Size = MAP_APPFONT ( 30 , 8 ) ;
+ Pos = MAP_APPFONT ( 191, 29 ) ;
+ Size = MAP_APPFONT ( 30, 8 ) ;
Text [ en-US ] = "Ro~w" ;
Left = TRUE ;
};
NumericField FLD_ROW
{
- HelpID = "sw:NumericField:TP_LAB_PRT:FLD_ROW";
+ HelpID = "sw:NumericField:TP_LAB_PRT:FLD_ROW" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 224 , 27 ) ;
- Size = MAP_APPFONT ( 24 , 12 ) ;
+ Pos = MAP_APPFONT ( 224, 27 ) ;
+ Size = MAP_APPFONT ( 24, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -89,65 +89,39 @@ TabPage TP_LAB_PRT
};
CheckBox CB_SYNCHRON
{
- HelpID = "sw:CheckBox:TP_LAB_PRT:CB_SYNCHRON";
- Pos = MAP_APPFONT ( 12 , 43 ) ;
- Size = MAP_APPFONT ( 120 , 10 ) ;
+ HelpID = "sw:CheckBox:TP_LAB_PRT:CB_SYNCHRON" ;
+ Pos = MAP_APPFONT ( 12, 43 ) ;
+ Size = MAP_APPFONT ( 120, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Synchroni~ze contents" ;
};
- FixedLine FL_DONTKNOW
+ FixedLine FL_DONTKNOW
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
- Text [ en-US ] = "Distribute";
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 248, 8 ) ;
+ Text [ en-US ] = "Distribute" ;
};
FixedText INF_PRINTER
{
- Pos = MAP_APPFONT ( 12 , 73 ) ;
- Size = MAP_APPFONT ( 182 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 73 ) ;
+ Size = MAP_APPFONT ( 182, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "Printer Name" ;
};
PushButton BTN_PRTSETUP
{
- HelpID = "sw:PushButton:TP_LAB_PRT:BTN_PRTSETUP";
- Pos = MAP_APPFONT ( 198 , 70 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpID = "sw:PushButton:TP_LAB_PRT:BTN_PRTSETUP" ;
+ Pos = MAP_APPFONT ( 198, 70 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Setup..." ;
};
- FixedLine FL_PRINTER
+ FixedLine FL_PRINTER
{
- Pos = MAP_APPFONT ( 6 , 59 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 59 ) ;
+ Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = " Printer " ;
};
};
- // **************************************************************************
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/fldui/changedb.src
b/main/sw/source/ui/fldui/changedb.src
index a79d050c24..b950a81740 100644
--- a/main/sw/source/ui/fldui/changedb.src
+++ b/main/sw/source/ui/fldui/changedb.src
@@ -19,12 +19,9 @@
*
*************************************************************/
-
-
#include "changedb.hrc"
#include "fldui.hrc"
-
ModalDialog DLG_CHANGE_DB
{
HelpID = "sw:ModalDialog:DLG_CHANGE_DB" ;
diff --git a/main/sw/source/ui/fldui/javaedit.src
b/main/sw/source/ui/fldui/javaedit.src
index fdd0d6a1c2..63905819c3 100644
--- a/main/sw/source/ui/fldui/javaedit.src
+++ b/main/sw/source/ui/fldui/javaedit.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
// include ---------------------------------------------------------------
#include "javaedit.hrc"
#include "fldui.hrc"
diff --git a/main/sw/source/ui/frmdlg/wrap.src
b/main/sw/source/ui/frmdlg/wrap.src
index 8e05e060ad..5eecf05e03 100644
--- a/main/sw/source/ui/frmdlg/wrap.src
+++ b/main/sw/source/ui/frmdlg/wrap.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include "frmui.hrc"
#include "wrap.hrc"
#include "globals.hrc"