diff options
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r-- | cui/source/dialogs/cuicharmap.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx index 7c647f39d3b8..4159a31eaa33 100644 --- a/cui/source/dialogs/cuicharmap.cxx +++ b/cui/source/dialogs/cuicharmap.cxx @@ -172,8 +172,9 @@ short SvxCharacterMap::Execute() // class SvxShowText ===================================================== SvxShowText::SvxShowText(Window* pParent, sal_Bool bCenter) -: Control( pParent ), - mbCenter( bCenter) + : Control(pParent) + , mnY(0) + , mbCenter(bCenter) {} extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvxShowText(Window *pParent, VclBuilder::stringmap &) |