diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-07-22 11:27:24 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-22 15:08:24 +0000 |
commit | 94ceda8b2fea37587424b664e17fa9ee8b01e158 (patch) | |
tree | 5fbb91821ece8c93c60d35dd34bd43a5a91ba9fe /include/vcl/ctrl.hxx | |
parent | b1760dc3320bfb44568243359124d2615e69e18d (diff) |
tdf#92600: Restore ability to apply font settings to controls
SmShowSymbol handles font/fg/bg settings by itself, so make
ApplySettings noop there.
This partially reverts commit b010e4074e5d5ee3a3905f1351f04efafe937c2a
Change-Id: Ib5074684ef1277d9b9b4646bd73dce4cbff3943e
Reviewed-on: https://gerrit.libreoffice.org/17288
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/ctrl.hxx')
-rw-r--r-- | include/vcl/ctrl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/ctrl.hxx b/include/vcl/ctrl.hxx index d33982b78da3..0f689d04ebe6 100644 --- a/include/vcl/ctrl.hxx +++ b/include/vcl/ctrl.hxx @@ -41,8 +41,6 @@ protected: private: bool mbHasControlFocus; - bool mbFont; - bool mbForeground; bool mbShowAccelerator; Link<> maGetFocusHdl; Link<> maLoseFocusHdl; |