User: timar   
Date: 2008-02-14 18:39:06+0000
Modified:
   hu/src/2.4.0/Patches/i35578-sc-autofilter-empty-nonempty.diff

Log:
 fix

File Changes:

Directory: /hu/src/2.4.0/Patches/
=================================

File [changed]: i35578-sc-autofilter-empty-nonempty.diff
Url: 
http://hu.openoffice.org/source/browse/hu/src/2.4.0/Patches/i35578-sc-autofilter-empty-nonempty.diff?r1=1.3&r2=1.4
Delta lines:  +4 -4
-------------------
--- i35578-sc-autofilter-empty-nonempty.diff    2008-02-14 18:33:41+0000        
1.3
+++ i35578-sc-autofilter-empty-nonempty.diff    2008-02-14 18:39:03+0000        
1.4
@@ -9,16 +9,16 @@
  
  //    Modi fuer die FilterListBox
  enum ScFilterBoxMode
-@@ -711,7 +713,7 @@
+@@ -923,7 +925,7 @@
                long nMaxText = 0;
  
                //      default entries
--        static const USHORT nDefIDs[] = { SCSTR_ALL, SCSTR_STDFILTER, 
SCSTR_TOP10FILTER };
+-        static const USHORT nDefIDs[] = { SCSTR_ALLFILTER, SCSTR_TOP10FILTER, 
SCSTR_STDFILTER };
 +              static const USHORT nDefIDs[] = { SCSTR_ALL, SCSTR_STDFILTER, 
SCSTR_TOP10FILTER, SCSTR_EMPTY, SCSTR_NOTEMPTY };
                const USHORT nDefCount = sizeof(nDefIDs) / sizeof(USHORT);
                for (i=0; i<nDefCount; i++)
                {
-@@ -1087,6 +1089,21 @@
+@@ -1203,6 +1205,21 @@
                                                rNewEntry.eOp   = SC_TOPVAL;
                                                *rNewEntry.pStr = 
String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("10"));
                                        }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to