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 0ac3728e1a Fixed typos, removed whitespace
0ac3728e1a is described below

commit 0ac3728e1a96e788ca8a295f83d279b6214d295f
Author: mseidel <msei...@apache.org>
AuthorDate: Thu Oct 5 00:05:47 2023 +0200

    Fixed typos, removed whitespace
---
 .../dbaccess/source/ui/relationdesign/relation.src |  65 +----
 main/offapi/com/sun/star/embed/EmbedStates.idl     |  24 +-
 .../com/sun/star/ui/XContextMenuInterceptor.idl    |  15 +-
 main/sc/source/ui/drawfunc/drformsh.src            |   6 +-
 main/svtools/source/misc/imagemgr.src              | 262 +++++++++++----------
 5 files changed, 163 insertions(+), 209 deletions(-)

diff --git a/main/dbaccess/source/ui/relationdesign/relation.src 
b/main/dbaccess/source/ui/relationdesign/relation.src
index 0f38648522..ad7bcda97a 100644
--- a/main/dbaccess/source/ui/relationdesign/relation.src
+++ b/main/dbaccess/source/ui/relationdesign/relation.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,19 +7,20 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
+
 #ifndef _DBU_REL_HRC_
 #include "dbu_rel.hrc"
 #endif
@@ -65,62 +66,12 @@ QueryBox RELATION_DESIGN_SAVEMODIFIED
 
 String STR_QUERY_REL_DELETE_WINDOW
 {
-       Text [ en-US ] = "When you delete this table all corresponding 
relations will be deleted as well. Continue?";
+       Text [ en-US ] = "When you delete this table all corresponding 
relations will be deleted as well. Continue?" ;
 };
 
 String STR_QUERY_REL_COULD_NOT_CREATE
 {
-       Text [ en-US ] = "The database could not create the relation. May be 
foreign keys for this kind of table aren't supported.\nPlease check your 
documentation of the database.";
+       Text [ en-US ] = "The database could not create the relation. Maybe 
foreign keys for this kind of table aren't supported.\nPlease check your 
documentation of the database." ;
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/offapi/com/sun/star/embed/EmbedStates.idl 
b/main/offapi/com/sun/star/embed/EmbedStates.idl
index 9cce247ad8..8d57969270 100644
--- a/main/offapi/com/sun/star/embed/EmbedStates.idl
+++ b/main/offapi/com/sun/star/embed/EmbedStates.idl
@@ -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,19 +7,20 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
+
 #ifndef __com_sun_star_embed_EmbedStates_idl__
 #define __com_sun_star_embed_EmbedStates_idl__
 
@@ -38,10 +39,10 @@ published constants EmbedStates
        /** "Loaded" - the persistent representation of the object is loaded in
                memory.
 
-               <p> 
-               The object is created and assigned with a persistent entry, 
-               and a view representation ( metafile and etc. ) can be retrieved
-               ( if there is any ).
+               <p>
+               The object is created and assigned with a persistent entry,
+               and a view representation (metafile, etc.) can be retrieved
+               (if there is any).
                </p>
         */
        const long LOADED = 0;
@@ -60,7 +61,7 @@ published constants EmbedStates
 
        
//------------------------------------------------------------------------
        /** "Active" - the object is activated in separate window
-               ( outplace activation ).
+               (outplace activation).
         */
        const long ACTIVE = 2;
 
@@ -69,7 +70,7 @@ published constants EmbedStates
                window.
 
                <p>
-               The object is activated and has it's own window in the 
container's
+               The object is activated and has its own window in the 
container's
                window that allows object to process mouse events and control 
own
                rendering.
                </p>
@@ -80,7 +81,7 @@ published constants EmbedStates
        /** "UI active" - the inplace active object that has user interface.
 
                <p>
-               The object is inplace active, allowed to have menues, toolbars,
+               The object is inplace active, allowed to have menus, toolbars,
                keyboard accelerators, and has the focus.
                </p>
         */
@@ -92,4 +93,3 @@ published constants EmbedStates
 }; }; }; };
 
 #endif
