diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-08-28 15:59:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-29 09:03:06 +0200 |
commit | a1f31211920bfae1a21ea375fa5280c9c6595e15 (patch) | |
tree | bf6d48d211beee038b99511c36116ecf72de94b2 /include | |
parent | 6dbae37b8d2d2d1ecad85c772fd684803b5a52cb (diff) |
remove 1 pixel white band in XRectPreview
Change-Id: I3089f9305b8142e2c78405a4f9ae6a2066e90cfa
Reviewed-on: https://gerrit.libreoffice.org/59725
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dlgctrl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index eb587a299378..a355c50e2907 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -478,6 +478,7 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC XRectPreview : public PreviewBase private: SdrObject* mpRectangleObject; + tools::Rectangle GetPreviewSize() const; public: XRectPreview(); virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) override; |