[Libreoffice-commits] .: Branch 'libreoffice-3-6' - cui/source svtools/inc svtools/source

Andras Timar timar at kemper.freedesktop.org
Fri Jun 29 23:53:27 PDT 2012


 cui/source/dialogs/svuidlg.hrc    |    1 
 cui/source/dialogs/svuidlg.src    |    6 ---
 svtools/inc/svtools/sores.hxx     |   17 ----------
 svtools/source/dialogs/so3res.src |   64 --------------------------------------
 4 files changed, 88 deletions(-)

New commits:
commit f928812588e3cf6584a345fafd7b05e1b4f076ca
Author: Andras Timar <atimar at suse.com>
Date:   Sat Jun 30 08:50:05 2012 +0200

    remove unused string resources
    
    Change-Id: Ie764adf7a602e9335e6da1de94d6f737feea6364

diff --git a/cui/source/dialogs/svuidlg.hrc b/cui/source/dialogs/svuidlg.hrc
index 8add126..a6e9ed7 100644
--- a/cui/source/dialogs/svuidlg.hrc
+++ b/cui/source/dialogs/svuidlg.hrc
@@ -43,7 +43,6 @@
 #define STR_CLOSELINKMSG                        32011
 #define STR_CLOSELINKMSG_MULTI                  32024
 #define STR_WAITINGLINK                         32028
-#define STR_EDIT_APPLET                         32029
 
 
 #define FL_CHOICE              15
diff --git a/cui/source/dialogs/svuidlg.src b/cui/source/dialogs/svuidlg.src
index 7fe0fc8..88f8de0 100644
--- a/cui/source/dialogs/svuidlg.src
+++ b/cui/source/dialogs/svuidlg.src
@@ -733,9 +733,3 @@ String MD_INSERT_OBJECT_IFRAME
 {
     Text [ en-US ] = "Select File for Floating Frame" ;
 };
-
-String STR_EDIT_APPLET
-{
-    Text [ en-US ] = "Edit Applet" ;
-};
-
diff --git a/svtools/inc/svtools/sores.hxx b/svtools/inc/svtools/sores.hxx
index 1b19a2c..5ec6dc6 100644
--- a/svtools/inc/svtools/sores.hxx
+++ b/svtools/inc/svtools/sores.hxx
@@ -27,27 +27,10 @@
  ************************************************************************/
 
 //  Strings
-#define STR_INS_OBJECT                          32000
-#define STR_INS_OBJECT_ICON                     32001
-#define STR_INS_FILE                            32002
-#define STR_INS_FILE_ICON                       32003
-#define STR_INS_FILE_LINK                       32004
-#define STR_INS_FILE_ICON_LINK                  32005
-#define STR_PASTE                               32012
-#define STR_ERROR_DDE                           32013
 #define STR_ERROR_OBJNOCREATE                   32014
 #define STR_ERROR_OBJNOCREATE_FROM_FILE         32015
-#define STR_VERB_OPEN                           32016
-#define STR_PLUGIN_CANT_SHOW                    32017
 #define STR_ERROR_OBJNOCREATE_PLUGIN            32018
-#define STR_INS_PLUGIN                          32019
-#define STR_CONVERT_TO                          32010
-#define STR_ACTIVATE_AS                         32021
-#define STR_QUERYUPDATELINKS                    32022
-#define STR_INS_APPLET                          32023
-#define STR_VERB_PROPS                          32025
 #define STR_FURTHER_OBJECT                      32026
-#define STR_EDIT_APPLET                         32029
 #define STR_UNKNOWN_SOURCE                      32027
 
 #define BMP_PLUGIN                      32000
diff --git a/svtools/source/dialogs/so3res.src b/svtools/source/dialogs/so3res.src
index 3b2aab3..4f43813 100644
--- a/svtools/source/dialogs/so3res.src
+++ b/svtools/source/dialogs/so3res.src
@@ -182,66 +182,10 @@ Resource RID_SO_ERRCTX
         Text [ en-US ] = "$(ERR) activating object" ;
     };
 };
-String STR_INS_OBJECT
-{
-    Text [ en-US ] = "Inserts a new %1-Object into your document." ;
-};
-String STR_INS_OBJECT_ICON
-{
-    Text [ en-US ] = "Inserts a new %1-Object into your document as a symbol." ;
-};
-String STR_INS_FILE
-{
-    Text [ en-US ] = "Inserts the contents of the file into your document to enable later editing in the original application." ;
-};
-String STR_INS_PLUGIN
-{
-    Text [ en-US ] = "Inserts a plug-in object into your document with a reference to the plug-in data. When the object is activated, the plug-in is automatically executed." ;
-};
 String STR_INS_APPLET
 {
     Text [ en-US ] = "Inserts an applet object into your document. When the object is activated, the applet is automatically executed." ;
 };
-String STR_INS_FILE_ICON
-{
-    Text [ en-US ] = "Inserts the contents of the file as an icon into your document." ;
-};
-String STR_INS_FILE_LINK
-{
-    Text [ en-US ] = "Inserts the contents of the file into your document and creates a link to the source file. Changes made to the source file will be reflected in your document." ;
-};
-String STR_INS_FILE_ICON_LINK
-{
-    Text [ en-US ] = "Inserts an icon into your document representing the file. Changes made to the source file will be reflected in your document." ;
-};
-String STR_PASTE
-{
-    Text [ en-US ] = "Pastes the contents of the clipboard as %1 in your document." ;
-};
-String STR_CONVERT_TO
-{
-    Text [ en-US ] = "Converts the selected %1object to the object type %2." ;
-};
-String STR_ACTIVATE_AS
-{
-    Text [ en-US ] = "All objects of type %1 are activated as %2, but not converted" ;
-};
-String STR_VERB_OPEN
-{
-    Text [ en-US ] = "~Open" ;
-};
-String STR_VERB_PROPS
-{
-    Text [ en-US ] = "~Properties" ;
-};
-String STR_PLUGIN_CANT_SHOW
-{
-    Text [ en-US ] = "Plug-in % cannot be displayed." ;
-};
-String STR_ERROR_DDE
-{
-    Text [ en-US ] = "DDE link to % for % area % are not available." ;
-};
 String STR_ERROR_OBJNOCREATE
 {
     Text [ en-US ] = "Object % could not be inserted." ;
@@ -254,18 +198,10 @@ String STR_ERROR_OBJNOCREATE_PLUGIN
 {
     Text [ en-US ] = "Plug-in from document % could not be inserted." ;
 };
-String STR_QUERYUPDATELINKS
-{
-    Text [ en-US ] = "Update all links?" ;
-};
 String STR_FURTHER_OBJECT
 {
     Text [ en-US ] = "Further objects" ;
 };
-String STR_EDIT_APPLET
-{
-    Text [ en-US ] = "Edit Applet" ;
-};
 
 Bitmap BMP_PLUGIN
 {


More information about the Libreoffice-commits mailing list