diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2016-02-23 19:41:53 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-01 07:33:32 +0000 |
commit | 46b4634de93bdda2a8427c6c545dc6160d5201d0 (patch) | |
tree | 4c6245229f65d9a96bbc7f098767b392e86629ae /include/linguistic/misc.hxx | |
parent | 9f6e6fabcd5718e0b65437c5ce398e520f47aae1 (diff) |
sequence->vector in linguistic
Change-Id: I28ed0b4bb2a140493fca693807011b91b3569986
Reviewed-on: https://gerrit.libreoffice.org/23695
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/linguistic/misc.hxx')
-rw-r--r-- | include/linguistic/misc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linguistic/misc.hxx b/include/linguistic/misc.hxx index 9e7cb3f6d100..99dfd052e4e4 100644 --- a/include/linguistic/misc.hxx +++ b/include/linguistic/misc.hxx @@ -118,7 +118,7 @@ bool FileExists( const OUString &rURL ); OUString GetDictionaryWriteablePath(); -css::uno::Sequence< OUString > GetDictionaryPaths(); +std::vector< OUString > GetDictionaryPaths(); /// @returns an URL for a new and writable dictionary rDicName. /// The URL will point to the path given by 'GetDictionaryWriteablePath' |