[Libreoffice-commits] .: sc/inc sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Dec 5 03:51:30 PST 2012


 sc/inc/helpids.h             |    1 
 sc/source/ui/inc/sortdlg.hrc |    6 ----
 sc/source/ui/src/sortdlg.src |   57 -------------------------------------------
 3 files changed, 64 deletions(-)

New commits:
commit e27338143b4f8aaf8653e28a5bd6e123c7718128
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Dec 5 11:51:09 2012 +0000

    drop now unused sort resources
    
    Change-Id: I2192872005f6cd1e85b359f209c8450034a010b1

diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h
index 846591c..eb63a42 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 09409be..9834781 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 b26763e..d8b6c6a 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 ;


More information about the Libreoffice-commits mailing list