[Libreoffice-commits] core.git: sfx2/source

Maxim Monastirsky momonasmon at gmail.com
Thu Sep 8 14:21:51 UTC 2016


 sfx2/source/doc/doc.hrc |    2 --
 sfx2/source/doc/doc.src |    8 --------
 2 files changed, 10 deletions(-)

New commits:
commit 28ffa3e2abb5cf3a33314dd957deff752261cef6
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date:   Thu Sep 8 16:55:40 2016 +0300

    Unused strings
    
    Since 7affe26a1291eef8c77e890228061f13e987bff1
    ("Kill sfx2 menu support").
    
    Change-Id: Ib08ba64e7d3dc479df15f04f4e9ab81e13611202

diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc
index 19f77fe..388cdf6 100644
--- a/sfx2/source/doc/doc.hrc
+++ b/sfx2/source/doc/doc.hrc
@@ -32,11 +32,9 @@
 #define STR_TEMPLATE_FILTER                 (RID_SFX_DOC_START+ 28)
 
 #define STR_SAVEDOC                         (RID_SFX_DOC_START+ 45)
-#define STR_UPDATEDOC                       (RID_SFX_DOC_START+ 46)
 #define STR_SAVEASDOC                       (RID_SFX_DOC_START+ 47)
 
 #define STR_CLOSEDOC                        (RID_SFX_DOC_START+ 49)
-#define STR_CLOSEDOC_ANDRETURN              (RID_SFX_DOC_START+ 50)
 #define STR_SAVEACOPY                       (RID_SFX_DOC_START+ 55)
 
 #define STR_AUTOMATICVERSION                (RID_SFX_DOC_START+ 68)
diff --git a/sfx2/source/doc/doc.src b/sfx2/source/doc/doc.src
index ef60bff..978f5e3 100644
--- a/sfx2/source/doc/doc.src
+++ b/sfx2/source/doc/doc.src
@@ -28,10 +28,6 @@ String STR_SAVEDOC
 {
     Text [ en-US ] = "~Save" ;
 };
-String STR_UPDATEDOC
-{
-    Text [ en-US ] = "~Update" ;
-};
 String STR_SAVEASDOC
 {
     Text [ en-US ] = "Save ~As..." ;
@@ -44,10 +40,6 @@ String STR_CLOSEDOC
 {
     Text [ en-US ] = "~Close" ;
 };
-String STR_CLOSEDOC_ANDRETURN
-{
-    Text [ en-US ] = "~Close & Return to " ;
-};
 String STR_OPEN
 {
     Text [ en-US ] = "Open" ;


More information about the Libreoffice-commits mailing list