diff options
author | Henry Castro <hcastro@collabora.com> | 2016-07-20 20:26:52 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2016-07-21 13:30:01 +0000 |
commit | 29c892dfbe608312b0c07aaf10af4bcf9cdedc55 (patch) | |
tree | daf60d7c206e631cb95c5c6245d327569ac9fdb7 /include | |
parent | 0d8cc6e3a1e110ccdd260cbceb769f0a8083ae26 (diff) |
sd lok: fix hard to select a full table
It requires a precise mouse down button in the rectangle border bounds
to select a full table, so it has added a tolerance value.
Change-Id: Ia8213ae452f93cd2faa957a50246638d1eb2198e
Reviewed-on: https://gerrit.libreoffice.org/27356
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdotable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx index b39a9c65a76e..c627546bfc46 100644 --- a/include/svx/svdotable.hxx +++ b/include/svx/svdotable.hxx @@ -127,7 +127,7 @@ public: const sdr::table::TableStyleSettings& getTableStyleSettings() const; void setTableStyleSettings( const sdr::table::TableStyleSettings& rStyle ); - TableHitKind CheckTableHit( const Point& rPos, sal_Int32& rnX, sal_Int32& rnY ) const; + TableHitKind CheckTableHit( const Point& rPos, sal_Int32& rnX, sal_Int32& rnY, const sal_uInt16 aTol = 0 ) const; void uno_lock(); void uno_unlock(); |