summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2014-12-20 00:19:09 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2014-12-20 00:20:58 +0100
commitaeeff83595a176805d74ad4e35d946eb6a8e1b25 (patch)
treec669a4f2b02e39af799e1a6af829d8cafbdcae67 /xmloff
parentd2929cdc1a337769ee3b64b81f8454329c9d4cbb (diff)
fix build
Change-Id: Ia528bd301e2f2ee1f7f3b009e3b9c3f395a4dcdb
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/shapeexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index f8d417c7dc3d..4981626aa273 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -248,7 +248,7 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap
if( xPropSet.is() )
xPropSet->getPropertyValue(msZIndex) >>= nZIndex;
else
- nZindex = 0;
+ nZIndex = 0;
}
ImplXMLShapeExportInfoVector& aShapeInfoVector = (*maCurrentShapesIter).second;
@@ -614,7 +614,7 @@ void XMLShapeExport::exportShape(const uno::Reference< drawing::XShape >& xShape
if( xSet.is() )
xSet->getPropertyValue(msZIndex) >>= nZIndex;
else
- nZindex = 0;
+ nZIndex = 0;
}
ImplXMLShapeExportInfoVector& aShapeInfoVector = (*maCurrentShapesIter).second;