diff options
author | David Tardon <dtardon@redhat.com> | 2013-02-06 09:58:51 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-02-07 05:56:07 +0100 |
commit | 72832c448f18381e53cc13dab56df66db21835bd (patch) | |
tree | 8e9aefde0fff80dabd925158e33f8eca5c8417c8 /cui/source/tabpages/tpshadow.cxx | |
parent | b9f7241f522b913eaf885ee029746edf175c7a1c (diff) |
add some missing member initializations
Change-Id: I36bab07a127f90f651f3db67831a37bbb78900ce
Diffstat (limited to 'cui/source/tabpages/tpshadow.cxx')
-rw-r--r-- | cui/source/tabpages/tpshadow.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cui/source/tabpages/tpshadow.cxx b/cui/source/tabpages/tpshadow.cxx index fa87c6ce3615..66faa424301f 100644 --- a/cui/source/tabpages/tpshadow.cxx +++ b/cui/source/tabpages/tpshadow.cxx @@ -63,6 +63,10 @@ SvxShadowTabPage::SvxShadowTabPage( Window* pParent, const SfxItemSet& rInAttrs aMtrTransparent ( this, CUI_RES( MTR_SHADOW_TRANSPARENT ) ), aCtlXRectPreview ( this, CUI_RES( CTL_COLOR_PREVIEW ) ), rOutAttrs ( rInAttrs ), + eRP ( RP_LT ), + nPageType ( 0 ), + nDlgType ( 0 ), + pbAreaTP ( 0 ), bDisable ( sal_False ), pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), aXFillAttr ( pXPool ), |