From 135cf369d7a9d8e2ed5fab06a452579550c451e0 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 7 Dec 2009 15:15:42 +0100 Subject: masterfix: #i10000# fixed WaE on linux and solaris non pro --- oox/source/dump/biffdumper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox') 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" ); -- cgit