[PATCH 5/8] Use NSString in template specification instead of objc_object

Kristian Rietveld kris at lanedo.com
Sat Oct 22 00:49:38 PDT 2011


---
 .../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 97407f2..e7bf20f 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;
 
 
-- 
1.7.4.4


--------------090902090805060504050901--


More information about the LibreOffice mailing list