summaryrefslogtreecommitdiff
path: root/vcl/inc/window.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-20 12:57:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-22 09:13:39 +0100
commitca6aa93fd448203a08b65b8b2c2db762f991d4d5 (patch)
tree78f96d2606db43984bd8154400d3ed7b0cffe19f /vcl/inc/window.h
parent324e116a2e454526891b674da58d07061406f868 (diff)
add infrastructure for secondary button groups
Change-Id: I5fd1bbc31a0259e92f6eb23beef5d3c77b74eed8
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r--vcl/inc/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index cb48d04118d8..7f16bba19ef1 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -403,7 +403,8 @@ public:
mbHexpand:1,
mbVexpand:1,
mbExpand:1,
- mbFill:1;
+ mbFill:1,
+ mbSecondary:1;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > mxDNDListenerContainer;
};