summaryrefslogtreecommitdiff
path: root/vcl/inc/window.h
diff options
context:
space:
mode:
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 d23934ea2425..31e3fecdfaa2 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -382,7 +382,8 @@ public:
mbDisableAccessibleLabeledByRelation:1,
mbHelpTextDynamic:1,
mbFakeFocusSet:1,
- mbInterceptChildWindowKeyDown:1;
+ mbInterceptChildWindowKeyDown:1,
+ mbIsThemingEnabled;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > mxDNDListenerContainer;
};