summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpcolor.cxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-02-06 09:58:51 +0100
committerDavid Tardon <dtardon@redhat.com>2013-02-07 05:56:07 +0100
commit72832c448f18381e53cc13dab56df66db21835bd (patch)
tree8e9aefde0fff80dabd925158e33f8eca5c8417c8 /cui/source/tabpages/tpcolor.cxx
parentb9f7241f522b913eaf885ee029746edf175c7a1c (diff)
add some missing member initializations
Change-Id: I36bab07a127f90f651f3db67831a37bbb78900ce
Diffstat (limited to 'cui/source/tabpages/tpcolor.cxx')
-rw-r--r--cui/source/tabpages/tpcolor.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx
index 97b397fb132a..ac0c085f962d 100644
--- a/cui/source/tabpages/tpcolor.cxx
+++ b/cui/source/tabpages/tpcolor.cxx
@@ -306,6 +306,7 @@ SvxColorTabPage::SvxColorTabPage(Window* pParent, const SfxItemSet& rInAttrs)
, pShadow ( new SvxColorTabPageShadow() )
, rOutAttrs ( rInAttrs )
// All the horrific pointers we store and should not
+ , pnColorListState( 0 )
, pPageType( NULL )
, pDlgType( NULL )
, pPos( NULL )