summaryrefslogtreecommitdiff
path: root/include/svx/svdobj.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-16 09:49:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 12:18:39 +0000
commit1d852b32d7ad89b2317c04958060f366f8922ca4 (patch)
tree69720512c5675dfad89d00e1134b46faff5eb7b6 /include/svx/svdobj.hxx
parent383b75f4f516d6a5d256ffc08bc0e7836520447b (diff)
loplugin:unusedmethods svx
Change-Id: I92158457b3ffaaf7c84c6f4c87708d766c8c9f61 Reviewed-on: https://gerrit.libreoffice.org/17117 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/svdobj.hxx')
-rw-r--r--include/svx/svdobj.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 3bc77dfbe11b..652cd9f5fa1d 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -368,7 +368,6 @@ public:
Point GetGridOffset() const { return aGridOffset; }
void SetGridOffset( const Point& rGridOffset ){ aGridOffset = rGridOffset; }
protected:
- void ImpDeleteUserData();
Rectangle ImpDragCalcRect(const SdrDragStat& rDrag) const;
// for GetDragComment
@@ -445,13 +444,6 @@ public:
SdrObjUserCall* GetUserCall() const { return pUserCall;}
void SendUserCall(SdrUserCallType eUserCall, const Rectangle& rBoundRect) const;
- // Such a reference point is for instance:
- // - a symbol's point that should snap to the raster when inserting the symbol
- // - or an image's fix point within an animation object
- virtual bool HasRefPoint() const;
- virtual Point GetRefPoint() const;
- virtual void SetRefPoint(const Point& rPnt);
-
// #i68101#
// An object may have a user-set Name (Get/SetName()), e.g SdrGrafObj, SdrObjGroup
// or SdrOle2Obj.
@@ -790,9 +782,6 @@ public:
void NbcMirrorGluePoints(const Point& rRef1, const Point& rRef2);
void NbcShearGluePoints (const Point& rRef, long nAngle, double tn, bool bVShear);
- // is object an edge?
- virtual bool IsEdge() const;
-
// if bTail1 is true, line start, otherwise line end
// if pObj is null disconnect
virtual void ConnectToNode(bool bTail1, SdrObject* pObj);