diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-11-18 12:50:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-18 14:08:08 +0000 |
commit | 6019cd9bb5606e0d3c2dfd3acbf3a24eee85ea11 (patch) | |
tree | 03231ddea48217ad0ca0b08af33b2a63a5645493 /vcl/inc/window.h | |
parent | 079852ce8fd9d45f3cc02829c03d0ca6ddd20aa7 (diff) |
want to be able to support non homogeneous buttons in buttonboxes
Change-Id: I7ea4c093d6318a24106542f851cfd58230bc3ea3
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r-- | vcl/inc/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 42998d025b01..87fb5aa331ab 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -396,7 +396,8 @@ public: mbVexpand:1, mbExpand:1, mbFill:1, - mbSecondary:1; + mbSecondary:1, + mbNonHomogeneous:1; ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > mxDNDListenerContainer; }; |