summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/viewfun4.cxx')
-rw-r--r--sc/source/ui/view/viewfun4.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx
index d3679b13c0d2..024b11e3be2d 100644
--- a/sc/source/ui/view/viewfun4.cxx
+++ b/sc/source/ui/view/viewfun4.cxx
@@ -190,9 +190,9 @@ void ScViewFunc::DoRefConversion()
rMark.MarkToSimple();
bool bMulti = rMark.IsMultiMarked();
if (bMulti)
- rMark.GetMultiMarkArea( aMarkRange );
+ aMarkRange = rMark.GetMultiMarkArea();
else if (rMark.IsMarked())
- rMark.GetMarkArea( aMarkRange );
+ aMarkRange = rMark.GetMarkArea();
else
{
aMarkRange = ScRange( GetViewData().GetCurX(),