Use NSString in template specification instead of objc_object
This commit is contained in:
parent
45fca623fa
commit
7d6097410c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue