diff options
author | Eike Rathke <erack@redhat.com> | 2015-07-08 22:02:48 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-07-08 22:21:08 +0200 |
commit | 5ee9e2983a4b0f3df31e7f8ea4695c2c789edc56 (patch) | |
tree | 52fa748b1811f3db90a5233ca0e82f80f102f361 /sc/source/ui/view/gridwin4.cxx | |
parent | b4317a01a72b2e0944311e6ad407cdf2ac0b1f1a (diff) |
remove ScRange::Justify() and replace calls with PutInOrder()
Change-Id: I350050ac085b1f220d5288d33c253ba0c9a5fd2c
Diffstat (limited to 'sc/source/ui/view/gridwin4.cxx')
-rw-r--r-- | sc/source/ui/view/gridwin4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx index 4357f52c46df..9a0dfd6d68e7 100644 --- a/sc/source/ui/view/gridwin4.cxx +++ b/sc/source/ui/view/gridwin4.cxx @@ -855,7 +855,7 @@ void ScGridWindow::DrawContent(OutputDevice &rDevice, const ScTableInfo& rTableI ScRangeFindData& rData = pRangeFinder->GetObject(i); ScRange aRef = rData.aRef; - aRef.Justify(); + aRef.PutInOrder(); if ( aRef.aStart.Tab() >= nTab && aRef.aEnd.Tab() <= nTab ) aOutputData.DrawRefMark( aRef.aStart.Col(), aRef.aStart.Row(), aRef.aEnd.Col(), aRef.aEnd.Row(), |