diff options
Diffstat (limited to 'sfx2')
-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" ; |