summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/unmovss.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/unmovss.cxx')
-rw-r--r--sd/source/ui/func/unmovss.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/unmovss.cxx b/sd/source/ui/func/unmovss.cxx
index 5cff556a6f8c..2b3d2b0d4484 100644
--- a/sd/source/ui/func/unmovss.cxx
+++ b/sd/source/ui/func/unmovss.cxx
@@ -68,7 +68,7 @@ void SdMoveStyleSheetsUndoAction::Undo()
pPool->Insert((*iter).get());
}
- // now assign the childs again
+ // now assign the children again
std::vector< SdStyleSheetVector >::iterator childlistiter( maListOfChildLists.begin() );
for(SdStyleSheetVector::iterator iter = maStyles.begin(); iter != maStyles.end(); ++iter, ++childlistiter )
{