summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLColumnRowGroupExport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLColumnRowGroupExport.cxx')
-rw-r--r--sc/source/filter/xml/XMLColumnRowGroupExport.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLColumnRowGroupExport.cxx b/sc/source/filter/xml/XMLColumnRowGroupExport.cxx
index 4c2929de02e3..6c179692c5d9 100644
--- a/sc/source/filter/xml/XMLColumnRowGroupExport.cxx
+++ b/sc/source/filter/xml/XMLColumnRowGroupExport.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -89,9 +89,9 @@ sal_Bool ScMyOpenCloseColumnRowGroup::IsGroupStart(const sal_Int32 nField)
sal_Int32 nItrField = aItr->nField;
if ( nItrField < nField )
{
- // #103327# when used to find repeated rows at the beginning of a group,
- // aTableStart may contain entries before nField. They must be skipped here
- // (they will be used for OpenGroups later in the right order).
+ // #103327# when used to find repeated rows at the beginning of a group,
+ // aTableStart may contain entries before nField. They must be skipped here
+ // (they will be used for OpenGroups later in the right order).
ScMyColumnRowGroupVec::iterator aEnd(aTableStart.end());
while ( aItr != aEnd && nItrField < nField )