Kaydet (Commit) 02c7b52c authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane Kaydeden (comit) Caolán McNamara

make FILEVIEW_SHOW_NONE disjoint of FILEVIEW_SHOW_ALL

üst b71f754f
...@@ -47,7 +47,7 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment