cppcheck: uninit member
This commit is contained in:
parent
506b96431c
commit
2d40f9daa5
1 changed files with 5 additions and 4 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue