summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-09-03 17:53:47 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-09-03 17:53:47 +0200
commitcda727307f4b2c4d31c0d9a013e9501327faaae5 (patch)
tree8de6bf87031c3d4694c20d78e3783a9ceb1c1e94 /tools
parentaf7411cd1f375c28b3ff280352e42f5425fbb302 (diff)
dba34a: removed SvLBox'es (and friends) Set/GetWindowBits. They were used in parallel to Window's
Set/GetStyle, with WB_* values which overlapped with existing (generic) WB_* bits. Since this overlapping has been removed, there's no need to have both Style and WindowBits at those classes. Should remove some source of confusion and error (and, well, perhaps introduce some new errors :) ).
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/wintypes.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/inc/tools/wintypes.hxx b/tools/inc/tools/wintypes.hxx
index 7d6296b76e8c..2e1762ed4757 100644
--- a/tools/inc/tools/wintypes.hxx
+++ b/tools/inc/tools/wintypes.hxx
@@ -277,6 +277,11 @@ typedef sal_Int64 WinBits;
#define WB_HASBUTTONS ((WinBits)0x00800000)
#define WB_HASLINES ((WinBits)0x01000000)
#define WB_HASLINESATROOT ((WinBits)0x02000000)
+#define WB_HASBUTTONSATROOT ((WinBits)0x04000000)
+#define WB_NOINITIALSELECTION ((WinBits)0x08000000)
+#define WB_HIDESELECTION ((WinBits)0x10000000)
+#define WB_FORCE_MAKEVISIBLE ((WinBits)0x20000000)
+
// For FileOpen Dialog
#define WB_PATH ((WinBits)0x00100000)