diff options
Diffstat (limited to 'include/cui/numberingpreview.hxx')
-rw-r--r-- | include/cui/numberingpreview.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/cui/numberingpreview.hxx b/include/cui/numberingpreview.hxx index 979773df6f72..8a7883522bf0 100644 --- a/include/cui/numberingpreview.hxx +++ b/include/cui/numberingpreview.hxx @@ -6,14 +6,13 @@ #include <vcl/customweld.hxx> /// Provides the preview to show how looks bullet or numbering format before the apply. -class CUI_DLLPUBLIC SvxNumberingPreview : public weld::CustomWidgetController +class CUI_DLLPUBLIC SvxNumberingPreview final : public weld::CustomWidgetController { const SvxNumRule* pActNum; vcl::Font aStdFont; bool bPosition; sal_uInt16 nActLevel; -protected: virtual void Paint(vcl::RenderContext& rRenderContext, const ::tools::Rectangle& rRect) override; |