diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-02-17 11:44:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-02-17 14:51:23 +0100 |
commit | 2cbf83e20889351e2d2a6e29e5c7d9250af58647 (patch) | |
tree | 9cea9bf90ff8bfcf79e7d2b827fdea9bdfdf8ad1 /svx/inc/sdr | |
parent | 51648c8de8dc060abc8dff1af105acfccadab77d (diff) |
loplugin:unusedmethods
Change-Id: I58c60262ca543bafb4db4433dbb98b195f7571ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130063
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc/sdr')
-rw-r--r-- | svx/inc/sdr/properties/groupproperties.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/inc/sdr/properties/groupproperties.hxx b/svx/inc/sdr/properties/groupproperties.hxx index cc658a89a8b0..a5798440f983 100644 --- a/svx/inc/sdr/properties/groupproperties.hxx +++ b/svx/inc/sdr/properties/groupproperties.hxx @@ -34,9 +34,6 @@ namespace sdr::properties // basic constructor explicit GroupProperties(SdrObject& rObj); - // copy constructor - GroupProperties(const GroupProperties& rProps, SdrObject& rObj); - // destructor virtual ~GroupProperties() override; |