make FILEVIEW_SHOW_NONE disjoint of FILEVIEW_SHOW_ALL

This commit is contained in:
Lionel Elie Mamane 2011-08-05 16:27:29 +02:00 committed by Caolán McNamara
parent b71f754feb
commit 02c7b52cf5

View file

@ -47,7 +47,7 @@
#define FILEVIEW_SHOW_SIZE 0x0020
#define FILEVIEW_SHOW_DATE 0x0040
#define FILEVIEW_SHOW_ALL 0x0070
#define FILEVIEW_SHOW_NONE 0x00A0
#define FILEVIEW_SHOW_NONE 0x0080
class ViewTabListBox_Impl;
class SvtFileView_Impl;