diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-19 15:41:28 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-19 15:51:01 +0200 |
commit | 44481da569df85aa91455fdc2892a4e0c5818e6c (patch) | |
tree | d217fbb17a23afaa04d0e14111dba4fe18b361c8 /sc/inc/compiler.hxx | |
parent | 42899582314181641d59dcc5f78358d0631b3677 (diff) |
update relative local range names, fdo#48856
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r-- | sc/inc/compiler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index 84496b6a9c2a..b83448b22c28 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -443,7 +443,7 @@ public: bool UpdateNameReference( UpdateRefMode eUpdateRefMode, const ScRange&, SCsCOL nDx, SCsROW nDy, SCsTAB nDz, - bool& rChanged, bool bSharedFormula = false); + bool& rChanged, bool bSharedFormula = false, bool bLocal = false); ScRangeData* UpdateReference( UpdateRefMode eUpdateRefMode, const ScAddress& rOldPos, const ScRange&, |