summaryrefslogtreecommitdiff
path: root/include/svx/sdr
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr')
-rw-r--r--include/svx/sdr/properties/properties.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/sdr/properties/properties.hxx b/include/svx/sdr/properties/properties.hxx
index e1b9a5f269cb..3a49400f5d76 100644
--- a/include/svx/sdr/properties/properties.hxx
+++ b/include/svx/sdr/properties/properties.hxx
@@ -79,10 +79,6 @@ namespace sdr
// basic constructor, used from SdrObject.
explicit BaseProperties(SdrObject& rObj);
- // constructor for copying, but using new object. Used from the Clone()
- // method.
- BaseProperties(const BaseProperties& rProps, SdrObject& rObj);
-
// destructor
virtual ~BaseProperties();