diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-04 10:53:28 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-09 10:16:12 +0100 |
commit | 7e189aa4b752efcc5a4ac275c48810c7314a871e (patch) | |
tree | c2aa40c9de7517eb7082485cb013405a880ddd36 /sw/source/uibase/docvw | |
parent | 5fb18e1517327a59bdc2ec68133281f0a9c5fcac (diff) |
Use SwCrsrShell::SelTblBox()
The only user of SwCrsrShell::SelectCell() can actually use SelTblBox()
instead.
Change-Id: I286a3d8c25834dd08897f0cfc37a3ec31a89ce7a
Diffstat (limited to 'sw/source/uibase/docvw')
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 981b5380074c..7dc3c0c1938e 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -3414,7 +3414,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt) // Double click did not select any word: try to // select the current cell in case we are in a // table. - rSh.SelectCell(); + rSh.SelTblBox(); } g_bHoldSelection = true; return; |