summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-07-15 10:19:32 +0200
committerEike Rathke <erack@redhat.com>2017-07-17 19:15:00 +0200
commit26b52972a8ab15049e63a2518ff8e10d6288d074 (patch)
tree4365c65ec30fde0270a136ac0b66fe04e9c5d98f /sc/source/ui
parente16304c46fddfb73e4aef85333d881ba5350b58d (diff)
Fix typos
Change-Id: I9d2c641b485c32ddccf0bfaaed1d0796572d1d33 Reviewed-on: https://gerrit.libreoffice.org/39477 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/navipi/navipi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx
index 340674c3d0be..650854ec8c2f 100644
--- a/sc/source/ui/navipi/navipi.cxx
+++ b/sc/source/ui/navipi/navipi.cxx
@@ -703,7 +703,7 @@ void ScNavigatorDlg::SetCurrentCell( SCCOL nColNo, SCROW nRowNo )
bUnmark = !pViewData->GetMarkData().IsCellMarked( nColNo, nRowNo );
SfxStringItem aPosItem( SID_CURRENTCELL, aAddr );
- SfxBoolItem aUnmarkItem( FN_PARAM_1, bUnmark ); // cancel selektion
+ SfxBoolItem aUnmarkItem( FN_PARAM_1, bUnmark ); // cancel selection
rBindings.GetDispatcher()->ExecuteList(SID_CURRENTCELL,
SfxCallMode::SYNCHRON | SfxCallMode::RECORD,