diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-02-19 01:32:54 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-02-19 01:34:12 +0100 |
commit | 5fb41ae3920cd635fa42057e1623aa21bcb53167 (patch) | |
tree | 44ec880ae1a428393ec81e61c385315c951b4b56 /oox | |
parent | b13534de022972131b46f93f5ada90af155eec9e (diff) |
document one more place where MSO 2007 export wrong values
Change-Id: Ic35f1188e66cf89f203b34f354a2c4b11f1f65a2
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/chart/chartspacefragment.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/chart/chartspacefragment.cxx b/oox/source/drawingml/chart/chartspacefragment.cxx index 7117877618b4..ac12bf53c555 100644 --- a/oox/source/drawingml/chart/chartspacefragment.cxx +++ b/oox/source/drawingml/chart/chartspacefragment.cxx @@ -81,7 +81,7 @@ ContextHandlerRef ChartSpaceFragment::onCreateContext( sal_Int32 nElement, const switch( nElement ) { case C_TOKEN( autoTitleDeleted ): - mrModel.mbAutoTitleDel = rAttribs.getBool( XML_val, true ); + mrModel.mbAutoTitleDel = rAttribs.getBool( XML_val, true ); // TODO: OOXML_spec return 0; case C_TOKEN( backWall ): return new WallFloorContext( *this, mrModel.mxBackWall.create() ); |