summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeexport3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/shapeexport3.cxx')
-rw-r--r--xmloff/source/draw/shapeexport3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport3.cxx b/xmloff/source/draw/shapeexport3.cxx
index a3b1cc437bcd..b2d6cbb7e864 100644
--- a/xmloff/source/draw/shapeexport3.cxx
+++ b/xmloff/source/draw/shapeexport3.cxx
@@ -437,7 +437,7 @@ void XMLShapeExport::export3DLamps( const com::sun::star::uno::Reference< com::s
sal_Bool bLightOnOff = false;
for(sal_Int32 nLamp = 1; nLamp <= 8; nLamp++)
{
- aIndexStr = OUString::valueOf( nLamp );
+ aIndexStr = OUString::number( nLamp );
// lightcolor
aPropName = aColorPropName;