summaryrefslogtreecommitdiffstats
path: root/include/editeng/CustomPropertyField.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2018-07-11 21:53:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-13 08:38:57 +0200
commitddef60b9c26b1d2990c6c49dbbda73e7831f21fb (patch)
tree011cbead2168b4620536d840a9ff983f20b1dcdd /include/editeng/CustomPropertyField.hxx
parenttdf#65353 separate autostyle collection and export (diff)
downloadcore-ddef60b9c26b1d2990c6c49dbbda73e7831f21fb.tar.gz
core-ddef60b9c26b1d2990c6c49dbbda73e7831f21fb.zip
pass SvxFieldData around by std::unique_ptr
Change-Id: I9c826547d348000dd6c80e45d833e048caae0ed8 Reviewed-on: https://gerrit.libreoffice.org/57308 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/CustomPropertyField.hxx')
-rw-r--r--include/editeng/CustomPropertyField.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/CustomPropertyField.hxx b/include/editeng/CustomPropertyField.hxx
index 5ee612cc74a7..43580ac4b178 100644
--- a/include/editeng/CustomPropertyField.hxx
+++ b/include/editeng/CustomPropertyField.hxx
@@ -36,7 +36,7 @@ public:
SV_DECL_PERSIST1(CustomPropertyField, css::text::textfield::Type::DOCINFO_CUSTOM)
- virtual tools::SvRef<SvxFieldData> Clone() const override;
+ virtual std::unique_ptr<SvxFieldData> Clone() const override;
virtual bool operator==(const SvxFieldData&) const override;
virtual MetaAction* createBeginComment() const override;