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 1c6b2ed Cleaned up resource files
1c6b2ed is described below
commit 1c6b2ed4fdceff6dbfc0c03f4bff620a109e1258
Author: mseidel <[email protected]>
AuthorDate: Mon May 18 21:06:30 2020 +0200
Cleaned up resource files
(cherry picked from commit 290655ead292c0b99254bf13ae257625999db294)
---
main/sd/source/ui/dlg/brkdlg.src | 76 ++++++++++++++---------------------
main/sd/source/ui/dlg/custsdlg.src | 2 +-
main/sd/source/ui/dlg/dlgfield.src | 82 ++++++++++++++------------------------
3 files changed, 61 insertions(+), 99 deletions(-)
diff --git a/main/sd/source/ui/dlg/brkdlg.src b/main/sd/source/ui/dlg/brkdlg.src
index 876b9ea..9479c06 100644
--- a/main/sd/source/ui/dlg/brkdlg.src
+++ b/main/sd/source/ui/dlg/brkdlg.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.
- *
+ *
*************************************************************/
@@ -24,70 +24,52 @@
#include "brkdlg.hrc"
ModalDialog DLG_BREAK
{
- HelpID = "sd:ModalDialog:DLG_BREAK";
- OutputSize = TRUE;
- SVLook = TRUE;
- Pos = MAP_APPFONT( 84, 34 );
- Size = MAP_APPFONT( 160, 74 );
- Moveable = TRUE;
+ HelpID = "sd:ModalDialog:DLG_BREAK" ;
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 84, 34 ) ;
+ Size = MAP_APPFONT ( 160, 74 ) ;
+ Moveable = TRUE ;
FixedText FT_OBJ_INFO
{
- Pos = MAP_APPFONT( 6, 6 );
- Size = MAP_APPFONT( 85, 10 );
- Text [ en-US ] = "Processing metafile:";
+ Pos = MAP_APPFONT ( 6, 6 ) ;
+ Size = MAP_APPFONT ( 85, 10 ) ;
+ Text [ en-US ] = "Processing metafile:" ;
};
FixedText FT_ACT_INFO
{
- Pos = MAP_APPFONT( 6, 22 );
- Size = MAP_APPFONT( 106, 10 );
- Text [ en-US ] = "Broken down metaobjects:";
+ Pos = MAP_APPFONT ( 6, 22 ) ;
+ Size = MAP_APPFONT ( 106, 10 ) ;
+ Text [ en-US ] = "Broken down metaobjects:" ;
};
FixedText FT_INS_INFO
{
- Pos = MAP_APPFONT( 6, 38 );
- Size = MAP_APPFONT( 90, 10 );
- Text [ en-US ] = "Inserted drawing objects:";
+ Pos = MAP_APPFONT ( 6, 38 ) ;
+ Size = MAP_APPFONT ( 90, 10 ) ;
+ Text [ en-US ] = "Inserted drawing objects:" ;
};
FixedText FI_OBJ_INFO
{
- Pos = MAP_APPFONT( 100, 6 );
- Size = MAP_APPFONT( 154, 10 );
+ Pos = MAP_APPFONT ( 100, 6 ) ;
+ Size = MAP_APPFONT ( 154, 10 ) ;
};
FixedText FI_ACT_INFO
{
- Pos = MAP_APPFONT( 100, 22 );
- Size = MAP_APPFONT( 54, 10 );
+ Pos = MAP_APPFONT ( 100, 22 ) ;
+ Size = MAP_APPFONT ( 54, 10 ) ;
};
FixedText FI_INS_INFO
{
- Pos = MAP_APPFONT( 100, 38 );
- Size = MAP_APPFONT( 54, 10 );
+ Pos = MAP_APPFONT ( 100, 38 ) ;
+ Size = MAP_APPFONT ( 54, 10 ) ;
};
CancelButton BTN_CANCEL
{
- Pos = MAP_APPFONT( 55, 54 );
- Size = MAP_APPFONT( 50, 14 );
+ Pos = MAP_APPFONT ( 55, 54 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE;
};
- Text [ en-US ] = "Break";
+ Text [ en-US ] = "Break" ;
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sd/source/ui/dlg/custsdlg.src
b/main/sd/source/ui/dlg/custsdlg.src
index 13a14be..282b846 100644
--- a/main/sd/source/ui/dlg/custsdlg.src
+++ b/main/sd/source/ui/dlg/custsdlg.src
@@ -95,7 +95,7 @@ ModalDialog DLG_CUSTOMSHOW
Pos = MAP_APPFONT ( 6, 6 ) ;
Size = MAP_APPFONT ( 128 + DIFF, 86 + DIFF_Y ) ;
TabStop = TRUE ;
- QuickHelpText [ en-US ] = "Custom Screen Show" ;
+ QuickHelpText [ en-US ] = "Custom Slide Show" ;
};
CheckBox CBX_USE_CUSTOMSHOW
{
diff --git a/main/sd/source/ui/dlg/dlgfield.src
b/main/sd/source/ui/dlg/dlgfield.src
index 5b32f30..81dbe39 100644
--- a/main/sd/source/ui/dlg/dlgfield.src
+++ b/main/sd/source/ui/dlg/dlgfield.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.
- *
+ *
*************************************************************/
@@ -24,105 +24,85 @@
#include "dlgfield.hrc"
ModalDialog DLG_FIELD_MODIFY
{
- HelpID = "sd:ModalDialog:DLG_FIELD_MODIFY";
+ HelpID = "sd:ModalDialog:DLG_FIELD_MODIFY" ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 138 , 154 ) ;
+ Size = MAP_APPFONT ( 138, 154 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
FixedLine GRP_TYPE
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 70 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 70, 8 ) ;
Text [ en-US ] = "Field type" ;
};
RadioButton RBT_FIX
{
- HelpID = "sd:RadioButton:DLG_FIELD_MODIFY:RBT_FIX";
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 64 , 10 ) ;
+ HelpID = "sd:RadioButton:DLG_FIELD_MODIFY:RBT_FIX" ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 64, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Fixed" ;
};
RadioButton RBT_VAR
{
- HelpID = "sd:RadioButton:DLG_FIELD_MODIFY:RBT_VAR";
- Pos = MAP_APPFONT ( 12 , 25 ) ;
- Size = MAP_APPFONT ( 64 , 10 ) ;
+ HelpID = "sd:RadioButton:DLG_FIELD_MODIFY:RBT_VAR" ;
+ Pos = MAP_APPFONT ( 12, 25 ) ;
+ Size = MAP_APPFONT ( 64, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Variable" ;
};
FixedText FT_LANGUAGE
{
- Pos = MAP_APPFONT ( 6 , 67 ) ;
- Size = MAP_APPFONT ( 40 , 10 ) ;
+ Pos = MAP_APPFONT ( 6, 67 ) ;
+ Size = MAP_APPFONT ( 40, 10 ) ;
Text [ en-US ] = "~Language" ;
};
ListBox LB_LANGUAGE
{
- HelpID = "sd:ListBox:DLG_FIELD_MODIFY:LB_LANGUAGE";
+ HelpID = "sd:ListBox:DLG_FIELD_MODIFY:LB_LANGUAGE" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 52 , 65 ) ;
- Size = MAP_APPFONT ( 80 , 70 ) ;
+ Pos = MAP_APPFONT ( 52, 65 ) ;
+ Size = MAP_APPFONT ( 80, 70 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
ListBox LB_FORMAT
{
- HelpID = "sd:ListBox:DLG_FIELD_MODIFY:LB_FORMAT";
+ HelpID = "sd:ListBox:DLG_FIELD_MODIFY:LB_FORMAT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 6 , 94 ) ;
- Size = MAP_APPFONT ( 126 , 54 ) ;
+ Pos = MAP_APPFONT ( 6, 94 ) ;
+ Size = MAP_APPFONT ( 126, 54 ) ;
TabStop = TRUE ;
};
FixedText FT_FORMAT
{
- Pos = MAP_APPFONT ( 6 , 83 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
+ Pos = MAP_APPFONT ( 6, 83 ) ;
+ Size = MAP_APPFONT ( 70, 10 ) ;
Text [ en-US ] = "F~ormat" ;
};
OKButton BTN_OK
{
- Pos = MAP_APPFONT ( 82 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 82, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
- Pos = MAP_APPFONT ( 82 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 82, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton BTN_HELP
{
- Pos = MAP_APPFONT ( 82 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 82, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
Text [ en-US ] = "Edit Field" ;
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF