summaryrefslogtreecommitdiff
path: root/include/editeng/svxrtf.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-29 15:51:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-30 07:21:54 +0100
commitc26f644db80e10f755911d277aac0e1d42731d29 (patch)
tree0e29bad26101cdfdebcd3d385e02154243564ffa /include/editeng/svxrtf.hxx
parent5ecc8e79d84c985fc5835b941924541c135eeeec (diff)
loplugin:unusedmethods
Change-Id: I9188f4579900d7eec375754aa94d21ac4e8456e2 Reviewed-on: https://gerrit.libreoffice.org/45504 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/svxrtf.hxx')
-rw-r--r--include/editeng/svxrtf.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index 76b7bea7df8e..abba52d1c214 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -61,7 +61,6 @@ class EditNodeIdx
public:
EditNodeIdx(EditEngine* pEE, ContentNode* pNd);
sal_Int32 GetIdx() const;
- EditNodeIdx* Clone() const; // Cloning itself
ContentNode* GetNode() { return mpNode; }
private:
EditEngine* mpEditEngine;