diff options
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 0a15329c31ec..3d56c547811e 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -34,6 +34,7 @@ #include <xmloff/xmltkmap.hxx> #include <rtl/ustrbuf.hxx> #include <vector> +#include "txtfld.hxx" namespace com::sun::star { namespace xml::sax { class XAttributeList; } @@ -795,6 +796,7 @@ class XMLReferenceFieldImportContext final : public XMLTextFieldImportContext sal_Int32 nElementToken; sal_Int16 nSource; sal_Int16 nType; + sal_uInt16 nFlags; bool bNameOK; bool bTypeOK; |