diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-15 21:09:27 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-15 23:30:23 +0200 |
commit | a470c10d88b7824a9d3a986b302beef115fbc303 (patch) | |
tree | 78174ffa5a9d8bf4855c1f5788e6e9538f7374c5 /svx | |
parent | c584f344b7f810c297da616befdc354b86fbf8b8 (diff) |
ErrorBox RID_ERRBOX_MODULENOTINSTALLED to String
And move to sfx2 to stop this ResMgr mangling
Change-Id: I4633766fdcc53189cdb508f9eddaa6b2e8448858
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/src/app.hrc | 4 | ||||
-rw-r--r-- | svx/source/src/app.src | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/src/app.hrc b/svx/source/src/app.hrc index d19db1c8443c..42190c2612bb 100644 --- a/svx/source/src/app.hrc +++ b/svx/source/src/app.hrc @@ -25,10 +25,6 @@ #include <svl/solar.hrc> #include <sfx2/sfxsids.hrc> -// Errors ---------------------------------------------------------------- - -#define RID_ERRBOX_MODULENOTINSTALLED (RID_OFA_START + 72) - // Dialoge --------------------------------------------------------------- #define RID_OFAPAGE_HTMLOPT (RID_OFA_START + 100) diff --git a/svx/source/src/app.src b/svx/source/src/app.src index b2e90d23554d..0b52b097cfb5 100644 --- a/svx/source/src/app.src +++ b/svx/source/src/app.src @@ -27,12 +27,6 @@ String RID_APPTITLE #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }; -ErrorBox RID_ERRBOX_MODULENOTINSTALLED -{ - Buttons = WB_OK ; - Message [ en-US ] = "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."; -}; - #define IMAGE_ID_LIST\ IdList = {\ SID_HLINKBAR_LINK; \ |