summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-12-07 17:54:30 +0100
committerMathias Bauer <mba@openoffice.org>2009-12-07 17:54:30 +0100
commit6fe28e7c63b208827a1844f1ed260531fc390f7e (patch)
treefe1a64522d8a18f76c523e66c7246aca3155a845 /oox
parent7e4d3b6cce999686bbb3dce094ec78625710dbca (diff)
parent135cf369d7a9d8e2ed5fab06a452579550c451e0 (diff)
next merge
Diffstat (limited to 'oox')
-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" );