summaryrefslogtreecommitdiff
path: root/sc/inc/documentlinkmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-28 09:58:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-28 13:31:49 +0200
commit2fbb97367ac93eb11429382f31fa6417eec76f8d (patch)
tree91b03fca5308c5fbe19bb309192bb75591e1f810 /sc/inc/documentlinkmgr.hxx
parentd664a01f3be81572526d1136c261d86c12f5af90 (diff)
loplugin:unusedmethods
Change-Id: I5f9ef043d76c55f2c761fd08a2bc1dae66b675c8 Reviewed-on: https://gerrit.libreoffice.org/61073 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/documentlinkmgr.hxx')
-rw-r--r--sc/inc/documentlinkmgr.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/documentlinkmgr.hxx b/sc/inc/documentlinkmgr.hxx
index 26531245fbb8..b0c85826b4db 100644
--- a/sc/inc/documentlinkmgr.hxx
+++ b/sc/inc/documentlinkmgr.hxx
@@ -62,7 +62,6 @@ public:
size_t getDdeLinkCount() const;
- void disconnectDdeLinks();
private:
bool hasDdeOrOleOrWebServiceLinks(bool bDde, bool bOle, bool bWebService) const;
};