diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-18 12:11:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-18 12:34:13 +0100 |
commit | c7025e93c42ded24b3eea5722accb767f1c77cad (patch) | |
tree | 74d5adadc9a50dc2cf86b8ca930b7c8d7da85707 | |
parent | 46906b68c443939beb9b0c44d3bef9c1ce9c39d9 (diff) |
remove various unused queryboxs
Change-Id: Ie8ae7c19b957410517c2a1a4f6463825bafd0e09
-rw-r--r-- | sw/inc/dochdl.hrc | 1 | ||||
-rw-r--r-- | sw/inc/globals.hrc | 5 | ||||
-rw-r--r-- | sw/source/ui/app/app.src | 14 | ||||
-rw-r--r-- | sw/source/ui/app/error.src | 5 | ||||
-rw-r--r-- | sw/source/ui/dochdl/dochdl.src | 7 | ||||
-rw-r--r-- | sw/source/ui/frmdlg/frmui.src | 6 | ||||
-rw-r--r-- | sw/source/ui/inc/app.hrc | 6 | ||||
-rw-r--r-- | sw/source/ui/inc/frmui.hrc | 1 | ||||
-rw-r--r-- | sw/source/ui/inc/shells.hrc | 2 | ||||
-rw-r--r-- | sw/source/ui/shells/shells.src | 12 | ||||
-rw-r--r-- | sw/source/ui/uiview/view.hrc | 1 | ||||
-rw-r--r-- | sw/source/ui/uiview/view.src | 10 |
12 files changed, 0 insertions, 70 deletions
diff --git a/sw/inc/dochdl.hrc b/sw/inc/dochdl.hrc index c37def077bc3..01dd46c45404 100644 --- a/sw/inc/dochdl.hrc +++ b/sw/inc/dochdl.hrc @@ -25,7 +25,6 @@ #define STR_NOGLOS (RC_DOCHDL_BEGIN + 1) #define MSG_ERR_INSERT_GLOS (RC_DOCHDL_BEGIN + 3) #define MSG_CLPBRD_FORMAT_ERROR (RC_DOCHDL_BEGIN + 4) -#define MSG_UPDATE_NEW_GLOS_FMT (RC_DOCHDL_BEGIN + 5) #define STR_NO_TABLE (RC_DOCHDL_BEGIN + 7) diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index 652eeed02a3d..967584f44d88 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -84,14 +84,9 @@ #define STR_READONLY_PATH (RC_GLOBALS_BEGIN + 47) #define IL_SECTION_BITMAPS (RC_GLOBALS_BEGIN + 48) -// DIALOGS ----------------------------------------------------------- - -#define DLG_SPECIAL (RC_GLOBALS_BEGIN + 3) - // INFOBOX ------------------------------------------------------------ #define ERR_CLPBRD_READ (RC_GLOBALS_BEGIN + 1) -#define ERR_CLPBRD_WRITE (RC_GLOBALS_BEGIN + 2) #define MSG_ERROR_PASSWD (RC_GLOBALS_BEGIN + 3) // ACC --------------------------------------------------------------- diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src index 0d6cc2037f75..5b4000c8ad9d 100644 --- a/sw/source/ui/app/app.src +++ b/sw/source/ui/app/app.src @@ -267,13 +267,6 @@ String STR_READONLY_PATH Text [ en-US ] = "The 'AutoText' directories are read-only. Do you want to call the path settings dialog?"; }; -InfoBox MSG_ERROR_SEND_MAIL -{ - BUTTONS = WB_OK ; - DEFBUTTON = WB_DEF_OK ; - Message [ en-US ] = "Error sending mail." ; -}; - InfoBox MSG_ERROR_PASSWD { BUTTONS = WB_OK ; @@ -438,13 +431,6 @@ String STR_EMPTYPAGE Text [ en-US ] = "blank page" ; }; -QueryBox MSG_CLPBRD_CLEAR -{ - BUTTONS = WB_YES_NO ; - DEFBUTTON = WB_DEF_NO ; - Message [ en-US ] = "You have a large amount of data saved in the clipboard.\nShould the clipboard contents remain available for other applications?" ; -}; - String STR_ABSTRACT_TITLE { Text [ en-US ] = "Abstract: " ; diff --git a/sw/source/ui/app/error.src b/sw/source/ui/app/error.src index b2a2433de078..9cfda2491094 100644 --- a/sw/source/ui/app/error.src +++ b/sw/source/ui/app/error.src @@ -33,11 +33,6 @@ String STR_COMCORE_CANT_SHOW Text [ en-US ] = "Graphic cannot be displayed." ; }; - -InfoBox ERR_CLPBRD_WRITE -{ - Message [ en-US ] = "Error while copying to the clipboard." ; -}; InfoBox ERR_CLPBRD_READ { Message [ en-US ] = "Error reading from the clipboard." ; diff --git a/sw/source/ui/dochdl/dochdl.src b/sw/source/ui/dochdl/dochdl.src index f0381474107f..a24976c5a721 100644 --- a/sw/source/ui/dochdl/dochdl.src +++ b/sw/source/ui/dochdl/dochdl.src @@ -42,13 +42,6 @@ InfoBox MSG_CLPBRD_FORMAT_ERROR Message [ en-US ] = "Requested clipboard format is not available." ; }; -QueryBox MSG_UPDATE_NEW_GLOS_FMT -{ - BUTTONS = WB_YES_NO ; - DEFBUTTON = WB_DEF_YES ; - Message [ en-US ] = "The section format is outdated.\nIt needs to be converted so that changes\ncan be saved.\nShould it be converted now?" ; -}; - String STR_PRIVATETEXT { Text [ en-US ] = "%PRODUCTNAME Writer" ; diff --git a/sw/source/ui/frmdlg/frmui.src b/sw/source/ui/frmdlg/frmui.src index f771bb7a5dc2..939f5af33e62 100644 --- a/sw/source/ui/frmdlg/frmui.src +++ b/sw/source/ui/frmdlg/frmui.src @@ -106,11 +106,5 @@ String STR_FRMUI_PATTERN { Text [ en-US ] = "Background" ; }; -InfoBox MSG_COLUMN_ERR_BOUNDWIDTH -{ - BUTTONS = WB_OK ; - DEFBUTTON = WB_DEF_OK ; - Message [ en-US ] = "Column spacing exceeds the column width." ; -}; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/source/ui/inc/app.hrc b/sw/source/ui/inc/app.hrc index 1023c4eec189..7752ca09f43e 100644 --- a/sw/source/ui/inc/app.hrc +++ b/sw/source/ui/inc/app.hrc @@ -22,15 +22,9 @@ #include "rcid.hrc" -// Should the clipboard for other applications... -#define MSG_CLPBRD_CLEAR (RC_APP_BEGIN + 3) - #define STR_CANTCREATE (RC_APP_BEGIN + 4) #define STR_CANTOPEN (RC_APP_BEGIN + 5) -// Messages -#define MSG_ERROR_SEND_MAIL ( RC_APP_BEGIN + 6) - // For the interface because the RID_APP_BEGIN is now Desktop. #define RID_SW_NAME ( RC_APP_BEGIN + 8) diff --git a/sw/source/ui/inc/frmui.hrc b/sw/source/ui/inc/frmui.hrc index c893ac3b3923..d8950bb13c61 100644 --- a/sw/source/ui/inc/frmui.hrc +++ b/sw/source/ui/inc/frmui.hrc @@ -51,7 +51,6 @@ #define STR_OLE_EDIT (STR_FRMDLG_BEGIN + 46) #define STR_COLL_HEADER (STR_FRMDLG_BEGIN + 47) -#define MSG_COLUMN_ERR_BOUNDWIDTH (STR_FRMDLG_BEGIN + 48) #define STR_EDIT_GRF (STR_FRMDLG_BEGIN + 49) #define STR_LINE_TOP (STR_FRMDLG_BEGIN + 50) diff --git a/sw/source/ui/inc/shells.hrc b/sw/source/ui/inc/shells.hrc index f5e64262acf1..4070dd2c8764 100644 --- a/sw/source/ui/inc/shells.hrc +++ b/sw/source/ui/inc/shells.hrc @@ -29,7 +29,6 @@ #define STR_GRFILTER_FILTERERROR (RC_SHELLS_BEGIN + 5) #define STR_GRFILTER_TOOBIG (RC_SHELLS_BEGIN + 6) #define STR_INSERT_GRAPHIC (RC_SHELLS_BEGIN + 7) -#define DLG_IMPORT_DBNAME (RC_SHELLS_BEGIN + 9) #define STR_NO_ADDRESSBOOK (RC_SHELLS_BEGIN + 10) #define STR_REDLINE_COMMENT (RC_SHELLS_BEGIN + 11) #define STR_REDLINE_INSERTED (RC_SHELLS_BEGIN + 12) @@ -70,7 +69,6 @@ #define STR_SWBG_PAGE (RC_SHELLS_BEGIN + 44) #define STR_SWBG_HEADER (RC_SHELLS_BEGIN + 45) #define STR_SWBG_FOOTER (RC_SHELLS_BEGIN + 46) -#define MSG_NO_RULER (RC_SHELLS_BEGIN + 47) #define STR_SHELLNAME_DRAWFORM (RC_SHELLS_BEGIN + 48) // FREE diff --git a/sw/source/ui/shells/shells.src b/sw/source/ui/shells/shells.src index 51017ecd19e3..ddba7bd56dc8 100644 --- a/sw/source/ui/shells/shells.src +++ b/sw/source/ui/shells/shells.src @@ -20,12 +20,6 @@ #include <svx/globlmn.hrc> #include "toolbox.hrc" #include "helpid.h" -InfoBox MSG_NO_RULER -{ - BUTTONS = WB_OK ; - DEFBUTTON = WB_DEF_OK ; - Message [ en-US ] = "There are no bitmaps in the Gallery theme 'Rulers'." ; -}; String STR_GRFILTER_OPENERROR { Text [ en-US ] = "Graphics file cannot be opened" ; @@ -106,12 +100,6 @@ String STR_REDLINE_EDIT { Text [ en-US ] = "Edit Changes"; }; -QueryBox DLG_IMPORT_DBNAME -{ - BUTTONS = WB_YES_NO ; - DEFBUTTON = WB_DEF_NO ; - Message [ en-US ] = "Use database name as default database for the document?" ; -}; String STR_PAGE { Text [ en-US ] = "Page " ; diff --git a/sw/source/ui/uiview/view.hrc b/sw/source/ui/uiview/view.hrc index a78c35a5e055..439f77d50811 100644 --- a/sw/source/ui/uiview/view.hrc +++ b/sw/source/ui/uiview/view.hrc @@ -38,7 +38,6 @@ #define MSG_NOT_FOUND (RC_VIEW_BEGIN + 16) #define MSG_SEARCH_START (RC_VIEW_BEGIN + 17) #define MSG_SEARCH_END (RC_VIEW_BEGIN + 18) -#define MSG_INDEX_OVERFLOW (RC_VIEW_BEGIN + 19) #define STR_NB_REPLACED (RC_VIEW_BEGIN + 20) #define MSG_SCAN_NOSOURCE (RC_VIEW_BEGIN + 21) diff --git a/sw/source/ui/uiview/view.src b/sw/source/ui/uiview/view.src index 471a1765551a..1a08b818314b 100644 --- a/sw/source/ui/uiview/view.src +++ b/sw/source/ui/uiview/view.src @@ -41,12 +41,6 @@ ImageButton BTN_PAGEDOWN SmallStyle = TRUE ; SYMBOL = IMAGEBUTTON_PAGEDOWN ; }; -QueryBox DLG_SPECIAL -{ - BUTTONS = WB_YES_NO ; - DEFBUTTON = WB_DEF_NO ; - Message [ en-US ] = "Do you want check the special regions?" ; -}; QueryBox DLG_SPECIAL_FORCED { BUTTONS = WB_YES_NO ; @@ -81,10 +75,6 @@ InfoBox MSG_NOT_FOUND { Message [ en-US ] = "Search key not found." ; }; -InfoBox MSG_INDEX_OVERFLOW -{ - Message [ en-US ] = "found." ; -}; InfoBox MSG_SCAN_NOSOURCE { Message [ en-US ] = "Source not specified." ; |