summaryrefslogtreecommitdiff
path: root/sc/source/core/data/cell2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/cell2.cxx')
-rw-r--r--sc/source/core/data/cell2.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/core/data/cell2.cxx b/sc/source/core/data/cell2.cxx
index 4e1823b97b6a..7471fdb92a33 100644
--- a/sc/source/core/data/cell2.cxx
+++ b/sc/source/core/data/cell2.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
@@ -320,7 +320,7 @@ lcl_checkRangeDimensions(
const bool bSameCols(lcl_checkRangeDimension(rRef1, rRef2, lcl_GetCol));
const bool bSameRows(lcl_checkRangeDimension(rRef1, rRef2, lcl_GetRow));
const bool bSameTabs(lcl_checkRangeDimension(rRef1, rRef2, lcl_GetTab));
-
+
// Test if exactly two dimensions are equal
if (!(bSameCols ^ bSameRows ^ bSameTabs)
&& (bSameCols || bSameRows || bSameTabs))
@@ -765,9 +765,9 @@ ScFormulaCell::HasRefListExpressibleAsOneReference(ScRange& rRange) const
intersection must be empty set.
*/
- // Detect the simple case of exactly one reference in advance without all
+ // Detect the simple case of exactly one reference in advance without all
// overhead.
- // #i107741# Doing so actually makes outlines using SUBTOTAL(x;reference)
+ // #i107741# Doing so actually makes outlines using SUBTOTAL(x;reference)
// work again, where the function does not have only references.
if (HasOneReference( rRange))
return true;