summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-29 11:55:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-30 16:14:25 +0200
commit0749b68fe14ef8687c9fa28133a960f66add1fc7 (patch)
tree8b446de77a4ac4fd4739d3ee21fbb3c13a5239fe /include/svx
parent3e719d72ed64b0690ebef2dda1d56a0d28bc0c0e (diff)
drop unused SvxXRectPreview
Change-Id: I7e43c0e1e12be40cfecbe6614430e9291efe8c2e Reviewed-on: https://gerrit.libreoffice.org/61137 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/dlgctrl.hxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index a74c96180b1d..a6a1910956ab 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -398,28 +398,6 @@ public:
virtual Size GetOptimalSize() const override;
};
-/*************************************************************************
-|*
-|* SvxXRectPreview
-|*
-\************************************************************************/
-
-class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxXRectPreview : public SvxPreviewBase
-{
-private:
- SdrObject* mpRectangleObject;
-
-public:
- SvxXRectPreview(vcl::Window* pParent);
- virtual ~SvxXRectPreview() override;
- virtual void dispose() override;
-
- void SetAttributes(const SfxItemSet& rItemSet);
-
- virtual void Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect ) override;
- virtual void Resize() override;
-};
-
class SAL_WARN_UNUSED SVX_DLLPUBLIC XRectPreview : public PreviewBase
{
private: