summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-17 15:27:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-17 15:51:01 +0100
commit5a66d854814edeb7183b76ceeeeba260cf0621fd (patch)
tree28f8189f0b4bf16851fed622b8fdccf6f78096ad
parent82aae49d7c14588c79d3e1d2e489946fac8c11fb (diff)
another unused QueryBox
Change-Id: Ia317f09260853602f4dd313a0577de192834b1c5
-rw-r--r--sw/source/ui/app/app.src7
-rw-r--r--sw/source/ui/inc/app.hrc1
2 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src
index ea732035411e..0d6cc2037f75 100644
--- a/sw/source/ui/app/app.src
+++ b/sw/source/ui/app/app.src
@@ -445,13 +445,6 @@ QueryBox MSG_CLPBRD_CLEAR
Message [ en-US ] = "You have a large amount of data saved in the clipboard.\nShould the clipboard contents remain available for other applications?" ;
};
-QueryBox MSG_SAVE_HTML_QUERY
-{
- BUTTONS = WB_YES_NO_CANCEL ;
- DEFBUTTON = WB_DEF_YES ;
- Message [ en-US ] = "Conversion into HTML format \nmay cause information loss. \nDo you want to save the document?" ;
-};
-
String STR_ABSTRACT_TITLE
{
Text [ en-US ] = "Abstract: " ;
diff --git a/sw/source/ui/inc/app.hrc b/sw/source/ui/inc/app.hrc
index ddb3335cc7c4..1023c4eec189 100644
--- a/sw/source/ui/inc/app.hrc
+++ b/sw/source/ui/inc/app.hrc
@@ -30,7 +30,6 @@
// Messages
#define MSG_ERROR_SEND_MAIL ( RC_APP_BEGIN + 6)
-#define MSG_SAVE_HTML_QUERY ( RC_APP_BEGIN + 7)
// For the interface because the RID_APP_BEGIN is now Desktop.
#define RID_SW_NAME ( RC_APP_BEGIN + 8)