summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2011-08-05 16:27:29 +0200
committerCaolán McNamara <caolanm@redhat.com>2011-08-05 15:57:47 +0100
commit02c7b52cf5aaa726b660b8be23ae95acc5efc4e6 (patch)
treefc025f82ebd0817a6b8d69d31f6189e005f30a73 /svtools
parentfix a crash seen debugging dodgy dbaccess+mailmerge stuff (diff)
downloadcore-02c7b52cf5aaa726b660b8be23ae95acc5efc4e6.tar.gz
core-02c7b52cf5aaa726b660b8be23ae95acc5efc4e6.zip
make FILEVIEW_SHOW_NONE disjoint of FILEVIEW_SHOW_ALL
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/fileview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/fileview.hxx b/svtools/inc/svtools/fileview.hxx
index 5500836a5da6..75422e4b185e 100644
--- a/svtools/inc/svtools/fileview.hxx
+++ b/svtools/inc/svtools/fileview.hxx
@@ -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;