diff options
author | Eike Rathke <erack@redhat.com> | 2016-07-26 16:32:15 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-07-26 16:34:30 +0200 |
commit | 9710fd565f17278dc5e5ee645b3924544a8c4235 (patch) | |
tree | da9ec3f57dbd9c8caaf6d29a0c2f4718595c1e2d /sc/source/ui/undo | |
parent | c1b665fcdacd4141137f1e369527e2c0d94513ae (diff) |
Resolves: tdf#87474 handle renaming of named expressions/ranges in formulas
Change-Id: If82b62505624c3c259371fa37de1994a94bbceb5
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r-- | sc/source/ui/undo/undorangename.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/undo/undorangename.cxx b/sc/source/ui/undo/undorangename.cxx index eb42eb442121..f775269a14cb 100644 --- a/sc/source/ui/undo/undorangename.cxx +++ b/sc/source/ui/undo/undorangename.cxx @@ -70,7 +70,7 @@ void ScUndoAllRangeNames::DoChange(const std::map<OUString, std::unique_ptr<ScRa { ScDocument& rDoc = pDocShell->GetDocument(); - rDoc.PreprocessRangeNameUpdate(); + rDoc.PreprocessAllRangeNamesUpdate(rNames); rDoc.SetAllRangeNames(rNames); rDoc.CompileHybridFormula(); |