diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-05-20 11:30:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-05-20 11:30:29 +0000 |
commit | d108d1ebd9a6eb5970cdea78efa18f1524e0fa8a (patch) | |
tree | 79d2e3cbc296a6a5a25ac7478fc710a2ad1213bb /oox/source | |
parent | 360db50b7e2d20ca5893a91077b88ccf1ec4ff8f (diff) |
#i10000#: IncludeHiddenCells -> PROP_IncludeHiddenCells
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/drawingml/chart/chartspaceconverter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/chart/chartspaceconverter.cxx b/oox/source/drawingml/chart/chartspaceconverter.cxx index 7c4bfdb99e41..e6e62af3b5d2 100644 --- a/oox/source/drawingml/chart/chartspaceconverter.cxx +++ b/oox/source/drawingml/chart/chartspaceconverter.cxx @@ -151,7 +151,7 @@ void ChartSpaceConverter::convertFromModel() if( xStandardApiChartDoc.is() ) { PropertySet aStandardApiDiagramProp( xStandardApiChartDoc->getDiagram() ); - aStandardApiDiagramProp.setProperty( CREATE_OUSTRING("IncludeHiddenCells"), !mrModel.mbPlotVisOnly ); + aStandardApiDiagramProp.setProperty( PROP_IncludeHiddenCells, !mrModel.mbPlotVisOnly ); } } |