Use NSString in template specification instead of objc_object

This commit is contained in:
Kristian Rietveld 2011-10-22 09:49:38 +02:00 committed by Stephan Bergmann
parent 45fca623fa
commit 7d6097410c

View file

@ -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;