summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-05-20 11:30:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-05-20 11:30:29 +0000
commitd108d1ebd9a6eb5970cdea78efa18f1524e0fa8a (patch)
tree79d2e3cbc296a6a5a25ac7478fc710a2ad1213bb /oox
parent360db50b7e2d20ca5893a91077b88ccf1ec4ff8f (diff)
#i10000#: IncludeHiddenCells -> PROP_IncludeHiddenCells
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/chart/chartspaceconverter.cxx2
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 );
}
}