diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2014-05-29 17:41:34 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2014-05-29 17:55:50 +0200 |
commit | 1380ddf85a29d2450f09d200d47ea21e69bf555d (patch) | |
tree | 9e96aefb7f686130c5bfd436b1833cf15178ad7d /include/vcl | |
parent | ef530d0a2c0f68da7011f935ff4775defc6d4651 (diff) |
Allow STYLE_OPTION_MONO to be unset from toolkit-created window
This was keeping form controls (e.g. CheckBox and RadioButton) to
transition from flat style to 3d style, while the 3d-to-flat
transition was allowed, making flat some unescapable pit of doom.
Whatever the goal of that pinning, it will have to be achieved in a
different way.
Change-Id: Icc4dfb9673a7dfe4a7d8726fbfd23f75499f8b41
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/ctrl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/ctrl.hxx b/include/vcl/ctrl.hxx index 4c707327ede2..e4ed1e408f8c 100644 --- a/include/vcl/ctrl.hxx +++ b/include/vcl/ctrl.hxx @@ -136,7 +136,6 @@ public: virtual bool Notify( NotifyEvent& rNEvt ) SAL_OVERRIDE; virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE; virtual void Resize() SAL_OVERRIDE; - virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE; // invalidates layout data virtual void SetText( const OUString& rStr ) SAL_OVERRIDE; |