[Libreoffice-commits] core.git: oox/source

Markus Mohrhard markus.mohrhard at collabora.co.uk
Wed Feb 18 16:34:41 PST 2015


 oox/source/drawingml/chart/chartspacefragment.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5fb41ae3920cd635fa42057e1623aa21bcb53167
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Thu Feb 19 01:32:54 2015 +0100

    document one more place where MSO 2007 export wrong values
    
    Change-Id: Ic35f1188e66cf89f203b34f354a2c4b11f1f65a2

diff --git a/oox/source/drawingml/chart/chartspacefragment.cxx b/oox/source/drawingml/chart/chartspacefragment.cxx
index 7117877..ac12bf5 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() );


More information about the Libreoffice-commits mailing list