User: timar Date: 2008-02-14 15:28:41+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.1&r2=1.2 Delta lines: +5 -5 ------------------- --- i35578-sc-autofilter-empty-nonempty.diff 2008-02-12 16:43:39+0000 1.1 +++ i35578-sc-autofilter-empty-nonempty.diff 2008-02-14 15:28:39+0000 1.2 @@ -2,8 +2,8 @@ +++ sc/source/ui/view/gridwin.cxx 2004-10-11 11:22:24.000000000 +0530 @@ -159,6 +159,8 @@ #define SC_AUTOFILTER_ALL 0 - #define SC_AUTOFILTER_CUSTOM 1 - #define SC_AUTOFILTER_TOP10 2 + #define SC_AUTOFILTER_TOP10 1 + #define SC_AUTOFILTER_CUSTOM 2 +#define SC_AUTOFILTER_EMPTY 3 +#define SC_AUTOFILTER_NOTEMPTY 4 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
