diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-10 20:31:36 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-11 01:54:40 -0400 |
commit | 17b900c657cac6a510ed63e0ff8eb74a33dcc8db (patch) | |
tree | de4a7b0e271d0773e119a2856a74f3a085883a17 /editeng/inc | |
parent | 328be2536f5911dabb2ae504dc2f4fc348fc994e (diff) |
Added UNSPECIFIED to textfield::Type.
Change-Id: I28fbab54ba71f01b989a47ab357583113e85fccb
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/flditem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editeng/flditem.hxx b/editeng/inc/editeng/flditem.hxx index 03a2cacbe074..40ba0e28b126 100644 --- a/editeng/inc/editeng/flditem.hxx +++ b/editeng/inc/editeng/flditem.hxx @@ -57,7 +57,7 @@ public: static SvxFieldData* Create(const com::sun::star::uno::Reference<com::sun::star::text::XTextContent>& xContent); - SV_DECL_PERSIST1( SvxFieldData, SvPersistBase, UNKNOWN_FIELD) + SV_DECL_PERSIST1( SvxFieldData, SvPersistBase, com::sun::star::text::textfield::Type::UNSPECIFIED) SvxFieldData(); virtual ~SvxFieldData(); |