diff options
Diffstat (limited to 'xmloff/source/xforms/SchemaContext.cxx')
-rw-r--r-- | xmloff/source/xforms/SchemaContext.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/xforms/SchemaContext.cxx b/xmloff/source/xforms/SchemaContext.cxx index 6c19cbfa019a..3ca81f850e93 100644 --- a/xmloff/source/xforms/SchemaContext.cxx +++ b/xmloff/source/xforms/SchemaContext.cxx @@ -34,12 +34,12 @@ using com::sun::star::xforms::XDataTypeRepository; using namespace xmloff::token; -static const SvXMLTokenMapEntry aAttributes[] = +const SvXMLTokenMapEntry aAttributes[] = { XML_TOKEN_MAP_END }; -static const SvXMLTokenMapEntry aChildren[] = +const SvXMLTokenMapEntry aChildren[] = { TOKEN_MAP_ENTRY( XSD, SIMPLETYPE ), XML_TOKEN_MAP_END |