summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-18 13:33:26 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-18 13:33:26 +0000
commit2d2f36aa8e5c7e46da2a9902ed1fb82733dfe810 (patch)
tree2a54ba7aeb41a41c38662f0cd5c28adc4626cd95 /oox/source
parent336a449a7ea95e23c3a6c06f8f09974160345a0f (diff)
INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED
2008/03/04 10:05:36 dr 1.2.12.2: move XML_ROOT_CONTEXT constant to tokens.hxx 2008/02/21 12:42:06 hbrinkm 1.2.12.1: joined changes from xmlfilter03
Diffstat (limited to 'oox/source')
-rw-r--r--oox/source/token/gentoken.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/token/gentoken.pl b/oox/source/token/gentoken.pl
index b558e432ee7a..6c7c126bc4e2 100644
--- a/oox/source/token/gentoken.pl
+++ b/oox/source/token/gentoken.pl
@@ -48,6 +48,7 @@ foreach( sort( keys( %tokens ) ) )
print ( HXX "const sal_Int32 XML_TOKEN_COUNT = $i;\n" );
print ( HXX "const sal_Int32 XML_TOKEN_INVALID = -1;\n\n" );
+print ( HXX "const sal_Int32 XML_ROOT_CONTEXT = SAL_MAX_INT32;\n\n" );
print ( HXX "#endif\n" );
print ( WORDS " \"\"\n" );