[Libreoffice-commits] .: toolkit/workben
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Dec 1 13:01:33 PST 2010
toolkit/workben/layout/simple-paragraph.cxx | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
New commits:
commit 82a83e49999ad1797c4388ef179deb03a2564d7f
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Dec 1 20:52:30 2010 +0000
cppcheck: uninit member
diff --git a/toolkit/workben/layout/simple-paragraph.cxx b/toolkit/workben/layout/simple-paragraph.cxx
index aade63d..d355b4e 100644
--- a/toolkit/workben/layout/simple-paragraph.cxx
+++ b/toolkit/workben/layout/simple-paragraph.cxx
@@ -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");
More information about the Libreoffice-commits
mailing list