summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/msfilter/svdfppt.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index 8157cbf0b1da..b55f926ea2c3 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -4341,9 +4341,10 @@ PPTParaPropSet& PPTParaPropSet::operator=( PPTParaPropSet& rParaPropSet )
}
PPTCharPropSet::PPTCharPropSet( sal_uInt32 nParagraph ) :
- mnParagraph ( nParagraph ),
- mpFieldItem ( NULL ),
- pCharSet ( new ImplPPTCharPropSet )
+ : mnOriginalTextPos(0)
+ , mnParagraph(nParagraph)
+ , mpFieldItem(NULL)
+ , pCharSet(new ImplPPTCharPropSet)
{
mnHylinkOrigColor = 0;
mbIsHyperlink = false;