summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/parclass.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/parclass.hxx')
-rw-r--r--sc/source/core/inc/parclass.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/core/inc/parclass.hxx b/sc/source/core/inc/parclass.hxx
index de2fba3fb694..e4f419ed524a 100644
--- a/sc/source/core/inc/parclass.hxx
+++ b/sc/source/core/inc/parclass.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
@@ -72,10 +72,10 @@ public:
of a parameter of this function. */
ForceArray,
- /** Area reference is not converted to array, but ForceArray must be
- propagated to subsequent operators and functions being part of a
- parameter of this function. Used with functions that treat
- references separately from arrays, but need the forced array
+ /** Area reference is not converted to array, but ForceArray must be
+ propagated to subsequent operators and functions being part of a
+ parameter of this function. Used with functions that treat
+ references separately from arrays, but need the forced array
calculation of parameters that are not references.*/
ReferenceOrForceArray
};