diff options
author | Eike Rathke <erack@redhat.com> | 2016-03-18 14:07:55 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-03-18 14:36:28 +0100 |
commit | cf56d2449c27130ae40dc940ddcdb13de1128b7f (patch) | |
tree | 735108733454a11874551a432e73160e27d078b7 /sc/inc/compiler.hxx | |
parent | 090de0e963fd3b0c7c4f8db4124b71b0fd92f61f (diff) |
adjust other-sheet-local relative sheet references, tdf#96915
... so they still point to the same sheet as if used on the original
local sheet.
Change-Id: Id40378deaf70c1645bfa52ea28aa39775d16aec5
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r-- | sc/inc/compiler.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index e1887aa10d27..a0370233a6ff 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -324,6 +324,7 @@ private: bool IsBoolean( const OUString& ); void AutoCorrectParsedSymbol(); + void AdjustSheetLocalNameRelReferences( SCTAB nDelta ); void SetRelNameReference(); /** Obtain range data for ocName token, global or sheet local. |