summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/textliststyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/textliststyle.cxx')
-rw-r--r--oox/source/drawingml/textliststyle.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/drawingml/textliststyle.cxx b/oox/source/drawingml/textliststyle.cxx
index 15475ddcacb0..645cd64b4792 100644
--- a/oox/source/drawingml/textliststyle.cxx
+++ b/oox/source/drawingml/textliststyle.cxx
@@ -23,6 +23,7 @@
namespace oox { namespace drawingml {
TextListStyle::TextListStyle()
+ : mbHasListStyleOnImport(false)
{
for ( int i = 0; i < 9; i++ )
{
@@ -36,6 +37,7 @@ TextListStyle::~TextListStyle()
}
TextListStyle::TextListStyle(const TextListStyle& rStyle)
+ : mbHasListStyleOnImport(false)
{
assert(rStyle.maListStyle.size() == 9);
assert(rStyle.maAggregationListStyle.size() == 9);