diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 04:16:57 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 04:16:57 +0200 |
commit | bf6c743fb63d5473e1175e8cce6d76144e33887a (patch) | |
tree | 418d66e95d7604fdbe34dcd09f81740ee37bf318 /cui/source | |
parent | 76f7bc12fa68585ab4a5b53e7891e4f9863123a4 (diff) |
various unused QueryBoxes
Change-Id: I6ce6aa7cc4420bf8f82a578b7985e795c99e0898
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/customize/cfg.hrc | 2 | ||||
-rw-r--r-- | cui/source/customize/cfg.src | 18 |
2 files changed, 0 insertions, 20 deletions
diff --git a/cui/source/customize/cfg.hrc b/cui/source/customize/cfg.hrc index 0ba1be129f11..44d8f870db63 100644 --- a/cui/source/customize/cfg.hrc +++ b/cui/source/customize/cfg.hrc @@ -37,8 +37,6 @@ #define MODIFY_TOOLBAR (60 + CFG_OFFSET) #define MODIFY_TOOLBAR_CONTENT (61 + CFG_OFFSET) -#define QBX_CONFIRM_RESET (64 + CFG_OFFSET) -#define QBX_CONFIRM_DELETE_MENU (65 + CFG_OFFSET) #define QBX_CONFIRM_RESTORE_DEFAULT (66 + CFG_OFFSET) #define QBX_CONFIRM_DELETE_TOOLBAR (67 + CFG_OFFSET) diff --git a/cui/source/customize/cfg.src b/cui/source/customize/cfg.src index 1c3317e81fa9..a61a82c5975f 100644 --- a/cui/source/customize/cfg.src +++ b/cui/source/customize/cfg.src @@ -217,14 +217,6 @@ String RID_SVXSTR_TOOLBAR_NAME Text [ en-US ] = "Toolbar Name" ; }; -/* %MENUNAME will be replaced at runtime by the name of the selected menu. */ -QueryBox QBX_CONFIRM_DELETE_MENU -{ - Message [ en-US ] = "Are you sure you want to delete the '%MENUNAME' menu?"; - BUTTONS = WB_YES_NO ; - DEFBUTTON = WB_DEF_NO ; -}; - QueryBox QBX_CONFIRM_DELETE_TOOLBAR { Message [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?"; @@ -232,16 +224,6 @@ QueryBox QBX_CONFIRM_DELETE_TOOLBAR DEFBUTTON = WB_DEF_NO ; }; -/* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder and will be - replaced at runtime by the name of the selected application or document. -*/ -QueryBox QBX_CONFIRM_RESET -{ - Message [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"; - BUTTONS = WB_YES_NO ; - DEFBUTTON = WB_DEF_NO ; -}; - /* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder and will be replaced at runtime by the name of the selected application or document. |