diff options
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 ); |