summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-09-19 09:11:09 -0400
committerAndras Timar <andras.timar@collabora.com>2014-09-23 02:07:17 -0700
commita308c4de399595a346c602ec8500f7e0f2e58ece (patch)
treed86bf8cdd9fb00fe5a6ced269143dab9ae809c1e
parent425f18fd3b6a87694c540d4d0bb37c5b64df557b (diff)
fdo#84009: Be sure to update the sheet index when moving the sort range.
Change-Id: Ic9ad51b33f6dfb6f90e76439c27eeff25ec4c7da (cherry picked from commit 5fd4679e7b92f344ea867e0dca1fc4c9363ae2cd)
-rw-r--r--sc/source/ui/docshell/dbdocfun.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx
index 29d2da172569..aa1e322084be 100644
--- a/sc/source/ui/docshell/dbdocfun.cxx
+++ b/sc/source/ui/docshell/dbdocfun.cxx
@@ -462,6 +462,7 @@ sal_Bool ScDBDocFunc::Sort( SCTAB nTab, const ScSortParam& rSortParam,
return false;
aLocalParam.MoveToDest();
+ nTab = aLocalParam.nDestTab;
}
ScEditableTester aTester( pDoc, nTab, aLocalParam.nCol1,aLocalParam.nRow1,