From 40e0b5e458f2aaa92b367785c443a57b06ce094a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 7 Mar 2013 15:08:01 +0000 Subject: drop unused resources Change-Id: I6bd9c1cf56eb7f890c9d2f97819440377b457557 --- sc/source/ui/inc/miscdlgs.hrc | 6 ------ sc/source/ui/src/miscdlgs.src | 50 ------------------------------------------- 2 files changed, 56 deletions(-) (limited to 'sc/source') diff --git a/sc/source/ui/inc/miscdlgs.hrc b/sc/source/ui/inc/miscdlgs.hrc index 2d423ecee764..7ef7e7ff8c43 100644 --- a/sc/source/ui/inc/miscdlgs.hrc +++ b/sc/source/ui/inc/miscdlgs.hrc @@ -82,12 +82,6 @@ #define FL_SEP1 51 #define FL_SEP2 52 -#define BTN_CLOSE 60 -#define BTN_PASTE 61 -#define BTN_PASTE_ALL 62 -#define CTRL_TABLE 63 -#define FL_DIV 64 - // Insert/Delete Sheet #define FT_DEST 1 #define LB_DEST 2 diff --git a/sc/source/ui/src/miscdlgs.src b/sc/source/ui/src/miscdlgs.src index f448b8c66c88..1b78550d4271 100644 --- a/sc/source/ui/src/miscdlgs.src +++ b/sc/source/ui/src/miscdlgs.src @@ -1399,56 +1399,6 @@ ModalDialog RID_SCDLG_NAMES_CREATE Text [ en-US ] = "Create Names" ; }; -ModalDialog RID_SCDLG_NAMES_PASTE -{ - OutputSize = TRUE ; - HelpId = CMD_FID_INSERT_NAME ; - SVLook = TRUE ; - Size = MAP_APPFONT ( 228 , 160 ) ; - Moveable = TRUE ; - Closeable = TRUE; - HelpButton BTN_HELP - { - Pos = MAP_APPFONT ( 6, 140 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - }; - PushButton BTN_PASTE - { - Pos = MAP_APPFONT ( 172 , 110 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - Text [en-US] = "Paste"; - }; - PushButton BTN_PASTE_ALL - { - Pos = MAP_APPFONT ( 6 , 110 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - Text [en-US] = "Paste All"; - }; - PushButton BTN_CLOSE - { - Pos = MAP_APPFONT ( 172 , 140 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - Text [en-US] = "Close"; - }; - Control CTRL_TABLE - { - Pos = MAP_APPFONT( 6, 6 ); - Size = MAP_APPFONT( 210, 100 ); - Border = TRUE; - DialogControl = TRUE; - }; - FixedLine FL_DIV - { - Pos = MAP_APPFONT( 0, 132 ); - Size = MAP_APPFONT( 228, 3 ); - }; - Text [ en-US ] = "Paste Names" ; -}; - ModalDialog RID_SCDLG_CHARTCOLROW { HelpID = "sc:ModalDialog:RID_SCDLG_CHARTCOLROW"; -- cgit