[Libreoffice-commits] core.git: oox/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 15 06:07:09 UTC 2019


 oox/source/drawingml/diagram/diagramlayoutatoms.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 479626aa7254dc918fd84006b352f0fb68891aeb
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jan 14 18:33:41 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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;


More information about the Libreoffice-commits mailing list