diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-12-07 15:15:42 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-12-07 15:15:42 +0100 |
commit | 135cf369d7a9d8e2ed5fab06a452579550c451e0 (patch) | |
tree | 391388acdeb40b61a8f9524b8edd80763b07e7a0 /oox/source/dump/biffdumper.cxx | |
parent | 7ab6cb224dcfb37aaad31731c3d73ee063af3b8f (diff) |
masterfix: #i10000# fixed WaE on linux and solaris non pro
Notes
Notes:
split repo tag: filters_ooo/DEV300_m67
Diffstat (limited to 'oox/source/dump/biffdumper.cxx')
-rw-r--r-- | oox/source/dump/biffdumper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/dump/biffdumper.cxx b/oox/source/dump/biffdumper.cxx index f891e8881456..1eb5d390ccf3 100644 --- a/oox/source/dump/biffdumper.cxx +++ b/oox/source/dump/biffdumper.cxx @@ -3207,7 +3207,7 @@ void WorkbookStreamObject::dumpXfExtProp() for( sal_Int32 nStop = 0, nStopCount = dumpDec< sal_Int32 >( "stop-count" ); (nStop < nStopCount) && !in().isEof(); ++nStop ) { writeEmptyItem( "#stop" ); - IndentGuard aIndGuard( out() ); + IndentGuard aIndGuard2( out() ); sal_uInt16 nColorType = dumpExtColorType< sal_uInt16 >(); dumpExtColorValue( nColorType ); dumpDec< double >( "stop-pos" ); |