summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/detdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/detdata.cxx')
-rw-r--r--sc/source/core/tool/detdata.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/tool/detdata.cxx b/sc/source/core/tool/detdata.cxx
index 075187105461..5f813ce6b303 100644
--- a/sc/source/core/tool/detdata.cxx
+++ b/sc/source/core/tool/detdata.cxx
@@ -2,7 +2,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
@@ -108,8 +108,8 @@ BOOL ScDetOpList::operator==( const ScDetOpList& r ) const
USHORT nCount = Count();
BOOL bEqual = ( nCount == r.Count() );
- for (USHORT i=0; i<nCount && bEqual; i++) // Reihenfolge muss auch gleich sein
- if ( !(*(*this)[i] == *r[i]) ) // Eintraege unterschiedlich ?
+ for (USHORT i=0; i<nCount && bEqual; i++) // Reihenfolge muss auch gleich sein
+ if ( !(*(*this)[i] == *r[i]) ) // Eintraege unterschiedlich ?
bEqual = FALSE;
return bEqual;