Remove unused STR_SAVECOPYDOC

(and identical copy that is actually used is in framework/source/classes/resource.src)

Change-Id: I2b010af459e6d59ab8cfae33e6f9c009ede1d514
This commit is contained in:
Stephan Bergmann
2015-01-19 14:48:37 +01:00
parent ee21771db0
commit 2015654cd6
2 changed files with 1 additions and 5 deletions

View File

@@ -60,7 +60,7 @@
#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_SAVECOPYDOC (RID_SFX_DOC_START+ 48)
#define STR_CLOSEDOC (RID_SFX_DOC_START+ 49)
#define STR_CLOSEDOC_ANDRETURN (RID_SFX_DOC_START+ 50)
#define STR_WIZARD (RID_SFX_DOC_START+ 51)

View File

@@ -109,10 +109,6 @@ String STR_SAVEASDOC
{
Text [ en-US ] = "Save ~As..." ;
};
String STR_SAVECOPYDOC
{
Text [ en-US ] = "Save Copy ~as..." ;
};
String STR_SAVEACOPY
{
Text [ en-US ] = "Save a Copy..." ;