diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-11-04 10:53:36 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-11-04 10:53:36 +0100 |
commit | fbce1c663acb8b29731cc447a3893b34ff2b4618 (patch) | |
tree | c81f18ea969e358492e8f1a12e79723d2c03e267 /svx/source/src | |
parent | 7b39c8dc2d865324cab015c2a2ed04d26376cb44 (diff) |
#i106421#: cleanup of help ids
Diffstat (limited to 'svx/source/src')
-rw-r--r-- | svx/source/src/app.hrc | 4 | ||||
-rw-r--r-- | svx/source/src/app.src | 32 |
2 files changed, 2 insertions, 34 deletions
diff --git a/svx/source/src/app.hrc b/svx/source/src/app.hrc index f0952241979e..2c4e03a5d181 100644 --- a/svx/source/src/app.hrc +++ b/svx/source/src/app.hrc @@ -345,7 +345,7 @@ #define RID_RES_SBACHAOS_ERR_CONTEXTS (OFA_RES_UNNAMED_START + 1) // HelpIds --------------------------------------------------------------- - +/* #define HID_AUTOCORR_DLG (HID_OFA_START + 0) #define HID_OFAPAGE_AUTOCORR_OPTIONS (HID_OFA_START + 1) #define HID_OFAPAGE_AUTOCORR_REPLACE (HID_OFA_START + 2) @@ -435,7 +435,7 @@ #define UID_OFA_CONNPOOL_DRIVERLIST_BACK (HID_OFA_START + 122) #define HID_OFA_TP_HELPERPROG (HID_OFA_START + 123) #define HID_OFA_TP_MEMORY (HID_OFA_START + 124) - +*/ // "Uberlaufkontrolle der HID's #define ACT_HID_END HID_OFA_TP_MEMORY #if ACT_HID_END > HID_OFA_END diff --git a/svx/source/src/app.src b/svx/source/src/app.src index 0e23ea3a8a38..695424878729 100644 --- a/svx/source/src/app.src +++ b/svx/source/src/app.src @@ -28,16 +28,7 @@ * ************************************************************************/ -#ifndef _GLOBLMN_HRC -#include "globlmn_tmpl.hrc" -#endif -#ifndef _GLOBALACC_SRC -#include "globlac.hrc" -#endif -#ifndef _SVX_SVXIDS_HRC #include <svx/svxids.hrc> -#endif - #include "app.hrc" //---------------------------------------------------------------------------- @@ -50,8 +41,6 @@ ErrorBox RID_ERRBOX_MODULENOTINSTALLED Message [ en-US ] = "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."; }; - // Image-Listen ---------------------------------------------------------- - #define IMAGE_ID_LIST\ IdList = {\ SID_HLINKBAR_LINK; \ @@ -110,29 +99,8 @@ ImageList RID_DEFAULTIMAGELIST_LCH // Strings --------------------------------------------------------------- -#define MN_EDIT 20 -#define MN_VIEW 21 -#define MN_EXTRA 22 -#define MN_WIN 30 -#define MN_HELP 31 -#define MN_TEMPLATES 11 - -#define ACC Accelerator -#define ACCK AcceleratorItem - - // die Acceleratoren - String RID_DESKTOP { Text = "%PRODUCTNAME" ; }; -String STR_SD_STAROFFICE_XML_DRAW -{ - Text [ en-US ] = "%PRODUCTNAME XML (Draw)"; -}; - -String STR_SD_STAROFFICE_XML_IMPRESS -{ - Text [ en-US ] = "%PRODUCTNAME XML (Impress)"; -}; |