summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-01-14 18:33:41 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-01-15 07:06:44 +0100
commit479626aa7254dc918fd84006b352f0fb68891aeb (patch)
tree93df9e3f811c25a83d878a75423d2114c2d1216a
parent739a3243944d533d94d244d1464c0b8ec49e214c (diff)
Fix typo
Change-Id: I8a91600a6559decf5b9a8a576d91a6401c6b92d9 Reviewed-on: https://gerrit.libreoffice.org/66342 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--oox/source/drawingml/diagram/diagramlayoutatoms.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx
index 0e091da68b0e..1e68896b1e9c 100644
--- a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx
+++ b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx
@@ -552,7 +552,7 @@ void AlgAtom::layoutShape( const ShapePtr& rShape,
sal_Int32 nCount = rShape->getChildren().size();
- // A manager node's height should be indepdenent from if it has
+ // A manager node's height should be independent from if it has
// assistants and employees, compensate for that.
bool bTop = mnType == XML_hierRoot && rShape->getInternalName() == "hierRoot1";
double fHeightScale = 1.0;