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 /include/sfx2 | |
parent | c584f344b7f810c297da616befdc354b86fbf8b8 (diff) |
ErrorBox RID_ERRBOX_MODULENOTINSTALLED to String
And move to sfx2 to stop this ResMgr mangling
Change-Id: I4633766fdcc53189cdb508f9eddaa6b2e8448858
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sfx.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sfx.hrc b/include/sfx2/sfx.hrc index 5d8e11b9901a..e3307e3582ac 100644 --- a/include/sfx2/sfx.hrc +++ b/include/sfx2/sfx.hrc @@ -154,6 +154,7 @@ #define STR_NONCHECKEDOUT_DOCUMENT (RID_SFX_START+125) #define BT_CHECKOUT (RID_SFX_START+126) #define STR_PASSWD_MIN_LEN1 (RID_SFX_START+127) +#define STR_MODULENOTINSTALLED (RID_SFX_START+128) #define STR_ACCTITLE_PRODUCTIVITYTOOLS (RID_SFX_START+157) #define SFX_THUMBNAIL_TEXT (RID_SFX_START+158) |