sc/source/ui/view/dbfunc.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 71e5e82e3869310ecc39904b8068cedec0a247ca
Author: Kohei Yoshida <kohei.yosh...@gmail.com>
Date:   Sun Sep 1 15:14:37 2013 -0400

    Reset auto spell data after sorting.
    
    Change-Id: Ia42387e42cbc3c65f666fe28de917479c7262ff4

diff --git a/sc/source/ui/view/dbfunc.cxx b/sc/source/ui/view/dbfunc.cxx
index 0bfc312..534e853 100644
--- a/sc/source/ui/view/dbfunc.cxx
+++ b/sc/source/ui/view/dbfunc.cxx
@@ -288,6 +288,8 @@ void ScDBFunc::Sort( const ScSortParam& rSortParam, 
sal_Bool bRecord, sal_Bool b
                             rSortParam.nDestTab );
         MarkRange( aDestRange );
     }
+
+    ResetAutoSpell();
 }
 
 //  filters
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to