diff options
Diffstat (limited to 'include/svx/nbdtmg.hxx')
-rw-r--r-- | include/svx/nbdtmg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/nbdtmg.hxx b/include/svx/nbdtmg.hxx index bad5c14e9d7d..028b4571f135 100644 --- a/include/svx/nbdtmg.hxx +++ b/include/svx/nbdtmg.hxx @@ -97,12 +97,12 @@ class SVX_DLLPUBLIC BulletsSettings_Impl:public BulletsSettings { public: sal_Unicode cBulletChar; - //rtl::OUString sBulletFont; Font aFont; public: - BulletsSettings_Impl(NBType eTy) : - BulletsSettings(eTy) + BulletsSettings_Impl(NBType eTy) + : BulletsSettings(eTy) + , cBulletChar(0) {} virtual ~BulletsSettings_Impl(){} }; |