summaryrefslogtreecommitdiff
path: root/sc/inc/rangelst.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-05 02:40:44 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-05 02:55:21 +0100
commit7c63d52506b66563eefcf29c803b23bb9b812491 (patch)
tree24617088d8ffe201669af48361d174aba71c65fb /sc/inc/rangelst.hxx
parent4b586bd622c94e617075f4e176087584ae5fe47d (diff)
remove unused parameter
Change-Id: Ica799b8a036a3055ea50ecc90ca85acc1ec51f21
Diffstat (limited to 'sc/inc/rangelst.hxx')
-rw-r--r--sc/inc/rangelst.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/rangelst.hxx b/sc/inc/rangelst.hxx
index 4f23ee9e27b3..06cebecfda82 100644
--- a/sc/inc/rangelst.hxx
+++ b/sc/inc/rangelst.hxx
@@ -41,7 +41,7 @@ public:
sal_uInt16 Parse( const String&, ScDocument* = NULL,
sal_uInt16 nMask = SCA_VALID,
formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_OOO,
- SCTAB nDefaultTab = 0, sal_Unicode cDelimiter = 0 );
+ SCTAB nDefaultTab = 0 );
void Format( String&, sal_uInt16 nFlags = 0, ScDocument* = NULL,
formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_OOO,