summaryrefslogtreecommitdiff
path: root/svx/inc/sdr
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-04 12:21:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 08:41:46 +0200
commit44bc7fc5609a4930e7236b43cf445920a2a3bc77 (patch)
treed4656ca85645d82b1eadd9fe7e08137e078c66c6 /svx/inc/sdr
parent57f1934bdaa747f6e671419aa040e140d235f937 (diff)
loplugin:checkunusedparams in svx(part2)
Change-Id: I608d504b64336e1cb2fc32a46908bef0cffed3bd Reviewed-on: https://gerrit.libreoffice.org/37229 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc/sdr')
-rw-r--r--svx/inc/sdr/properties/emptyproperties.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/inc/sdr/properties/emptyproperties.hxx b/svx/inc/sdr/properties/emptyproperties.hxx
index d8c1f3e18499..dad630be6fe9 100644
--- a/svx/inc/sdr/properties/emptyproperties.hxx
+++ b/svx/inc/sdr/properties/emptyproperties.hxx
@@ -52,9 +52,6 @@ namespace sdr
// basic constructor
explicit EmptyProperties(SdrObject& rObj);
- // constructor for copying, but using new object
- EmptyProperties(const EmptyProperties& rProps, SdrObject& rObj);
-
// destructor
virtual ~EmptyProperties() override;