diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-08-06 00:02:24 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-08-16 21:52:28 +0200 |
commit | 9585ba198bfe5d3c9f0c0eb5aafd2344aece2eea (patch) | |
tree | 88413838b1a452e9173fc297cf74018145d5cb12 /include/svx | |
parent | 384cb5ff7b9227002206422d0bf4e75795d5f5cc (diff) |
Delete commented-out declaration of function members
Change-Id: I118b7a788ee62f75af8b7669cad285952f0e968a
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdmrkv.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx index 1401b919b517..0189d3c12fa8 100644 --- a/include/svx/svdmrkv.hxx +++ b/include/svx/svdmrkv.hxx @@ -282,7 +282,6 @@ public: // SDRSEARCH_WHOLEPAGE virtual bool PickObj(const Point& rPnt, short nTol, SdrObject*& rpObj, SdrPageView*& rpPV, sal_uIntPtr nOptions, SdrObject** ppRootObj, size_t* pnMarkNum=NULL, sal_uInt16* pnPassNum=NULL) const; virtual bool PickObj(const Point& rPnt, short nTol, SdrObject*& rpObj, SdrPageView*& rpPV, sal_uIntPtr nOptions=0) const; - // bool PickObj(const Point& rPnt, SdrObject*& rpObj, SdrPageView*& rpPV, sal_uIntPtr nOptions=0) const { return PickObj(rPnt,nHitTolLog,rpObj,rpPV,nOptions); } bool MarkObj(const Point& rPnt, short nTol=-2, bool bToggle=false, bool bDeep=false); // Pick: Supported options for nOptions are SDRSEARCH_PASS2BOUND und SDRSEARCH_PASS3NEAREST |