summaryrefslogtreecommitdiff
path: root/oox/source/token/properties.pl
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/token/properties.pl')
-rw-r--r--oox/source/token/properties.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/token/properties.pl b/oox/source/token/properties.pl
index d2a2d80153ef..3a8e87208410 100644
--- a/oox/source/token/properties.pl
+++ b/oox/source/token/properties.pl
@@ -53,6 +53,7 @@ foreach( sort( keys( %props ) ) )
print( IDFILE "const sal_Int32 PROP_COUNT = $i;\n" );
print( IDFILE "const sal_Int32 PROP_INVALID = -1;\n" );
+print( IDFILE "const sal_Int32 PROP_END_LIST = -2;\n" );
close( IDFILE );
close( NAMEFILE );