summaryrefslogtreecommitdiff
path: root/svx/source/form/navigatortree.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/navigatortree.cxx')
-rw-r--r--svx/source/form/navigatortree.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx
index d54ead014955..a1f49fb34a13 100644
--- a/svx/source/form/navigatortree.cxx
+++ b/svx/source/form/navigatortree.cxx
@@ -808,7 +808,7 @@ namespace svxform
// 5) a control or form will be dropped onto a control which is _not_ a sibling (dropping onto a sibling
// means moving the control)
- // collect the ancestors of the drop targte (speeds up 3)
+ // collect the ancestors of the drop target (speeds up 3)
SvLBoxEntrySortedArray arrDropAnchestors;
SvTreeListEntry* pLoop = _pTargetEntry;
while (pLoop)