diff options
Diffstat (limited to 'include/svtools/hyperlabel.hxx')
-rw-r--r-- | include/svtools/hyperlabel.hxx | 4 |
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; |