summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/sidebar/shadow/ShadowPropertyPanel.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx b/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx
index a027abc8ef92..45ca00375aaf 100644
--- a/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx
+++ b/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx
@@ -71,7 +71,10 @@ ShadowPropertyPanel::ShadowPropertyPanel(
maShadowXDistanceController(SID_ATTR_SHADOW_XDISTANCE, *pBindings, *this),
maShadowYDistanceController(SID_ATTR_SHADOW_YDISTANCE, *pBindings, *this),
mxFrame(rxFrame),
- mpBindings(pBindings)
+ mpBindings(pBindings),
+ nX(0),
+ nY(0),
+ nXY(0)
{
get(mpShowShadow,"SHOW_SHADOW");
get(mpFTAngle,"angle");