summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/externalrefmgr.cxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-12-05 19:08:39 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-08 07:21:01 +0100
commit818f9e4017d16d6a48265638393dec4f9ed30649 (patch)
tree49ffd3b3d172fb405b4a4a7ed6b13066a7a5e9ff /sc/source/ui/docshell/externalrefmgr.cxx
parent4c84edef794294e2341aaa6da775100d6ac285ba (diff)
clang-tidy modernize-use-equals-default in sc/source/ui
Change-Id: I827e05835838508eb83053a3de80dfa5f53cb685 Reviewed-on: https://gerrit.libreoffice.org/46046 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/docshell/externalrefmgr.cxx')
-rw-r--r--sc/source/ui/docshell/externalrefmgr.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx
index 9cee85bee434..fb10655bfb09 100644
--- a/sc/source/ui/docshell/externalrefmgr.cxx
+++ b/sc/source/ui/docshell/externalrefmgr.cxx
@@ -117,9 +117,6 @@ public:
NotifyLinkListener(sal_uInt16 nFileId, ScExternalRefManager::LinkUpdateType eType) :
mnFileId(nFileId), meType(eType) {}
- NotifyLinkListener(const NotifyLinkListener& r) :
- mnFileId(r.mnFileId), meType(r.meType) {}
-
void operator() (ScExternalRefManager::LinkListener* p) const
{
p->notify(mnFileId, meType);