summaryrefslogtreecommitdiff
path: root/include/svx/dlgctrl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-29 11:58:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-30 16:14:36 +0200
commitb878bd3fe9cdc2ad0180b05892b7feeaa06b9c8d (patch)
tree4f930db36d7a64faf3b2ffa0d373d8486985f0f4 /include/svx/dlgctrl.hxx
parent0749b68fe14ef8687c9fa28133a960f66add1fc7 (diff)
rename XRectPreview back to SvxXRectPreview
Change-Id: I5d684a651c075104cfb2f2bd73303a2e7f5a7fdd Reviewed-on: https://gerrit.libreoffice.org/61138 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/dlgctrl.hxx')
-rw-r--r--include/svx/dlgctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index a6a1910956ab..90c4fc6e8f6d 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -398,15 +398,15 @@ public:
virtual Size GetOptimalSize() const override;
};
-class SAL_WARN_UNUSED SVX_DLLPUBLIC XRectPreview : public PreviewBase
+class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxXRectPreview : public PreviewBase
{
private:
SdrObject* mpRectangleObject;
public:
- XRectPreview();
+ SvxXRectPreview();
virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) override;
- virtual ~XRectPreview() override;
+ virtual ~SvxXRectPreview() override;
void SetAttributes(const SfxItemSet& rItemSet);