diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-20 11:32:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-22 06:46:43 +0100 |
commit | f61f00862380fed99a09a11d67fef5d8efbce368 (patch) | |
tree | a03527b6780c835aa1124b7179c4df53fcb00589 /editeng | |
parent | 1c58b2a437a7083c40c93a1c2e12a6fe6b6fd637 (diff) |
log exceptions when parsing
to make debugging easier
Change-Id: Ia19384a925a2bb437fa5d961e6c3d44eebe0c6b6
Reviewed-on: https://gerrit.libreoffice.org/83345
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index 24ff88d8e725..48d6676b26f2 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -2181,6 +2181,7 @@ SvxAutocorrWordList* SvxAutoCorrectLanguageLists::LoadAutocorrWordList() } catch ( const uno::Exception& ) { + TOOLS_WARN_EXCEPTION("editeng", "when loading " << sShareAutoCorrFile); } // Set time stamp |