diff options
Diffstat (limited to 'oox/source/token/properties.pl')
-rw-r--r-- | oox/source/token/properties.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/token/properties.pl b/oox/source/token/properties.pl index 3a8e87208410..d2a2d80153ef 100644 --- a/oox/source/token/properties.pl +++ b/oox/source/token/properties.pl @@ -53,7 +53,6 @@ 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 ); |