summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-01 08:54:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-01 10:41:42 +0100
commitf9acc916bf6a047e92692e91623113806d2c1a29 (patch)
tree6cc205ccb93297305c159e5375bbc3cc8abc5288 /sw
parent7857d772f7f82a33de506cd10e4298aa092bfe8f (diff)
MSG_DISABLE_UNDO_QUESTION unused
Change-Id: I1e06ccae6c820715d2cea70d679bf7681bae711a
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/comcore.hrc2
-rw-r--r--sw/source/ui/app/app.src7
2 files changed, 1 insertions, 8 deletions
diff --git a/sw/inc/comcore.hrc b/sw/inc/comcore.hrc
index 21e1d7e99331..eb1b3e22f2e9 100644
--- a/sw/inc/comcore.hrc
+++ b/sw/inc/comcore.hrc
@@ -42,7 +42,7 @@
#define STR_MULT_INTERACT_SPELL_WARN (RC_COMCORE_BEGIN + 14)
#define STR_SPELL_TITLE (RC_COMCORE_BEGIN + 15)
#define STR_HYPH_TITLE (RC_COMCORE_BEGIN + 16)
-#define MSG_DISABLE_UNDO_QUESTION (RC_COMCORE_BEGIN + 17)
+
#define STR_REDLINE_INSERT (RC_COMCORE_BEGIN + 19)
#define STR_REDLINE_DELETE (RC_COMCORE_BEGIN + 20)
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src
index d18ee583726e..34a6bc5f45de 100644
--- a/sw/source/ui/app/app.src
+++ b/sw/source/ui/app/app.src
@@ -502,13 +502,6 @@ String STR_REDLINE_UNKNOWN_AUTHOR
Text [ en-US ] = "Unknown Author";
};
-WarningBox MSG_DISABLE_UNDO_QUESTION
-{
- BUTTONS = WB_YES_NO_CANCEL;
- DEFBUTTON = WB_DEF_YES ;
- Message [ en-US ] = "This action deletes the list of actions that can be undone. Previous changes made to the document are still valid, but cannot be undone. Do you want to continue formatting?";
-};
-
QueryBox MSG_PRINT_AS_MERGE
{
HelpId = HID_PRINT_AS_MERGE;