summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/pptx-text.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/pptx-text.cxx')
-rw-r--r--sd/source/filter/eppt/pptx-text.cxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/sd/source/filter/eppt/pptx-text.cxx b/sd/source/filter/eppt/pptx-text.cxx
index fa030624a798..14b760e4d3e7 100644
--- a/sd/source/filter/eppt/pptx-text.cxx
+++ b/sd/source/filter/eppt/pptx-text.cxx
@@ -648,10 +648,7 @@ PortionObj& PortionObj::operator=( const PortionObj& rPortionObj )
ParagraphObj::ParagraphObj(const css::uno::Reference< css::beans::XPropertySet > & rXPropSet,
PPTExBulletProvider* pProv)
- : PropStateValue()
- , SOParagraph()
- , mvPortions()
- , mnTextSize(0)
+ : mnTextSize(0)
, mbFirstParagraph(false)
, mbLastParagraph(false)
, mnTextAdjust(0)
@@ -676,10 +673,7 @@ ParagraphObj::ParagraphObj(const css::uno::Reference< css::beans::XPropertySet >
ParagraphObj::ParagraphObj(css::uno::Reference< css::text::XTextContent > const & rXTextContent,
ParaFlags aParaFlags, FontCollection& rFontCollection, PPTExBulletProvider& rProv )
- : PropStateValue()
- , SOParagraph()
- , mvPortions()
- , mnTextSize(0)
+ : mnTextSize(0)
, mbIsBullet(false)
, mbFirstParagraph( aParaFlags.bFirstParagraph )
, mbLastParagraph( aParaFlags.bLastParagraph )
@@ -1260,7 +1254,6 @@ struct ImplTextObj
ImplTextObj::ImplTextObj( int nInstance )
: mnTextSize(0),
mnInstance(nInstance),
- maList(),
mbHasExtendedBullets(false)
{
}