oox/source/drawingml/diagram/diagramlayoutatoms.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 479626aa7254dc918fd84006b352f0fb68891aeb Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jan 14 18:33:41 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Tue Jan 15 07:06:44 2019 +0100 Fix typo Change-Id: I8a91600a6559decf5b9a8a576d91a6401c6b92d9 Reviewed-on: https://gerrit.libreoffice.org/66342 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
