diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-09-01 15:14:37 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-09-01 16:13:22 -0400 |
commit | a6a06e0f23a6aced46b9f0b899cd81bd8d2f2dec (patch) | |
tree | 11a03fbef2c132859dc5481d3b84f41df4fe6ec0 /sc | |
parent | 6c5c0302f3624ec7c3b862c98d5514f29328bbe9 (diff) |
Reset auto spell data after sorting.
Change-Id: Ia42387e42cbc3c65f666fe28de917479c7262ff4
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/dbfunc.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/view/dbfunc.cxx b/sc/source/ui/view/dbfunc.cxx index 0bfc31209c83..534e853a1349 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 |