diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-09-08 16:55:40 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-09-08 17:20:02 +0300 |
commit | 28ffa3e2abb5cf3a33314dd957deff752261cef6 (patch) | |
tree | 41f4825434c7310fc5be148ee49dd74eb195589b | |
parent | 3870c0555aa461268a6d056543f4545d562769ce (diff) |
Unused strings
Since 7affe26a1291eef8c77e890228061f13e987bff1
("Kill sfx2 menu support").
Change-Id: Ib08ba64e7d3dc479df15f04f4e9ab81e13611202
-rw-r--r-- | sfx2/source/doc/doc.hrc | 2 | ||||
-rw-r--r-- | sfx2/source/doc/doc.src | 8 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc index 19f77fefaca9..388cdf621dbf 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 ef60bfff390e..978f5e3c5b72 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" ; |