diff options
author | László Németh <nemeth@numbertext.org> | 2018-01-04 12:18:28 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2018-01-05 02:01:16 +0100 |
commit | c8fbce439db78dd85295833df494a651bd64dcd4 (patch) | |
tree | 96cf56a8629a5bbca16a2b3feedb58f50ebda4f8 /linguistic/source/dicimp.hxx | |
parent | 6247c966942a0e43320a234302a67c1f92c2eea7 (diff) |
Add optional title: field to user dictionaries
LibreOffice stores the title of an user dictionary
only in its file name, but special characters in
file names can result configuration problem for user
dictionaries shipped with LibreOffice.
Optional "title:" field of user dictionaries
supports custom titles with spaces and other UTF-8
characters.
Change-Id: Idbc4c41a2e08f50cfc0fc0d25e960084f5773bec
Reviewed-on: https://gerrit.libreoffice.org/47397
Reviewed-by: László Németh <nemeth@numbertext.org>
Tested-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'linguistic/source/dicimp.hxx')
-rw-r--r-- | linguistic/source/dicimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx index 6833d3f94235..99560ff8898a 100644 --- a/linguistic/source/dicimp.hxx +++ b/linguistic/source/dicimp.hxx @@ -34,7 +34,7 @@ #define DIC_MAX_ENTRIES 30000 -sal_Int16 ReadDicVersion( SvStreamPtr const &rpStream, LanguageType &nLng, bool &bNeg ); +sal_Int16 ReadDicVersion( SvStreamPtr const &rpStream, LanguageType &nLng, bool &bNeg, OUString &aDicName ); class DictionaryNeo : public ::cppu::WeakImplHelper |