summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2017-06-30 23:57:35 +0200
committerAndras Timar <andras.timar@collabora.com>2017-07-03 17:09:47 +0200
commit89d56ad70a5b43509d647d89d0cd12e481642954 (patch)
tree8e4946611c1e5994f2b090948b2e636478dbad51 /include
parent1e812fbaefb0a273c236ff1917df2b5dcad4e653 (diff)
tdf#108622: use correct type for last check timestamp during autocorrect
It's only supposed to check the files once every 2-mins, with mismatching type that happens each time. Reviewed-on: https://gerrit.libreoffice.org/39428 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit 51f616ddd7a2e3310e1b30dbd73d90e5138980ea) Change-Id: Ie9243cf928d952e28989dd981508de86cb7dbddb
Diffstat (limited to 'include')
-rw-r--r--include/editeng/svxacorr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx
index dbe2704ba728..b00acc862c36 100644
--- a/include/editeng/svxacorr.hxx
+++ b/include/editeng/svxacorr.hxx
@@ -233,7 +233,7 @@ class EDITENG_DLLPUBLIC SvxAutoCorrect
// all languages in a table
std::map<LanguageTag, std::unique_ptr<SvxAutoCorrectLanguageLists>>* m_pLangTable;
- std::map<LanguageTag, long> aLastFileTable;
+ std::map<LanguageTag, sal_Int64> aLastFileTable;
CharClass* pCharClass;
bool bRunNext;