summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/flditem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/flditem.hxx')
-rw-r--r--editeng/inc/editeng/flditem.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/editeng/inc/editeng/flditem.hxx b/editeng/inc/editeng/flditem.hxx
index 46ddc3413cbc..03a2cacbe074 100644
--- a/editeng/inc/editeng/flditem.hxx
+++ b/editeng/inc/editeng/flditem.hxx
@@ -53,9 +53,11 @@ class MetaAction;
class EDITENG_DLLPUBLIC SvxFieldData : public SvPersistBase
{
public:
+ static const sal_Int32 UNKNOWN_FIELD;
+
static SvxFieldData* Create(const com::sun::star::uno::Reference<com::sun::star::text::XTextContent>& xContent);
- SV_DECL_PERSIST1( SvxFieldData, SvPersistBase, -1 )
+ SV_DECL_PERSIST1( SvxFieldData, SvPersistBase, UNKNOWN_FIELD)
SvxFieldData();
virtual ~SvxFieldData();