diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-03-07 15:08:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-03-07 16:12:59 +0000 |
commit | 40e0b5e458f2aaa92b367785c443a57b06ce094a (patch) | |
tree | bc2e18dacbd7e20b432e6e68884caca3552628e3 /sc/source | |
parent | 7e741f28e5b9d869096b1814108a252006bc23e0 (diff) |
drop unused resources
Change-Id: I6bd9c1cf56eb7f890c9d2f97819440377b457557
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/inc/miscdlgs.hrc | 6 | ||||
-rw-r--r-- | sc/source/ui/src/miscdlgs.src | 50 |
2 files changed, 0 insertions, 56 deletions
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"; |