summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-10 14:18:33 +0200
committerMichael Stahl <mstahl@redhat.com>2017-08-10 21:29:27 +0200
commit3bf6b6d9ba2914d10b6b215c87838f9f4a24cefc (patch)
tree4287fd570c3a6a5f4dbf100c2f2f170de5f7679a /sw
parent4a3016be1b5271affcc9e1f338c463dd727ebe53 (diff)
Fix typos
Change-Id: Ia138abbdb81f0c324721118d487392757f779a96 Reviewed-on: https://gerrit.libreoffice.org/40971 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/ribbar/workctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/ribbar/workctrl.cxx b/sw/source/uibase/ribbar/workctrl.cxx
index 2e39915a9743..1e90edefb888 100644
--- a/sw/source/uibase/ribbar/workctrl.cxx
+++ b/sw/source/uibase/ribbar/workctrl.cxx
@@ -751,7 +751,7 @@ void NavElementBox_Impl::Select()
if ( !IsTravelSelect() )
{
sal_uInt16 nPos = GetSelectEntryPos();
- // adjust array index for Ids after NID_PREV in aNavigationInsterIds
+ // adjust array index for Ids after NID_PREV in aNavigationInsertIds
if ( nPos >= NID_COUNT/2 - 1 )
++nPos;