diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-24 19:00:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-24 19:00:32 +0100 |
commit | 5f88e8e6492cbd62b990cc18ebdb71a62be52c72 (patch) | |
tree | a6ef3026b68a158641b9601886b071a359f78eae /vcl/inc | |
parent | 54c679f481647890f18151f4db05cfc3eff5d98b (diff) |
this themeing thing doesn't actually do anything
both branches are the same and the set/get aren't
called anyway.
originally introduced with d02f75a8c36705924ddd6a5921fe3012fafce812
Change-Id: I94399bba0fa259bfafcc214e2df15f172d32374f
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/window.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 34fe78c52f18..230e1b07d068 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -396,8 +396,7 @@ public: mbVexpand:1, mbExpand:1, mbFill:1, - mbSecondary:1, - mbIsThemingEnabled:1; + mbSecondary:1; ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > mxDNDListenerContainer; }; |