summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-12-12 23:33:31 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-12-12 23:33:56 +0100
commitb174251ca6e8f2fd2059fdf340c38e67d1dec3b2 (patch)
tree6b9932cba3c49c6da6b2ac2f0b3e3a33c54a0eaf /svx
parent1321ae8ceba1801cd75322d6cf51ab53bac86b2a (diff)
Typo: strucure->structure
Change-Id: I41e0731ddafc39ebcff1c3d8984f4f4f69d35aaf
Diffstat (limited to 'svx')
-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 02a1f9cf70ad..d3c8f9783470 100644
--- a/svx/source/form/navigatortree.cxx
+++ b/svx/source/form/navigatortree.cxx
@@ -1706,7 +1706,7 @@ namespace svxform
// somewhere). In case I'd first delete the structure, then the controls, the UNDO would not work
// (since UNDO then would mean to first restore the controls, then the structure, means their parent
// form). The other way round, the EntryDatas would be invalid, if I'd first delete the controls and
- // then go on to the strucure. This means I have to delete the forms *after* the normal controls, so
+ // then go on to the structure. This means I have to delete the forms *after* the normal controls, so
// that during UNDO, they're restored in the proper order.
pFormShell->GetImpl()->EnableTrackProperties(false);
for (SvLBoxEntrySortedArray::reverse_iterator it = m_arrCurrentSelection.rbegin();