diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-19 10:31:47 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-23 11:55:36 +0000 |
commit | 47f62540bd2c2f107313bb0c6f141cd4460b6379 (patch) | |
tree | 61ec53ad77ba995bea7e154ed7267974c372a4a1 /sw/inc/swbaslnk.hxx | |
parent | bb45874129d36f96439a45b1eb0c8c03a2956782 (diff) |
loplugin:unusedmethods in sw
Change-Id: I05e224bcc7d2b08cf1349c14e3acf274d422e109
Reviewed-on: https://gerrit.libreoffice.org/25145
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/swbaslnk.hxx')
-rw-r--r-- | sw/inc/swbaslnk.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/swbaslnk.hxx b/sw/inc/swbaslnk.hxx index e5b292a997cf..b50f84a3c851 100644 --- a/sw/inc/swbaslnk.hxx +++ b/sw/inc/swbaslnk.hxx @@ -31,9 +31,6 @@ class SwBaseLink : public ::sfx2::SvBaseLink bool bNoDataFlag : 1; bool bIgnoreDataChanged : 1; -protected: - SwBaseLink() {} - public: SwBaseLink( SfxLinkUpdateMode nMode, SotClipboardFormatId nFormat, SwContentNode* pNode = nullptr ) |