diff options
author | Eike Rathke <erack@redhat.com> | 2016-03-17 23:18:06 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-03-18 10:37:40 +0100 |
commit | 64e542413851236c75e25185c137d6fd6ddfe3a1 (patch) | |
tree | 63917c801d463b4544aad77a70e688612169d136 /sc/inc/tokenarray.hxx | |
parent | f4c59e5364e449bd8ce5420ff57331677ff859b9 (diff) |
Resolves: tdf#96915 implement other-sheet-local named expressions
Change-Id: I0d62536caa6eb455473a755067abc585662cd9a5
Diffstat (limited to 'sc/inc/tokenarray.hxx')
-rw-r--r-- | sc/inc/tokenarray.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx index 26d6ca48b0bf..e4953466d81e 100644 --- a/sc/inc/tokenarray.hxx +++ b/sc/inc/tokenarray.hxx @@ -95,7 +95,7 @@ public: /** ScSingleRefOpToken with ocMatRef. */ formula::FormulaToken* AddMatrixSingleReference( const ScSingleRefData& rRef ); formula::FormulaToken* AddDoubleReference( const ScComplexRefData& rRef ); - formula::FormulaToken* AddRangeName( sal_uInt16 n, bool bGlobal ); + formula::FormulaToken* AddRangeName( sal_uInt16 n, sal_Int16 nSheet ); formula::FormulaToken* AddDBRange( sal_uInt16 n ); formula::FormulaToken* AddExternalName( sal_uInt16 nFileId, const OUString& rName ); void AddExternalSingleReference( sal_uInt16 nFileId, const OUString& rTabName, const ScSingleRefData& rRef ); |