summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-06-14 13:25:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-06-14 20:59:14 +0100
commitd311c57f8a439d1b6f127ff1b0a852089dfc3033 (patch)
treecde1a963519f6dd419de8d84c312d1e6f8fdcf4f /sw/source/uibase
parentc37077578deffb79405330967191185967e90b98 (diff)
swuilo-NumberingPreview is now unused
Change-Id: Ieba56962ae1986686ae649ac15ba721a3fbfae5e
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/inc/numprevw.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sw/source/uibase/inc/numprevw.hxx b/sw/source/uibase/inc/numprevw.hxx
index 8b28e2646d9e..cb8cc0b4dedd 100644
--- a/sw/source/uibase/inc/numprevw.hxx
+++ b/sw/source/uibase/inc/numprevw.hxx
@@ -26,22 +26,6 @@
class SwNumRule;
namespace rtl { class OUString; }
-class NumberingPreview : public vcl::Window
-{
- vcl::Font aStdFont;
-
- protected:
- virtual void Paint( vcl::RenderContext& /*rRenderContext*/, const tools::Rectangle& rRect ) override;
-
- public:
- NumberingPreview(vcl::Window* pParent)
- : Window(pParent)
- {
- }
-
- virtual ~NumberingPreview() override;
-};
-
class SwNumberingPreview : public weld::CustomWidgetController
{
const SwNumRule* pActNum;