diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dlgctrl.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 922574ab9517..76f9d2c697c5 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -428,11 +428,14 @@ public: class SVX_DLLPUBLIC SvxXShadowPreview : public SvxPreviewBase { private: - SdrObject* mpRectangleObject; - SdrObject* mpRectangleShadow; + Point maShadowOffset; + + SdrObject* mpRectangleObject; + SdrObject* mpRectangleShadow; public: - SvxXShadowPreview( Window* pParent, const ResId& rResId ); + SvxXShadowPreview(Window *pParent); + virtual ~SvxXShadowPreview(); void SetRectangleAttributes(const SfxItemSet& rItemSet); |