diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-10-28 00:38:20 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-10-28 04:00:32 +0100 |
commit | 8522572cdd27f62a031bb07c9cf7f6f85e8453ad (patch) | |
tree | 58888ee2d1aad031249b0974d23db4adef186520 /oox | |
parent | fd855967e0474323e22c9d27152d271826a43821 (diff) |
Fix typos
Change-Id: I4a718b73adcfa0871b94dde92c047593640350a4
Reviewed-on: https://gerrit.libreoffice.org/62458
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/diagram/diagramlayoutatoms.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx index 78fd0c97481e..8acceb2a942f 100644 --- a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx +++ b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx @@ -382,7 +382,7 @@ void AlgAtom::layoutShape( const ShapePtr& rShape, if (nIncY == -1) aCurrPos.Y = rShape->getSize().Height - aChildSize.Height; - // Find out which contraint is relevant for which (internal) name. + // Find out which constraint is relevant for which (internal) name. LayoutPropertyMap aProperties; for (const auto& rConstraint : rConstraints) { |