summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorhb <hbrinkm@openoffice.org>2011-03-24 10:26:52 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 16:18:55 +0200
commit5d24f82098aaca0a0a24048bc28d1d206c5ab6aa (patch)
treee0a10fe9f72f453aacfb6f67928123dd541f85b9 /oox
parentb23794a4429caca9a6a29e13d3a78e53d5936d4b (diff)
writerfilter10: make compile on unxsols4.pro [hg:b26ee4159e52]
Diffstat (limited to 'oox')
-rw-r--r--oox/source/token/properties.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/token/properties.pl b/oox/source/token/properties.pl
index 448cec632343..9f1262b02df5 100644
--- a/oox/source/token/properties.pl
+++ b/oox/source/token/properties.pl
@@ -53,5 +53,5 @@ while( <> ) {
if( $op == 1 ) {
print( "const sal_Int32 PROP_COUNT = $i;\nconst sal_Int32 PROP_INVALID = -1;\n" );
} elsif( $op == 2 ) {
- print( " \"\"" );
+ print( " \"\"\n" );
}