summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:54:45 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:31 +0100
commit1db5a63365b6e35267d0a12ad0c0ab95b1256e75 (patch)
treed3c56dfbb5dee72a280526c7aee0fe0993dd605b /svx
parent5e04ec1e7d5adc9f14ea803d765aa42f8b0e08cd (diff)
typo: selektion -> selection
Diffstat (limited to 'svx')
-rw-r--r--svx/source/table/tablecontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx
index 42b9c4631720..7fef31665bdb 100644
--- a/svx/source/table/tablecontroller.cxx
+++ b/svx/source/table/tablecontroller.cxx
@@ -271,7 +271,7 @@ bool SvxTableController::onMouseButtonDown(const MouseEvent& rMEvt, Window* pWin
if( rMEvt.IsRight() && eHit != SDRTABLEHIT_NONE )
return true; // right click will become context menu
- // for cell selektion with the mouse remember our first hit
+ // for cell selection with the mouse remember our first hit
if( mbLeftButtonDown )
{
RemoveSelection();