[Libreoffice-commits] core.git: Branch 'feature/calc-online-spellcheck' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Sun Sep 1 13:09:45 PDT 2013
sc/source/ui/view/dbfunc.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 71e5e82e3869310ecc39904b8068cedec0a247ca
Author: Kohei Yoshida <kohei.yoshida at 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
More information about the Libreoffice-commits
mailing list