summaryrefslogtreecommitdiffstats
path: root/editeng/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-10 20:31:36 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-11 01:54:40 -0400
commit17b900c657cac6a510ed63e0ff8eb74a33dcc8db (patch)
treede4a7b0e271d0773e119a2856a74f3a085883a17 /editeng/inc
parentReturn correct presentation strings for fields. (diff)
downloadcore-17b900c657cac6a510ed63e0ff8eb74a33dcc8db.tar.gz
core-17b900c657cac6a510ed63e0ff8eb74a33dcc8db.zip
Added UNSPECIFIED to textfield::Type.
Change-Id: I28fbab54ba71f01b989a47ab357583113e85fccb
Diffstat (limited to 'editeng/inc')
-rw-r--r--editeng/inc/editeng/flditem.hxx2
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();