diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-17 15:27:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-17 15:51:01 +0100 |
commit | 5a66d854814edeb7183b76ceeeeba260cf0621fd (patch) | |
tree | 28f8189f0b4bf16851fed622b8fdccf6f78096ad /sw/source/ui/app | |
parent | 82aae49d7c14588c79d3e1d2e489946fac8c11fb (diff) |
another unused QueryBox
Change-Id: Ia317f09260853602f4dd313a0577de192834b1c5
Diffstat (limited to 'sw/source/ui/app')
-rw-r--r-- | sw/source/ui/app/app.src | 7 |
1 files changed, 0 insertions, 7 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: " ; |