Kaydet (Commit) b3a85fbc authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix searched attribute for 3D chart shape, tdf114169

Change-Id: Ic0642d4b223db121bdf5968af73811af8571bd72
Reviewed-on: https://gerrit.libreoffice.org/46614Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 194412c9
......@@ -474,7 +474,7 @@ ContextHandlerRef BarSeriesContext::onCreateContext( sal_Int32 nElement, const A
case C_TOKEN( pictureOptions ):
return new PictureOptionsContext( *this, mrModel.mxPicOptions.create(bMSO2007Doc) );
case C_TOKEN( shape ):
mrModel.monShape = rAttribs.getToken( bMSO2007Doc ? XML_val : XML_box );
mrModel.monShape = rAttribs.getToken(XML_val);
return nullptr;
case C_TOKEN( trendline ):
return new TrendlineContext( *this, mrModel.maTrendlines.create(bMSO2007Doc) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment