diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-25 00:42:27 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-25 07:07:25 +0200 |
commit | 5ccc8124a03cffca3a1848f754524a06a063cb51 (patch) | |
tree | 3456a0c42c38a1936680a4266fbb76c4d585025f /xmloff/source | |
parent | ed882d693f37779e3a09641e7cd43b7a925d2312 (diff) |
Fix typos
Change-Id: I59a0fd175fa5185c15d093d2d9bed9f95bb4cfd5
Reviewed-on: https://gerrit.libreoffice.org/76280
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/shapeimport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeimport.cxx b/xmloff/source/draw/shapeimport.cxx index ef688690005f..bc7851676f6a 100644 --- a/xmloff/source/draw/shapeimport.cxx +++ b/xmloff/source/draw/shapeimport.cxx @@ -932,7 +932,7 @@ void XMLShapeImportHelper::restoreConnections() aLine3Delta = xConnector->getPropertyValue(aStr3); // #86637# simply setting these values WILL force the connector to do - // an new layout promptly. So the line delta values have to be rescued + // a new layout promptly. So the line delta values have to be rescued // and restored around connector changes. uno::Reference< drawing::XShape > xShape( mrImporter.getInterfaceToIdentifierMapper().getReference( rHint.aDestShapeId ), uno::UNO_QUERY ); |