diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-26 18:42:15 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-26 18:42:15 +0200 |
commit | 25fe5fe9fd8fa85fd80713bbe2f0ea55d1fb8af8 (patch) | |
tree | d54e44e248d342dac666f06ad8c271647ae94cc1 /lingucomponent | |
parent | ea65158833c292c385e534cdf8b0184cd7ff255e (diff) |
WaE: unused variable 'aPathOpt'
Change-Id: I6544fdddd1662850a715e8841dcad35135fb1d94
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/macspellimp.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm index 9bed1265656c..b0e25845cce5 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm @@ -105,7 +105,6 @@ Sequence< Locale > SAL_CALL MacSpellChecker::getLocales() // to see what dictionaries the admin/user has installed int numshr; // number of shared dictionary entries - SvtPathOptions aPathOpt; rtl_TextEncoding aEnc = RTL_TEXTENCODING_UTF8; std::vector<NSString *> postspdict; |