diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-15 21:35:30 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-15 23:30:26 +0200 |
commit | b64d7c9ecc6511a66fc34d8b031c4f89edfded48 (patch) | |
tree | d1c8cda130e8e424e62fa7605c45f07a36d8ff56 | |
parent | 18b0e91e6cc273c4a7adab3ed89059cd296075bd (diff) |
remove unused RID_SVXERR_OPT_DOUBLEPATHS
Change-Id: I08cf8a3ecfa181fafe03e27fdbe0c43739bd4ad3
-rw-r--r-- | cui/source/inc/cuires.hrc | 1 | ||||
-rw-r--r-- | cui/source/options/optpath.src | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc index fbf9629f58d3..080e1ccaea4a 100644 --- a/cui/source/inc/cuires.hrc +++ b/cui/source/inc/cuires.hrc @@ -141,7 +141,6 @@ #define RID_SVXSTR_PATH_NAME_START (RID_SVX_START + 1003) #define RID_SVXBMP_LOCK (RID_SVX_START + 118) #define RID_SVXSTR_READONLY_CONFIG_TIP (RID_SVX_START + 1026) -#define RID_SVXERR_OPT_DOUBLEPATHS (RID_SVX_START + 208) //? #define RID_SVXPAGE_BASICIDE_OPTIONS (RID_SVX_START + 209) #define RID_SVXSTR_KEY_AUTOCORRECT_DIR (RID_SVX_START + 1004) //? #define RID_SVXSTR_KEY_DICTIONARY_PATH (RID_SVX_START + 1010)//? diff --git a/cui/source/options/optpath.src b/cui/source/options/optpath.src index 60f7dcc3e888..95f5203e6040 100644 --- a/cui/source/options/optpath.src +++ b/cui/source/options/optpath.src @@ -20,13 +20,6 @@ #include <sfx2/sfx.hrc> #include "helpid.hrc" -ErrorBox RID_SVXERR_OPT_DOUBLEPATHS -{ - BUTTONS = WB_OK ; - DEFBUTTON = WB_DEF_OK ; - Message [ en-US ] = "The configuration and mail directories must be specified as separate directories.\nPlease choose a new path." ; -}; - String RID_SVXSTR_KEY_CONFIG_DIR { Text [ en-US ] = "Configuration" ; |