diff options
author | Daniel Rentz <dr@openoffice.org> | 2010-05-17 14:10:13 +0200 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2010-05-17 14:10:13 +0200 |
commit | ac07edec79149c8e90846b8a794a893e91c65c0d (patch) | |
tree | 9ec7b58bbe980286922a3d088bbc1809449a5d76 /oox/source/dump | |
parent | a5858e6d95685ee5f54b0879b42529c3df49ee83 (diff) |
npower13_objectmodules: #i111007# do not close output stream of tempfile for OLE storage too early
Diffstat (limited to 'oox/source/dump')
-rw-r--r-- | oox/source/dump/oledumper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/dump/oledumper.cxx b/oox/source/dump/oledumper.cxx index 4e358801a513..cc49ee050ea6 100644 --- a/oox/source/dump/oledumper.cxx +++ b/oox/source/dump/oledumper.cxx @@ -942,7 +942,7 @@ void ComCtlTreeViewObject::implDumpProperties() mnStringFlags = dumpHex< sal_uInt32 >( "string-flags", "COMCTL-TREEVIEW-STRINGFLAGS" ); } -void ComCtlTreeViewObject::implDumpCommonExtra( sal_Int64 nEndPos ) +void ComCtlTreeViewObject::implDumpCommonExtra( sal_Int64 /*nEndPos*/ ) { dumpOleColor( "text-color" ); dumpOleColor( "back-color" ); |