From 28ffa3e2abb5cf3a33314dd957deff752261cef6 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Thu, 8 Sep 2016 16:55:40 +0300 Subject: Unused strings Since 7affe26a1291eef8c77e890228061f13e987bff1 ("Kill sfx2 menu support"). Change-Id: Ib08ba64e7d3dc479df15f04f4e9ab81e13611202 --- sfx2/source/doc/doc.hrc | 2 -- sfx2/source/doc/doc.src | 8 -------- 2 files changed, 10 deletions(-) (limited to 'sfx2') 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" ; -- cgit