summaryrefslogtreecommitdiffstats
path: root/include/editeng/CustomPropertyField.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2018-07-14 16:46:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-16 08:39:11 +0200
commit99876774fbcd5409ca6a6a15c44ecd39a117236f (patch)
treecfec7927d18397bd9f3ff2dd8c87fafa57eb0ee2 /include/editeng/CustomPropertyField.hxx
parentloplugin:useuniqueptr in SwHistory (diff)
downloadcore-99876774fbcd5409ca6a6a15c44ecd39a117236f.tar.gz
core-99876774fbcd5409ca6a6a15c44ecd39a117236f.zip
SvPersistBase no longer necessary
Change-Id: I928c0898d77d30bd6ca755d07acac6f78b20563b Reviewed-on: https://gerrit.libreoffice.org/57436 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 43580ac4b178..fbfc0410f727 100644
--- a/include/editeng/CustomPropertyField.hxx
+++ b/include/editeng/CustomPropertyField.hxx
@@ -34,7 +34,7 @@ public:
virtual ~CustomPropertyField() override;
- SV_DECL_PERSIST1(CustomPropertyField, css::text::textfield::Type::DOCINFO_CUSTOM)
+ virtual sal_Int32 GetClassId() const override { return css::text::textfield::Type::DOCINFO_CUSTOM; }
virtual std::unique_ptr<SvxFieldData> Clone() const override;
virtual bool operator==(const SvxFieldData&) const override;