summaryrefslogtreecommitdiff
path: root/sw/inc/unoframe.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-12 10:45:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-13 08:12:34 +0100
commitb4641df5de7842d6a8fc2c4f839214bf01160c8c (patch)
treeb4ad3b357ad956a7664715d61bd7da9cc568da01 /sw/inc/unoframe.hxx
parent753084a3f73bb8a88412feac7aa40a2750e6e9f3 (diff)
loplugin:unusedmethods
Change-Id: I8ad75d1251df4d6f8097aaa68e4ec92331e38ad4 Reviewed-on: https://gerrit.libreoffice.org/85077 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/unoframe.hxx')
-rw-r--r--sw/inc/unoframe.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx
index 6fcce7a82032..093cfe022222 100644
--- a/sw/inc/unoframe.hxx
+++ b/sw/inc/unoframe.hxx
@@ -159,7 +159,6 @@ public:
bool IsDescriptor() const {return bIsDescriptor;}
void ResetDescriptor();
//copy text from a given source PaM
- void SetSelection(SwPaM& rCopySource);
static SdrObject *GetOrCreateSdrObject(SwFlyFrameFormat &rFormat);
};