summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2018-08-10 19:46:59 +0200
committerTomaž Vajngerl <quikee@gmail.com>2018-08-20 18:17:25 +0200
commit89e913cfbfd46b2579eede3c392ae360c3a0afcb (patch)
tree66d499c03b5371f7c0de08aa4b426a7f7ea1e16e /include
parent591b7a689928cf428f63cb31adc5bbe6b56da231 (diff)
Fix wizard step text styling
Moves all the SetTextColor handing into ApplySettings and just changes the ControlBackground depending on step state. Change-Id: I96234b6353afada7bc77e2f641a160c1cf25f48d Reviewed-on: https://gerrit.libreoffice.org/58857 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> (cherry picked from commit a6a2cc8f0e6501b92988accee2c3674dcfb05a2f) Reviewed-on: https://gerrit.libreoffice.org/59320
Diffstat (limited to 'include')
-rw-r--r--include/svtools/hyperlabel.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svtools/hyperlabel.hxx b/include/svtools/hyperlabel.hxx
index e7bc9d6c30b5..bd86801724ae 100644
--- a/include/svtools/hyperlabel.hxx
+++ b/include/svtools/hyperlabel.hxx
@@ -42,9 +42,6 @@ namespace svt
virtual void GetFocus() override;
virtual void LoseFocus() override;
- void DeactivateHyperMode(vcl::Font aFont, const Color aColor);
- void ActivateHyperMode(vcl::Font aFont, const Color aColor);
-
void implInit();
using FixedText::CalcMinimumSize;
@@ -55,6 +52,7 @@ namespace svt
virtual void dispose() override;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
+ virtual void ApplySettings(vcl::RenderContext& rRenderContext) override;
void SetID( sal_Int16 ID );
sal_Int16 GetID() const;