[Libreoffice-commits] core.git: xmloff/source
Lionel Elie Mamane
lionel at mamane.lu
Fri Dec 19 15:23:07 PST 2014
xmloff/source/draw/shapeexport.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit aeeff83595a176805d74ad4e35d946eb6a8e1b25
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Sat Dec 20 00:19:09 2014 +0100
fix build
Change-Id: Ia528bd301e2f2ee1f7f3b009e3b9c3f395a4dcdb
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index f8d417c..4981626 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;
More information about the Libreoffice-commits
mailing list