summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
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);