summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xlformula.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-03 14:52:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-03 14:52:41 +0000
commitbb89938c34d116ba3a58c67b7a6c01e865c0315f (patch)
tree81c09e807bff65eac590b5e4af0f56ab8acb8275 /sc/source/filter/inc/xlformula.hxx
parent32feecdd61af1059754f1a23ed894e0ded95f463 (diff)
INTEGRATION: CWS dr54 (1.10.56); FILE MERGED
2007/06/11 11:54:16 dr 1.10.56.2: RESYNC: (1.10-1.11); FILE MERGED 2007/05/22 13:28:47 dr 1.10.56.1: #i73911# remove leading spaces from validation list entries
Diffstat (limited to 'sc/source/filter/inc/xlformula.hxx')
-rw-r--r--sc/source/filter/inc/xlformula.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xlformula.hxx b/sc/source/filter/inc/xlformula.hxx
index b00b70c7e266..6a1a8110349a 100644
--- a/sc/source/filter/inc/xlformula.hxx
+++ b/sc/source/filter/inc/xlformula.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xlformula.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2007-06-13 09:12:32 $
+ * last change: $Author: rt $ $Date: 2007-07-03 15:52:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -444,8 +444,9 @@ public:
@descr Example: The formula ="abc\ndef\nghi" will be converted to the formula
="abc";"def";"ghi", if the LF character is specified as separator.
@param rScTokArr (in/out-parameter) The token array to modify.
- @param cStringSep The separator in the source string. */
- static void ConvertStringToList( ScTokenArray& rScTokArr, sal_Unicode cStringSep );
+ @param cStringSep The separator in the source string.
+ @param bTrimLeadingSpaces true = remove leading spaces from each token. */
+ static void ConvertStringToList( ScTokenArray& rScTokArr, sal_Unicode cStringSep, bool bTrimLeadingSpaces );
// shared formulas --------------------------------------------------------