summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/dview.hxx
diff options
context:
space:
mode:
authorMichael T. Whiteley <mike@whiteley.org>2011-12-07 02:33:51 -0800
committerTor Lillqvist <tlillqvist@suse.com>2011-12-08 11:32:41 +0200
commitdcfd4beb213c551f6ef6ba379651bf303bd9017a (patch)
treea819f50716357c2a5561f6b9a09809cfc52d7dbf /sw/source/core/inc/dview.hxx
parentad2eb6c4ba3ca36e2302c721a106dac80d266325 (diff)
childs -> children
Diffstat (limited to 'sw/source/core/inc/dview.hxx')
-rw-r--r--sw/source/core/inc/dview.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/dview.hxx b/sw/source/core/inc/dview.hxx
index 52e6c26eb65b..b90f70e5b23c 100644
--- a/sw/source/core/inc/dview.hxx
+++ b/sw/source/core/inc/dview.hxx
@@ -54,7 +54,7 @@ class SwDrawView : public FmFormView
@param <_rParentObj>
input parameter - 'parent' object, for which the maximal order number
- for its 'childs' will be determined.
+ for its 'children' will be determined.
@param <_pExclChildObj>
optional input parameter - 'child' object, which will not be considered
@@ -70,9 +70,9 @@ class SwDrawView : public FmFormView
input parameter - moved object, for which the 'repeated' ones have also
to be moved.
- @param <_rMovedChildsObjs>
+ @param <_rMovedChildrenObjs>
input parameter - data collection of moved 'child' objects - the 'repeated'
- ones of these 'childs' will also been moved.
+ ones of these 'children' will also been moved.
*/
void _MoveRepeatedObjs( const SwAnchoredObject& _rMovedAnchoredObj,
const std::vector<SdrObject*>& _rMovedChildObjs ) const;