diff options
author | Ingrid Halama [iha] <Ingrid.Halama@oracle.com> | 2010-12-03 23:33:00 +0100 |
---|---|---|
committer | Ingrid Halama [iha] <Ingrid.Halama@oracle.com> | 2010-12-03 23:33:00 +0100 |
commit | b624534a8f258c022caf4ebc96dc60795c790f33 (patch) | |
tree | 12b239827b165533330276ceff0b9fae18d14915 /xmloff/source/chart | |
parent | 32fba607b364d773c5ebb389f2e04c5c626c4536 (diff) |
chart46: #i25706# implement date axis - compiler warnings
Diffstat (limited to 'xmloff/source/chart')
-rw-r--r-- | xmloff/source/chart/SchXMLExport.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index ae89102f9d29..b873132b8d36 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -2499,7 +2499,6 @@ void SchXMLExportHelper_Impl::exportAxes( // write an axis element also if the axis itself is not visible, but a grid or a title - Reference< beans::XPropertySet > xAxisProps; OUString aCategoriesRange; Reference< chart::XAxisSupplier > xAxisSupp( xDiagram, uno::UNO_QUERY ); |