summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLExport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/SchXMLExport.cxx')
-rw-r--r--xmloff/source/chart/SchXMLExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx
index b1c58a0458a8..ef7d581edd96 100644
--- a/xmloff/source/chart/SchXMLExport.cxx
+++ b/xmloff/source/chart/SchXMLExport.cxx
@@ -874,7 +874,7 @@ lcl_TableData lcl_getDataForLocalTable(
Sequence< Any >& rTarget = rComplexAnyLabels[nN];
rTarget.realloc( rSource.getLength() );
for( sal_Int32 i=0; i<rSource.getLength(); i++ )
- rTarget[i] = uno::makeAny( rSource[i] );
+ rTarget[i] <<= rSource[i];
}
}
catch( const uno::Exception & rEx )