diff options
Diffstat (limited to 'svx/source/src')
-rw-r--r-- | svx/source/src/app.hrc | 6 | ||||
-rw-r--r-- | svx/source/src/app.src | 32 |
2 files changed, 3 insertions, 35 deletions
diff --git a/svx/source/src/app.hrc b/svx/source/src/app.hrc index 682766a2c32c..2c4e03a5d181 100644 --- a/svx/source/src/app.hrc +++ b/svx/source/src/app.hrc @@ -39,7 +39,7 @@ // include --------------------------------------------------------------- -#include <svtools/solar.hrc> +#include <svl/solar.hrc> #include <sfx2/sfxsids.hrc> // Ranges ---------------------------------------------------------------- @@ -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)"; -}; |