summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-09 13:51:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-09 14:01:18 +0200
commitf9f3e97ca867db59f2fc2e4fdb5583ed49cab49c (patch)
tree19795a7c6339b999b19049249fa3ff5323570879 /include
parent2bff291ac88ad71f258316a299771b2543f856e4 (diff)
SdrObjEditView::IsTextEditHit effectively ignores its nTol argument
...ever since nTol=0; // Joe am 6.3.1997: Keine Hittoleranz mehr hier had been added into it sometime prior to fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import." So lets assume Joe meant that as a permanent fix rather than a temporal hack (which would have survived for longer than 18 years anyway). Change-Id: Ib30ac8d578f70c861d4c0f5f71bf4c13e9281db8
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdedxv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx
index a6ef4ed8a9d1..a34b9a8e7551 100644
--- a/include/svx/svdedxv.hxx
+++ b/include/svx/svdedxv.hxx
@@ -181,7 +181,7 @@ public:
// This method returns sal_True, if the point rHit is inside the
// objectspace or the OutlinerView.
- bool IsTextEditHit(const Point& rHit, short nTol) const;
+ bool IsTextEditHit(const Point& rHit) const;
// This method returns sal_True, if the point rHit is inside the
// handle-thick frame, which surrounds the OutlinerView at TextFrames.