summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/inc/sc.hrc2
-rw-r--r--sc/source/ui/inc/miscdlgs.hrc6
-rw-r--r--sc/source/ui/src/miscdlgs.src50
3 files changed, 1 insertions, 57 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 180e6da7e138..83895bfb09a4 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -998,7 +998,7 @@
#define RID_SCDLG_HFEDIT_FOOTER (SC_DIALOGS_START + 69)
#define RID_SCPAGE_PRINT (SC_DIALOGS_START + 70)
#define RID_SCDLG_COLORROW (SC_DIALOGS_START + 71)
-#define RID_SCDLG_NAMES_PASTE (SC_DIALOGS_START + 72)
+
#define RID_SCDLG_NAMES_CREATE (SC_DIALOGS_START + 73)
#define RID_SCDLG_CHAR (SC_DIALOGS_START + 76)
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";