summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-15 09:11:52 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-15 13:53:21 +0100
commita6b69a9384801f77f4cc30a366a45561c28eab3e (patch)
tree983661741b4081501f37365afa84a08b761000e7 /oox
parenttdf#114488 Rank multiple images also for flat odf (diff)
downloadcore-a6b69a9384801f77f4cc30a366a45561c28eab3e.tar.gz
core-a6b69a9384801f77f4cc30a366a45561c28eab3e.zip
Fix typo
Change-Id: I51c97356c9c2939f2d94d6388c829a179ca00daa Reviewed-on: https://gerrit.libreoffice.org/47853 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/diagram/layoutatomvisitors.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/diagram/layoutatomvisitors.cxx b/oox/source/drawingml/diagram/layoutatomvisitors.cxx
index 7e951bc20eba..ce8e6ab72b9e 100644
--- a/oox/source/drawingml/diagram/layoutatomvisitors.cxx
+++ b/oox/source/drawingml/diagram/layoutatomvisitors.cxx
@@ -51,7 +51,7 @@ void ShapeCreationVisitor::visit(ForEachAtom& rAtom)
sal_Int32 nChildren=1;
if( rAtom.iterator().mnPtType == XML_node )
{
- // cound child data nodes - check all child Atoms for "name"
+ // count child data nodes - check all child Atoms for "name"
// attribute that is contained in diagram's
// getPointsPresNameMap()
ShallowPresNameVisitor aVisitor(mrDgm);