diff options
author | Kristian Rietveld <kris@lanedo.com> | 2011-10-22 09:49:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-24 17:29:33 +0200 |
commit | 7d6097410cc18771112aa3aa4c7355e484f36628 (patch) | |
tree | 0b018d4965a5766011c2b7f30da9a399502a4f3d /lingucomponent | |
parent | 45fca623fa3d050e72f5f759a9c97308a1c7d87e (diff) |
Use NSString in template specification instead of objc_object
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx index 97407f2cd070..e7bf20ff0e40 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx @@ -156,7 +156,7 @@ Sequence< Locale > SAL_CALL MacSpellChecker::getLocales() SvtPathOptions aPathOpt; rtl_TextEncoding aEnc = RTL_TEXTENCODING_UTF8; - std::vector<objc_object *> postspdict; + std::vector<NSString *> postspdict; std::vector<dictentry *> postupdict; |