summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/ControlContainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/toolpanel/ControlContainer.cxx')
-rw-r--r--sd/source/ui/toolpanel/ControlContainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/toolpanel/ControlContainer.cxx b/sd/source/ui/toolpanel/ControlContainer.cxx
index 5ee7280ad980..25c3cf30ce67 100644
--- a/sd/source/ui/toolpanel/ControlContainer.cxx
+++ b/sd/source/ui/toolpanel/ControlContainer.cxx
@@ -122,7 +122,7 @@ void ControlContainer::SetExpansionState (
// control then that is always expanded.
do
{
- // Ignore a call with an invalid index. (The seperate comparison
+ // Ignore a call with an invalid index. (The separate comparison
// with -1 is not strictly necessary but it is here just in
// case.)
if (nIndex>=GetControlCount() || nIndex==(sal_uInt32)-1)