-
diff --git a/main/offapi/com/sun/star/ui/XContextMenuInterceptor.idl 
b/main/offapi/com/sun/star/ui/XContextMenuInterceptor.idl
index 37b78c081f..8af37221a3 100644
--- a/main/offapi/com/sun/star/ui/XContextMenuInterceptor.idl
+++ b/main/offapi/com/sun/star/ui/XContextMenuInterceptor.idl
@@ -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,19 +7,20 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
+
 #ifndef __com_sun_star_ui_XContextMenuInterceptor_idl__
 #define __com_sun_star_ui_XContextMenuInterceptor_idl__
 
@@ -34,10 +35,10 @@
 #include <com/sun/star/ui/ContextMenuExecuteEvent.idl>
 #endif
 
-module com {  module sun {  module star {  module ui {
+module com { module sun { module star { module ui {
 
-/** This interface enables the object to be registerd as interceptor to
- change context menues or prevent them from being executed.
+/** This interface enables the object to be registered as interceptor to
+ change context menus or prevent them from being executed.
  */
 published interface XContextMenuInterceptor : ::com::sun::star::uno::XInterface
 {
diff --git a/main/sc/source/ui/drawfunc/drformsh.src 
b/main/sc/source/ui/drawfunc/drformsh.src
index 51c4d18b5e..6ad9ae3bf3 100644
--- a/main/sc/source/ui/drawfunc/drformsh.src
+++ b/main/sc/source/ui/drawfunc/drformsh.src
@@ -25,7 +25,7 @@
 #include "submenu.hrc"
 #include <svx/globlmn.hrc>
 //
-//     Defines 
-------------------------------------------------------------------------------
+// Defines 
-------------------------------------------------------------------------------
 //
 #define MN_LAYER\
        ToolBoxItem\
@@ -170,14 +170,14 @@
        };
 
 
-//     Popup-Menues 
---------------------------------------------------------------------
+// Popup-Menus 
----------------------------------------------------------------------
 //
 String RID_POPUP_DRAWFORM
 {
        Text [ en-US ] = "Popup menu for form objects" ;
 };
 //
-//             Popup-Menu for (Uno-) Controls
+// Popup-Menu for (Uno-) Controls
 //
 Menu RID_POPUP_DRAWFORM
 {
diff --git a/main/svtools/source/misc/imagemgr.src 
b/main/svtools/source/misc/imagemgr.src
index 8af50992f2..027742c520 100644
--- a/main/svtools/source/misc/imagemgr.src
+++ b/main/svtools/source/misc/imagemgr.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,114 +7,115 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
- // includes ******************************************************************
+
+// includes ******************************************************************
 
 #include <svtools/svtools.hrc>
 #include <svtools/imagemgr.hrc>
 
- // images ********************************************************************
+// images ********************************************************************
 
 #define X_IMAGE_LIST \
-        IMG_IMPRESS ;                  \
-        IMG_CALC ;                             \
-        IMG_CALCTEMPLATE ;             \
-        IMG_CHART ;                            \
-        IMG_IMPRESSTEMPLATE ;  \
-        IMG_HTML ;                             \
-        IMG_MATH ;                             \
-        IMG_WRITER ;                   \
-        IMG_WRITERTEMPLATE ;   \
-        IMG_MACROLIB ;                 \
-        IMG_GLOBAL_DOC ;               \
-        IMG_DRAW ;                             \
-        IMG_DRAWTEMPLATE ;             \
-        IMG_NEWFROMTEMPLATE ;  \
-        IMG_DATABASE;                  \
-        IMG_WORKPLACE ; \
-        IMG_BITMAP ; \
-        IMG_EXCEL ; \
-        IMG_EXCELTEMPLATE ; \
-        IMG_FTPSERVER ; \
-        IMG_GALLERY ; \
-        IMG_GALLERYTHEME ; \
-        IMG_GIF ; \
-        IMG_HELP ; \
-        IMG_HTML ; \
-        IMG_JPG ; \
-        IMG_LINK ; \
-        IMG_LOTUS ; \
-        IMG_MATHTEMPLATE ; \
-        IMG_FILE ; \
-        IMG_APP ; \
-        IMG_PCD ; \
-        IMG_PCT ; \
-        IMG_PCX ; \
-        IMG_SIM ; \
-        IMG_TEXTFILE ; \
-        IMG_SVHELP ; \
-        IMG_TIFF ; \
-        IMG_URL ; \
-        IMG_WMF ; \
-        IMG_WORD ; \
-        IMG_FIXEDDEV ; \
-        IMG_REMOVEABLEDEV ; \
-        IMG_CDROMDEV ; \
-        IMG_NETWORKDEV ; \
-        IMG_RAMDEV ; \
-        IMG_TABLEFOLDER ; \
-        IMG_TABLE ; \
-        IMG_FOLDER ; \
-        IMG_EXPANDEDFOLDER ; \
-        IMG_XXX ; \
-        IMG_GALLERYIMPORT ; \
-        IMG_QUERYFOLDER ; \
-        IMG_QUERY ; \
-        IMG_FORM ; \
-        IMG_FORMFOLDER ; \
-        IMG_REPORT ; \
-        IMG_REPORTFOLDER ; \
-        IMG_OTHERS ; \
-        IMG_DXF ; \
-        IMG_MET ; \
-        IMG_PNG ; \
-        IMG_SGF ; \
-        IMG_SGV ; \
-        IMG_SVM ; \
-        IMG_TASK ; \
-        IMG_APPOINTMENT ; \
-        IMG_RELATION ; \
-        IMG_IMPRESSPACKED ; \
+               IMG_IMPRESS ; \
+               IMG_CALC ; \
+               IMG_CALCTEMPLATE ; \
+               IMG_CHART ; \
+               IMG_IMPRESSTEMPLATE ; \
+               IMG_HTML ; \
+               IMG_MATH ; \
+               IMG_WRITER ; \
+               IMG_WRITERTEMPLATE ; \
+               IMG_MACROLIB ; \
+               IMG_GLOBAL_DOC ; \
+               IMG_DRAW ; \
+               IMG_DRAWTEMPLATE ; \
+               IMG_NEWFROMTEMPLATE ; \
+               IMG_DATABASE ; \
+               IMG_WORKPLACE ; \
+               IMG_BITMAP ; \
+               IMG_EXCEL ; \
+               IMG_EXCELTEMPLATE ; \
+               IMG_FTPSERVER ; \
+               IMG_GALLERY ; \
+               IMG_GALLERYTHEME ; \
+               IMG_GIF ; \
+               IMG_HELP ; \
+               IMG_HTML ; \
+               IMG_JPG ; \
+               IMG_LINK ; \
+               IMG_LOTUS ; \
+               IMG_MATHTEMPLATE ; \
+               IMG_FILE ; \
+               IMG_APP ; \
+               IMG_PCD ; \
+               IMG_PCT ; \
+               IMG_PCX ; \
+               IMG_SIM ; \
+               IMG_TEXTFILE ; \
+               IMG_SVHELP ; \
+               IMG_TIFF ; \
+               IMG_URL ; \
+               IMG_WMF ; \
+               IMG_WORD ; \
+               IMG_FIXEDDEV ; \
+               IMG_REMOVEABLEDEV ; \
+               IMG_CDROMDEV ; \
+               IMG_NETWORKDEV ; \
+               IMG_RAMDEV ; \
+               IMG_TABLEFOLDER ; \
+               IMG_TABLE ; \
+               IMG_FOLDER ; \
+               IMG_EXPANDEDFOLDER ; \
+               IMG_XXX ; \
+               IMG_GALLERYIMPORT ; \
+               IMG_QUERYFOLDER ; \
+               IMG_QUERY ; \
+               IMG_FORM ; \
+               IMG_FORMFOLDER ; \
+               IMG_REPORT ; \
+               IMG_REPORTFOLDER ; \
+               IMG_OTHERS ; \
+               IMG_DXF ; \
+               IMG_MET ; \
+               IMG_PNG ; \
+               IMG_SGF ; \
+               IMG_SGV ; \
+               IMG_SVM ; \
+               IMG_TASK ; \
+               IMG_APPOINTMENT ; \
+               IMG_RELATION ; \
+               IMG_IMPRESSPACKED ; \
                IMG_POWERPOINT ; \
-        IMG_POWERPOINTTEMPLATE ; \
-        IMG_OO_DATABASE_DOC ; \
-        IMG_OO_DRAW_DOC ; \
-        IMG_OO_MATH_DOC ; \
-        IMG_OO_GLOBAL_DOC ; \
-        IMG_OO_IMPRESS_DOC ; \
-        IMG_OO_CALC_DOC ; \
-        IMG_OO_WRITER_DOC ; \
-        IMG_OO_DRAW_TEMPLATE ; \
-        IMG_OO_IMPRESS_TEMPLATE ; \
-        IMG_OO_CALC_TEMPLATE ; \
-        IMG_OO_WRITER_TEMPLATE ; \
-        IMG_EXTENSION ;
+               IMG_POWERPOINTTEMPLATE ; \
+               IMG_OO_DATABASE_DOC ; \
+               IMG_OO_DRAW_DOC ; \
+               IMG_OO_MATH_DOC ; \
+               IMG_OO_GLOBAL_DOC ; \
+               IMG_OO_IMPRESS_DOC ; \
+               IMG_OO_CALC_DOC ; \
+               IMG_OO_WRITER_DOC ; \
+               IMG_OO_DRAW_TEMPLATE ; \
+               IMG_OO_IMPRESS_TEMPLATE ; \
+               IMG_OO_CALC_TEMPLATE ; \
+               IMG_OO_WRITER_TEMPLATE ; \
+               IMG_EXTENSION ;
 
 ImageList RID_SVTOOLS_IMAGELIST_BIG
 {
-    Prefix = "lx";
+       Prefix = "lx" ;
        MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
        IdList =
        {
@@ -122,13 +123,13 @@ ImageList RID_SVTOOLS_IMAGELIST_BIG
        };
        IdCount =
        {
-        83 ;
+               83 ;
        };
 };
 
 ImageList RID_SVTOOLS_IMAGELIST_SMALL
 {
-    Prefix = "sx";
+       Prefix = "sx" ;
        MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
        IdList =
        {
@@ -136,13 +137,13 @@ ImageList RID_SVTOOLS_IMAGELIST_SMALL
        };
        IdCount =
        {
-        83;
+               83 ;
        };
 };
 
 ImageList RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST
 {
-    Prefix = "lxh";
+       Prefix = "lxh" ;
        MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
        IdList =
        {
@@ -150,13 +151,13 @@ ImageList RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST
        };
        IdCount =
        {
-        83 ;
+               83 ;
        };
 };
 
 ImageList RID_SVTOOLS_IMAGELIST_SMALL_HIGHCONTRAST
 {
-    Prefix = "sxh";
+       Prefix = "sxh" ;
        MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
        IdList =
        {
@@ -164,13 +165,13 @@ ImageList RID_SVTOOLS_IMAGELIST_SMALL_HIGHCONTRAST
        };
        IdCount =
        {
-        83;
+               83 ;
        };
 };
 
 Bitmap BMP_PLUGIN
 {
-    File = "plugin.png" ;
+       File = "plugin.png" ;
 };
 
 // description strings
@@ -225,41 +226,41 @@ String STR_DESCRIPTION_LOGFILE
 };
 String STR_DESCRIPTION_SMATH_DOC
 {
-    Text = "StarMath 2.0 - 5.0" ;
+       Text = "StarMath 2.0 - 5.0" ;
 };
 String STR_DESCRIPTION_SCHART_DOC
 {
-    Text = "StarChart 3.0 - 5.0" ;
+       Text = "StarChart 3.0 - 5.0" ;
 };
 String STR_DESCRIPTION_SDRAW_DOC
 {
-    Text = "StarDraw 3.0 / 5.0 (StarImpress)" ;
+       Text = "StarDraw 3.0 / 5.0 (StarImpress)" ;
 };
 
 String STR_DESCRIPTION_SDATABASE_DOC
 {
-    Text [ en-US ] = "%STAROFFICE Database" ;
+       Text [ en-US ] = "%STAROFFICE Database" ;
 };
 
 String STR_DESCRIPTION_SCALC_DOC
 {
-    Text = "StarCalc 3.0 - 5.0" ;
+       Text = "StarCalc 3.0 - 5.0" ;
 };
 String STR_DESCRIPTION_SIMPRESS_DOC
 {
-    Text = "StarImpress 4.0 / 5.0" ;
+       Text = "StarImpress 4.0 / 5.0" ;
 };
 String STR_DESCRIPTION_SWRITER_DOC
 {
-    Text = "StarWriter 3.0 - 5.0" ;
+       Text = "StarWriter 3.0 - 5.0" ;
 };
 String STR_DESCRIPTION_GLOBALDOC
 {
-    Text [ en-US ] = "StarWriter 4.0 / 5.0 Master Document" ;
+       Text [ en-US ] = "StarWriter 4.0 / 5.0 Master Document" ;
 };
 String STR_DESCRIPTION_SIMAGE_DOC
 {
-    Text [ en-US ] = "%STAROFFICE Image" ;
+       Text [ en-US ] = "%STAROFFICE Image" ;
 };
 String STR_DESCRIPTION_TEXTFILE
 {
@@ -271,7 +272,7 @@ String STR_DESCRIPTION_LINK
 };
 String STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC
 {
-    Text [ en-US ] = "%STAROFFICE 3.0 - 5.0 Template" ;
+       Text [ en-US ] = "%STAROFFICE 3.0 - 5.0 Template" ;
 };
 String STR_DESCRIPTION_EXCEL_DOC
 {
@@ -295,35 +296,35 @@ String STR_DESCRIPTION_FOLDER
 };
 String STR_DESCRIPTION_FACTORY_WRITER
 {
-       Text [ en-US ] = "Text Document";
+       Text [ en-US ] = "Text Document" ;
 };
 String STR_DESCRIPTION_FACTORY_CALC
 {
-       Text [ en-US ] = "Spreadsheet";
+       Text [ en-US ] = "Spreadsheet" ;
 };
 String STR_DESCRIPTION_FACTORY_IMPRESS
 {
-       Text [ en-US ] = "Presentation";
+       Text [ en-US ] = "Presentation" ;
 };
 String STR_DESCRIPTION_FACTORY_DRAW
 {
-       Text [ en-US ] = "Drawing";
+       Text [ en-US ] = "Drawing" ;
 };
 String STR_DESCRIPTION_FACTORY_WRITERWEB
 {
-       Text [ en-US ] = "HTML document";
+       Text [ en-US ] = "HTML document" ;
 };
 String STR_DESCRIPTION_FACTORY_GLOBALDOC
 {
-       Text [ en-US ] = "Master document";
+       Text [ en-US ] = "Master document" ;
 };
 String STR_DESCRIPTION_FACTORY_MATH
 {
-       Text [ en-US ] = "Formula";
+       Text [ en-US ] = "Formula" ;
 };
 String STR_DESCRIPTION_FACTORY_DATABASE
 {
-    Text [ en-US ] = "Database";
+       Text [ en-US ] = "Database" ;
 };
 String STR_DESCRIPTION_CALC_TEMPLATE
 {
@@ -359,17 +360,17 @@ String STR_DESCRIPTION_REMOTE_VOLUME
 };
 String STR_DESCRIPTION_POWERPOINT
 {
-       Text [ en-US ] = "MS PowerPoint Document";
+       Text [ en-US ] = "MS PowerPoint Document" ;
 };
 
 String STR_DESCRIPTION_POWERPOINT_TEMPLATE
 {
-       Text [ en-US ] = "MS PowerPoint Template";
+       Text [ en-US ] = "MS PowerPoint Template" ;
 };
 
 String STR_DESCRIPTION_POWERPOINT_SHOW
 {
-       Text [ en-US ] = "MS PowerPoint Show";
+       Text [ en-US ] = "MS PowerPoint Show" ;
 };
 
 String STR_DESCRIPTION_SXMATH_DOC
@@ -413,51 +414,52 @@ String STR_DESCRIPTION_MATHML_DOC
 
 String STR_DESCRIPTION_OO_DATABASE_DOC
 {
-    Text [ en-US ] = "OpenDocument Database" ;
+       Text [ en-US ] = "OpenDocument Database" ;
 };
 String STR_DESCRIPTION_OO_DRAW_DOC
 {
-    Text [ en-US ] = "OpenDocument Drawing" ;
+       Text [ en-US ] = "OpenDocument Drawing" ;
 };
 String STR_DESCRIPTION_OO_MATH_DOC
 {
-    Text [ en-US ] = "OpenDocument Formula" ;
+       Text [ en-US ] = "OpenDocument Formula" ;
 };
 String STR_DESCRIPTION_OO_GLOBAL_DOC
 {
-    Text [ en-US ] = "OpenDocument Master Document" ;
+       Text [ en-US ] = "OpenDocument Master Document" ;
 };
 String STR_DESCRIPTION_OO_IMPRESS_DOC
 {
-    Text [ en-US ] = "OpenDocument Presentation" ;
+       Text [ en-US ] = "OpenDocument Presentation" ;
 };
 String STR_DESCRIPTION_OO_CALC_DOC
 {
-    Text [ en-US ] = "OpenDocument Spreadsheet" ;
+       Text [ en-US ] = "OpenDocument Spreadsheet" ;
 };
 String STR_DESCRIPTION_OO_WRITER_DOC
 {
-    Text [ en-US ] = "OpenDocument Text" ;
+       Text [ en-US ] = "OpenDocument Text" ;
 };
 String STR_DESCRIPTION_OO_CALC_TEMPLATE
 {
-    Text [ en-US ] = "OpenDocument Spreadsheet Template" ;
+       Text [ en-US ] = "OpenDocument Spreadsheet Template" ;
 };
 String STR_DESCRIPTION_OO_DRAW_TEMPLATE
 {
-    Text [ en-US ] = "OpenDocument Drawing Template" ;
+       Text [ en-US ] = "OpenDocument Drawing Template" ;
 };
 String STR_DESCRIPTION_OO_IMPRESS_TEMPLATE
 {
-    Text [ en-US ] = "OpenDocument Presentation Template" ;
+       Text [ en-US ] = "OpenDocument Presentation Template" ;
 };
 String STR_DESCRIPTION_OO_WRITER_TEMPLATE
 {
-    Text [ en-US ] = "OpenDocument Text Template" ;
+       Text [ en-US ] = "OpenDocument Text Template" ;
 };
 
 String STR_DESCRIPTION_EXTENSION
 {
-    Text [ en-US ] = "%PRODUCTNAME Extension" ;
+       Text [ en-US ] = "%PRODUCTNAME Extension" ;
 };
 
+// ********************************************************************** EOF

Reply via email to