diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 15:12:38 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 15:12:38 +0000 |
commit | a864927fba499d18712a4b6078db22a7cdb8a4ff (patch) | |
tree | 728a859613fda3edc431dace154d66774934a4c7 /xmloff | |
parent | a4a33e45dfab5b06526da5e175bfc8e9d403c4fd (diff) |
INTEGRATION: CWS xformsdocmodify (1.127.2); FILE MERGED
2008/06/03 20:49:35 fs 1.127.2.1: #i90243# +XML_FORM_MODEL_SETTINGS
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index ee6f2da154e2..057bcf964f68 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: xmltoken.cxx,v $ - * $Revision: 1.128 $ + * $Revision: 1.129 $ * * This file is part of OpenOffice.org. * @@ -3020,6 +3020,9 @@ namespace xmloff { namespace token { TOKEN( "continue-list", XML_CONTINUE_LIST ), TOKEN( "style-override", XML_STYLE_OVERRIDE ), // <-- + // fs: #i90243# + TOKEN( "xforms-settings", XML_XFORM_MODEL_SETTINGS ), + #if OSL_DEBUG_LEVEL > 0 { 0, NULL, NULL, XML_TOKEN_END } #else |