summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-05 11:51:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-05 11:51:34 +0000
commit73d2e2ce171f0284cb81a0c26c90b3a0ae2e79cb (patch)
treecdc3b0b8d7c9b69fc883a2b3e87c6c188ee6f3a5 /sc
parent5af581ce952f26bd5fec70c9f95b035ca25af8dd (diff)
drop now unused sort resources
Change-Id: I2192872005f6cd1e85b359f209c8450034a010b1 (cherry picked from commit e27338143b4f8aaf8653e28a5bd6e123c7718128) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/helpids.h1
-rw-r--r--sc/source/ui/inc/sortdlg.hrc6
-rw-r--r--sc/source/ui/src/sortdlg.src57
3 files changed, 0 insertions, 64 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h
index 846591c055e8..eb63a4264691 100644
--- a/sc/inc/helpids.h
+++ b/sc/inc/helpids.h
@@ -71,7 +71,6 @@
#define HID_SC_PIVOTFILTER "SC_HID_SC_PIVOTFILTER"
#define HID_SC_INPORTOPT "SC_HID_SC_INPORTOPT"
#define HID_SC_PIVOTSUBT "SC_HID_SC_PIVOTSUBT"
-#define HID_SCPAGE_SORT_FIELDS "SC_HID_SCPAGE_SORT_FIELDS"
#define HID_SCPAGE_SUBT_OPTIONS "SC_HID_SCPAGE_SUBT_OPTIONS"
#define HID_SCPAGE_SUBT_GROUP "SC_HID_SCPAGE_SUBT_GROUP"
#define HID_SCPAGE_PROTECTION "SC_HID_SCPAGE_PROTECTION"
diff --git a/sc/source/ui/inc/sortdlg.hrc b/sc/source/ui/inc/sortdlg.hrc
index 09409be7f39c..98347817fbac 100644
--- a/sc/source/ui/inc/sortdlg.hrc
+++ b/sc/source/ui/inc/sortdlg.hrc
@@ -32,12 +32,6 @@
#define WIN_MANAGESORTKEY 2
#define SB_SORT 3
-// SORT_KEY_FIELDS:
-#define FL_SORT 278
-#define LB_SORT 279
-#define BTN_UP 280
-#define BTN_DOWN 281
-
#define FT_TEXT 1
#define FT_TIP 2
#define BTN_EXTSORT 3
diff --git a/sc/source/ui/src/sortdlg.src b/sc/source/ui/src/sortdlg.src
index 5f66957f7638..334264ce341c 100644
--- a/sc/source/ui/src/sortdlg.src
+++ b/sc/source/ui/src/sortdlg.src
@@ -17,63 +17,6 @@
*/
#include "sortdlg.hrc"
-TabPage RID_SCPAGE_SORT_FIELDS
-{
- Hide = TRUE ;
- SVLook = TRUE ;
- HelpId = HID_SCPAGE_SORT_FIELDS ;
- Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT );
- Control CTRL_MANAGESORTKEY
- {
- Pos = MAP_APPFONT( 2, 2 );
- Size = MAP_APPFONT( 256, 181 );
- Border = FALSE;
- DialogControl = TRUE;
- Window WIN_MANAGESORTKEY
- {
- OutputSize = TRUE ;
- Pos = MAP_APPFONT ( 2 , 2 );
- Size = MAP_APPFONT ( 240 , 181 );
- DialogControl = TRUE;
- };
- ScrollBar SB_SORT
- {
- Pos = MAP_APPFONT ( 246 , 2 );
- Size = MAP_APPFONT ( 8 , 181 );
- VScroll = TRUE;
- };
- };
-};
-
-ListBox LB_SORT
-{
- Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 16 ) ;
- Size = MAP_APPFONT ( 154 , 90 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
-};
-RadioButton BTN_UP
-{
- Pos = MAP_APPFONT ( 172 , 11 ) ;
- Size = MAP_APPFONT ( 79 , 10 ) ;
- Text [ en-US ] = "~Ascending" ;
- TabStop = TRUE ;
-};
-RadioButton BTN_DOWN
-{
- Pos = MAP_APPFONT ( 172 , 25 ) ;
- Size = MAP_APPFONT ( 79 , 10 ) ;
- Text [ en-US ] = "~Descending" ;
- TabStop = TRUE ;
-};
-FixedLine FL_SORT
-{
- Pos = MAP_APPFONT ( 6 , 0 ) ;
- Size = MAP_APPFONT ( 240 , 8 ) ;
- Text [ en-US ] = "Sort ~key " ;
-};
-
TabDialog RID_SCDLG_SORT
{
OutputSize = TRUE ;