summaryrefslogtreecommitdiff
path: root/sc/inc/reftokenhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/reftokenhelper.hxx')
-rw-r--r--sc/inc/reftokenhelper.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/reftokenhelper.hxx b/sc/inc/reftokenhelper.hxx
index 90c7fb695ca1..9f9ac017b967 100644
--- a/sc/inc/reftokenhelper.hxx
+++ b/sc/inc/reftokenhelper.hxx
@@ -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
@@ -49,9 +49,9 @@ private:
~ScRefTokenHelper();
public:
- /**
- * Compile an array of reference tokens from a data source range string.
- * The source range may consist of multiple ranges separated by ';'s.
+ /**
+ * Compile an array of reference tokens from a data source range string.
+ * The source range may consist of multiple ranges separated by ';'s.
*/
static void compileRangeRepresentation(
::std::vector<ScSharedTokenRef>& rRefTokens, const ::rtl::OUString& rRangeStr, ScDocument* pDoc,
@@ -61,7 +61,7 @@ public:
static void getRangeListFromTokens(ScRangeList& rRangeList, const ::std::vector<ScSharedTokenRef>& pTokens);
- /**
+ /**
* Create a double reference token from a range object.
*/
static void getTokenFromRange(ScSharedTokenRef& pToken, const ScRange& rRange);