diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/app.hrc | 3 | ||||
-rw-r--r-- | sfx2/inc/doc.hrc | 1 | ||||
-rw-r--r-- | sfx2/source/appl/app.src | 13 | ||||
-rw-r--r-- | sfx2/source/sidebar/Sidebar.hrc | 2 |
4 files changed, 0 insertions, 19 deletions
diff --git a/sfx2/inc/app.hrc b/sfx2/inc/app.hrc index 760706fc92ea..90f2f70d36c5 100644 --- a/sfx2/inc/app.hrc +++ b/sfx2/inc/app.hrc @@ -33,7 +33,6 @@ #define RID_STR_HLPFILENOTEXIST (RID_SFX_APP_START+68) #define RID_STR_HELP (RID_SFX_APP_START+79) -#define RID_STR_NOAUTOSTARTHELPAGENT (RID_SFX_APP_START+80) #define CONFIG_PATH_START (RID_SFX_APP_START+98) @@ -116,11 +115,9 @@ #define RID_SVXSTR_GRFILTER_FORMATERROR (RID_SFX_APP_START + 200) #define RID_SVXSTR_GRFILTER_VERSIONERROR (RID_SFX_APP_START + 201) #define RID_SVXSTR_GRFILTER_FILTERERROR (RID_SFX_APP_START + 202) -#define RID_SVXSTR_GRFILTER_TOOBIG (RID_SFX_APP_START + 203) #define RID_SVXSTR_END_REDLINING_WARNING (RID_SFX_APP_START + 212) #define RID_SVXSTR_INCORRECT_PASSWORD (RID_SFX_APP_START + 213) -#define RID_SVXSTR_FORWARD_ERRMSSG (RID_SFX_APP_START + 214) #endif // #ifndef _SFX_APP_HRC diff --git a/sfx2/inc/doc.hrc b/sfx2/inc/doc.hrc index d89e7b50457b..f5e0ac1b479f 100644 --- a/sfx2/inc/doc.hrc +++ b/sfx2/inc/doc.hrc @@ -46,7 +46,6 @@ #define STR_DOCTYPENAME_SI (RID_SFX_DOC_START+ 73) #define STR_DOCTYPENAME_SD (RID_SFX_DOC_START+ 74) #define STR_DOCTYPENAME_MESSAGE (RID_SFX_DOC_START+ 75) -#define RID_STR_NEW_TASK (RID_SFX_DOC_START+ 76) #define TEMPLATE_LONG_NAMES_ARY (RID_SFX_DOC_START+ 81) #define TEMPLATE_SHORT_NAMES_ARY (RID_SFX_DOC_START+ 82) diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index 21c5f9175f2e..7d7f6d81c88b 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -213,11 +213,6 @@ String RID_STR_HELP Text [ en-US ] = "Help" ; }; -String RID_STR_NOAUTOSTARTHELPAGENT -{ - Text [ en-US ] = "No automatic start at 'XX'" ; -}; - String RID_STR_HLPFILENOTEXIST { Text [ en-US ] = "The help file for this topic is not installed." ; @@ -366,10 +361,6 @@ String RID_SVXSTR_GRFILTER_FILTERERROR { Text [ en-US ] = "Image filter not found" ; }; -String RID_SVXSTR_GRFILTER_TOOBIG -{ - Text [ en-US ] = "Not enough memory to insert image" ; -}; String RID_SVXSTR_END_REDLINING_WARNING { Text [ en-US ] = "This action will exit the change recording mode.\nAny information about changes will be lost.\n\nExit change recording mode?\n\n" ; @@ -378,9 +369,5 @@ String RID_SVXSTR_INCORRECT_PASSWORD { Text [ en-US ] = "Incorrect password" ; }; -String RID_SVXSTR_FORWARD_ERRMSSG -{ - Text [ en-US ] = "If you select the option \"%PLACEHOLDER%\", you must enter a URL." ; -}; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sfx2/source/sidebar/Sidebar.hrc b/sfx2/source/sidebar/Sidebar.hrc index 2ab5e73b2202..e5fe67967615 100644 --- a/sfx2/source/sidebar/Sidebar.hrc +++ b/sfx2/source/sidebar/Sidebar.hrc @@ -18,8 +18,6 @@ */ #include <sfx2/sfx.hrc> -#define RID_SIDEBAR_RESOURCE (RID_SFX_SIDEBAR_START + 0) - #define SFX_STR_SIDEBAR_MORE_OPTIONS (RID_SFX_SIDEBAR_START + 1) #define SFX_STR_SIDEBAR_CLOSE_DECK (RID_SFX_SIDEBAR_START + 2) #define SFX_STR_SIDEBAR_SETTINGS (RID_SFX_SIDEBAR_START + 3) |