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 55a081a Cleaned up resource file
55a081a is described below
commit 55a081adf43424f86844e90499e7c562512a14a8
Author: mseidel <[email protected]>
AuthorDate: Fri Apr 24 17:38:39 2020 +0200
Cleaned up resource file
---
main/sc/source/ui/styleui/styledlg.src | 61 ++++++++--------------------------
1 file changed, 13 insertions(+), 48 deletions(-)
diff --git a/main/sc/source/ui/styleui/styledlg.src
b/main/sc/source/ui/styleui/styledlg.src
index 4cc04f2..e4a8453 100644
--- a/main/sc/source/ui/styleui/styledlg.src
+++ b/main/sc/source/ui/styleui/styledlg.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.
- *
+ *
*************************************************************/
@@ -27,15 +27,15 @@ TabDialog RID_SCDLG_STYLES_PAR
{
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 289 , 176 ) ;
+ Size = MAP_APPFONT ( 289, 176 ) ;
Text [ en-US ] = "Cell Style" ;
Moveable = TRUE ;
Closeable = FALSE ;
TabControl 1
{
OutputSize = TRUE ;
- Pos = MAP_APPFONT ( 3 , 3 ) ;
- Size = MAP_APPFONT ( 260 , 135 ) ;
+ Pos = MAP_APPFONT ( 3, 3 ) ;
+ Size = MAP_APPFONT ( 260, 135 ) ;
PageList =
{
PageItem
@@ -46,13 +46,12 @@ TabDialog RID_SCDLG_STYLES_PAR
PageItem
{
Identifier = TP_FONT ;
- /* ### ACHTUNG: Neuer Text in Resource? Schrift
: Zeichen */
Text [ en-US ] = "Font" ;
};
PageItem
{
Identifier = TP_FONTEFF ;
- Text [ en-US ] = "Font Effects";
+ Text [ en-US ] = "Font Effects" ;
};
PageItem
{
@@ -62,7 +61,7 @@ TabDialog RID_SCDLG_STYLES_PAR
PageItem
{
Identifier = TP_ASIAN ;
- Text [ en-US ] = "Asian Typography";
+ Text [ en-US ] = "Asian Typography" ;
};
PageItem
{
@@ -86,15 +85,15 @@ TabDialog RID_SCDLG_STYLES_PAGE
{
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 280 , 165 ) ;
+ Size = MAP_APPFONT ( 280, 165 ) ;
Text [ en-US ] = "Page Style" ;
Moveable = TRUE ;
Closeable = FALSE ;
TabControl 1
{
OutputSize = TRUE ;
- Pos = MAP_APPFONT ( 3 , 6 ) ;
- Size = MAP_APPFONT ( 260 , 135 ) ;
+ Pos = MAP_APPFONT ( 3, 6 ) ;
+ Size = MAP_APPFONT ( 260, 135 ) ;
PageList =
{
PageItem
@@ -131,38 +130,4 @@ TabDialog RID_SCDLG_STYLES_PAGE
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF