summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-12-07 15:15:42 +0100
committerKurt Zenker <kz@openoffice.org>2009-12-07 15:15:42 +0100
commit135cf369d7a9d8e2ed5fab06a452579550c451e0 (patch)
tree391388acdeb40b61a8f9524b8edd80763b07e7a0
parent7ab6cb224dcfb37aaad31731c3d73ee063af3b8f (diff)
masterfix: #i10000# fixed WaE on linux and solaris non pro
Notes
split repo tag: filters_ooo/DEV300_m67
-rw-r--r--oox/source/dump/biffdumper.cxx2
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" );