From f9acc916bf6a047e92692e91623113806d2c1a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 1 Jul 2013 08:54:38 +0100 Subject: [PATCH] MSG_DISABLE_UNDO_QUESTION unused Change-Id: I1e06ccae6c820715d2cea70d679bf7681bae711a --- sw/inc/comcore.hrc | 2 +- sw/source/ui/app/app.src | 7 ------- 2 files changed, 1 insertion(+), 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;