make FILEVIEW_SHOW_NONE disjoint of FILEVIEW_SHOW_ALL
This commit is contained in:
parent
b71f754feb
commit
02c7b52cf5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
#define FILEVIEW_SHOW_SIZE 0x0020
|
#define FILEVIEW_SHOW_SIZE 0x0020
|
||||||
#define FILEVIEW_SHOW_DATE 0x0040
|
#define FILEVIEW_SHOW_DATE 0x0040
|
||||||
#define FILEVIEW_SHOW_ALL 0x0070
|
#define FILEVIEW_SHOW_ALL 0x0070
|
||||||
#define FILEVIEW_SHOW_NONE 0x00A0
|
#define FILEVIEW_SHOW_NONE 0x0080
|
||||||
|
|
||||||
class ViewTabListBox_Impl;
|
class ViewTabListBox_Impl;
|
||||||
class SvtFileView_Impl;
|
class SvtFileView_Impl;
|
||||||
|
|
Loading…
Reference in a new issue