summaryrefslogtreecommitdiffstats
path: root/sc/inc/rangelst.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-05 02:25:50 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-05 02:55:20 +0100
commit4b586bd622c94e617075f4e176087584ae5fe47d (patch)
tree9fa9af305608a705d966542855be5a1b395f3f4d /sc/inc/rangelst.hxx
parentadapt cond format range when copying sheets, fdo#56742 (diff)
downloadcore-4b586bd622c94e617075f4e176087584ae5fe47d.tar.gz
core-4b586bd622c94e617075f4e176087584ae5fe47d.zip
correctly parse range in cond format dlg
Change-Id: I92d19cd71f7f1c9e90b2d3039a5c3c6a0143d1c7
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 73270bc08065..4f23ee9e27b3 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,
- sal_Unicode cDelimiter = 0 );
+ SCTAB nDefaultTab = 0, sal_Unicode cDelimiter = 0 );
void Format( String&, sal_uInt16 nFlags = 0, ScDocument* = NULL,
formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_OOO,