summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-15 08:53:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-15 09:09:36 +0100
commit1eb84514fd25e8482bdc56185f96a06fe52155f4 (patch)
tree264cfedcdc8956aa3c9a3d122a504a38e68192a7 /sfx2
parente159d0bb53ea265e3813b06bf7a050f73b3ce616 (diff)
MSG_ERROR_RENAME_TEMPLATE resource unused
since commit b4c18dc0ea32af9f070d43278e547ee0b2e540a4 Author: Cédric Bosdonnat <cedric.bosdonnat@free.fr> Date: Thu Dec 20 09:51:59 2012 +0100 Templates Manager: removed the old dialogs and menu entries Change-Id: Id1007004d5a3522891e66d408c2276c43bbc7f84
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/doc.hrc1
-rw-r--r--sfx2/source/doc/doc.src6
2 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc
index a7a782767789..001e2e856b32 100644
--- a/sfx2/source/doc/doc.hrc
+++ b/sfx2/source/doc/doc.hrc
@@ -59,7 +59,6 @@
#define STR_ERROR_DELETE_TEMPLATE (RID_SFX_DOC_START+ 30)
#define STR_ERROR_MOVE_TEMPLATE (RID_SFX_DOC_START+ 32)
#define STR_ERROR_SAVE_TEMPLATE (RID_SFX_DOC_START+ 34)
-#define MSG_ERROR_RENAME_TEMPLATE (RID_SFX_DOC_START+ 34)
#define STR_CONFIG (RID_SFX_DOC_START+ 37)
#define STR_QUERY_DEFAULT_TEMPLATE (RID_SFX_DOC_START+ 39)
#define MSG_QUERY_RESET_DEFAULT_TEMPLATE (RID_SFX_DOC_START+ 39)
diff --git a/sfx2/source/doc/doc.src b/sfx2/source/doc/doc.src
index b72d055d1c24..e6aac7e95953 100644
--- a/sfx2/source/doc/doc.src
+++ b/sfx2/source/doc/doc.src
@@ -112,12 +112,6 @@ String STR_ERROR_SAVE_TEMPLATE
{
Text [ en-US ] = "Error saving template " ;
};
-ErrorBox MSG_ERROR_RENAME_TEMPLATE
-{
- BUTTONS = WB_OK ;
- DEFBUTTON = WB_DEF_OK ;
- Message [ en-US ] = "Error renaming template." ;
-};
String STR_QUERY_DEFAULT_TEMPLATE
{
Text [ en-US ] = "Should the template \"$(TEXT)\" become the default template?" ;