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
commit2fbea9dc9607aef61cfd3a3f6cd8468a1ba33514 (patch)
treedb5b55e352f072822ce61d1945f9c8e6c6d54e21
parentbc532b091918fa8a8def59cb28e8b8cd88c7ef4d (diff)
masterfix: #i10000# fixed WaE on linux and solaris non proooo/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 f891e8881..1eb5d390c 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" );