diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-11-14 16:30:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-15 08:35:08 +0100 |
commit | 92857b181a715de08bd4264f4dc4161367d2b3c7 (patch) | |
tree | c0b32abcba4cd20d09c2fc964ce87cf4329f5fca /reportdesign | |
parent | b56abc20eb198057d65ff40575a53cf1e29cf086 (diff) |
tdf#145323 reportbuilder Moving a field corrupts the field
regression from
commit 09cb778b6eb7d3a5b9029965a1320b49c90e7295
clean up SdrObject cloning
Change-Id: I7f234dee1dca704195eeebba874c80e73c7abe91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125196
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/core/sdr/RptObject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/core/sdr/RptObject.cxx b/reportdesign/source/core/sdr/RptObject.cxx index 284fc4c9c5ae..b4bc3b4fb28c 100644 --- a/reportdesign/source/core/sdr/RptObject.cxx +++ b/reportdesign/source/core/sdr/RptObject.cxx @@ -587,7 +587,7 @@ OUnoObject::OUnoObject( OUnoObject::OUnoObject( SdrModel& rSdrModel, OUnoObject const & rSource) -: SdrUnoObj(rSdrModel, rSource.getUnoControlModelTypeName()) +: SdrUnoObj(rSdrModel, rSource) ,OObjectBase(rSource.getServiceName()) ,m_nObjectType(rSource.m_nObjectType) // tdf#119067 |