diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-17 11:40:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-17 11:52:27 +0100 |
commit | 713592e5e923498dac21f09b11dfecd180accf5b (patch) | |
tree | a464296fb73caaf35a317ab0766da8dae71e87e4 /sw | |
parent | 4164f905393f62aad0e7ae6595aa54658b87a818 (diff) |
finally, some unused dialogs
Change-Id: I673a5868db62f391b2186104ff6c641d84bffd8a
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/globals.hrc | 7 | ||||
-rw-r--r-- | sw/source/ui/uiview/view.src | 24 |
2 files changed, 0 insertions, 31 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index acd65b18844c..652eeed02a3d 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -86,15 +86,8 @@ // DIALOGS ----------------------------------------------------------- -#define DLG_THESAURUS (RC_GLOBALS_BEGIN + 2) #define DLG_SPECIAL (RC_GLOBALS_BEGIN + 3) -// QUERYBOX --------------------------------------------------------- - -#define DLG_WRAP (RC_GLOBALS_BEGIN + 4) -#define DLG_BODY (RC_GLOBALS_BEGIN + 5) -#define DLG_PRT_FIELDNAME (RC_GLOBALS_BEGIN + 6) - // INFOBOX ------------------------------------------------------------ #define ERR_CLPBRD_READ (RC_GLOBALS_BEGIN + 1) diff --git a/sw/source/ui/uiview/view.src b/sw/source/ui/uiview/view.src index 7798860e8582..2dafb93bb0a5 100644 --- a/sw/source/ui/uiview/view.src +++ b/sw/source/ui/uiview/view.src @@ -41,36 +41,12 @@ ImageButton BTN_PAGEDOWN SmallStyle = TRUE ; SYMBOL = IMAGEBUTTON_PAGEDOWN ; }; -QueryBox DLG_WRAP -{ - BUTTONS = WB_YES_NO ; - DEFBUTTON = WB_DEF_YES ; - Message [ en-US ] = "Do you want to continue checking at the beginning of the document?" ; -}; -QueryBox DLG_BODY -{ - BUTTONS = WB_YES_NO ; - DEFBUTTON = WB_DEF_NO ; - Message [ en-US ] = "Do you want to check the main text?" ; -}; -QueryBox DLG_PRT_FIELDNAME -{ - BUTTONS = WB_YES_NO_CANCEL ; - DEFBUTTON = WB_DEF_CANCEL ; - Message [ en-US ] = "Show field commands option is checked.\nDo you want to print the document with field names?" ; -}; QueryBox DLG_SPECIAL { BUTTONS = WB_YES_NO ; DEFBUTTON = WB_DEF_NO ; Message [ en-US ] = "Do you want check the special regions?" ; }; -QueryBox DLG_THESAURUS -{ - BUTTONS = WB_YES_NO ; - DEFBUTTON = WB_DEF_NO ; - Message [ en-US ] = "This word appears in the list of words you want to avoid! Start thesaurus?" ; -}; QueryBox DLG_SPECIAL_FORCED { BUTTONS = WB_YES_NO ; |