cppcheck: uninit member

This commit is contained in:
Caolán McNamara 2010-12-01 20:52:30 +00:00
parent 506b96431c
commit 2d40f9daa5

View file

@ -152,10 +152,11 @@ namespace SVX {
SvxSimpleParagraphDialog::SvxSimpleParagraphDialog( Window* pParent ) :
SfxTabPage( pParent, SVX_RES( RID_SVXPAGE_STD_PARAGRAPH ), rAttr ),
Dialog( pParent, "simple-paragraph.xml", "dialog" ),
aLineSpacingList( this, "line-spacing-list" )
SvxSimpleParagraphDialog::SvxSimpleParagraphDialog( Window* pParent )
: SfxTabPage( pParent, SVX_RES( RID_SVXPAGE_STD_PARAGRAPH ), rAttr )
, Dialog( pParent, "simple-paragraph.xml", "dialog" )
, aLineSpacingList( this, "line-spacing-list" )
, pPrevWin(NULL)
{
fprintf(stderr, "creating res mgr\n");
pMgr = ResMgr::CreateResMgr("SOME_NAME");