diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-14 11:16:25 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-14 11:16:25 +0100 |
commit | a2242be9c3551310027b341db53164ebd78bc6c8 (patch) | |
tree | 75bf8d14bccac43b171488c6e95cd3a31f4031e0 /basctl/source/inc/dlgedview.hxx | |
parent | a6569df130ac16327e4f52498e9925e16f56bf10 (diff) |
removetooltypes01: #i112600# remove tooltypes from basctl
Diffstat (limited to 'basctl/source/inc/dlgedview.hxx')
-rw-r--r-- | basctl/source/inc/dlgedview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/dlgedview.hxx b/basctl/source/inc/dlgedview.hxx index 003c56721cba..9842ed65e3d3 100644 --- a/basctl/source/inc/dlgedview.hxx +++ b/basctl/source/inc/dlgedview.hxx @@ -54,7 +54,7 @@ public: protected: // overloaded to handle HitTest for some objects special using SdrView::CheckSingleSdrObjectHit; - virtual SdrObject* CheckSingleSdrObjectHit(const Point& rPnt, USHORT nTol, SdrObject* pObj, SdrPageView* pPV, ULONG nOptions, const SetOfByte* pMVisLay) const; + virtual SdrObject* CheckSingleSdrObjectHit(const Point& rPnt, sal_uInt16 nTol, SdrObject* pObj, SdrPageView* pPV, sal_uLong nOptions, const SetOfByte* pMVisLay) const; }; #endif //_BASCTL_DLGEDVIEW_HXX |