diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:54:45 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:31 +0100 |
commit | 1db5a63365b6e35267d0a12ad0c0ab95b1256e75 (patch) | |
tree | d3c56dfbb5dee72a280526c7aee0fe0993dd605b /svx | |
parent | 5e04ec1e7d5adc9f14ea803d765aa42f8b0e08cd (diff) |
typo: selektion -> selection
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/table/tablecontroller.cxx | 2 |
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(); |