[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Tue Sep 23 07:16:04 PDT 2014


 sc/source/ui/docshell/dbdocfun.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8066367bbe0adebae515862ebd260560657ace02
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Fri Sep 19 09:11:09 2014 -0400

    fdo#84009: Be sure to update the sheet index when moving the sort range.
    
    Change-Id: Ic9ad51b33f6dfb6f90e76439c27eeff25ec4c7da
    (cherry picked from commit 5fd4679e7b92f344ea867e0dca1fc4c9363ae2cd)
    Reviewed-on: https://gerrit.libreoffice.org/11550
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx
index 29d2da1..aa1e322 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,


More information about the Libreoffice-commits mailing list