diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-08 18:20:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-08 18:20:39 +0200 |
commit | aae1018af692fec4b983cc68db7cc13c27512b1e (patch) | |
tree | e5ea86453b3b6578c751d0dba5aee3e555b5b66d /sw | |
parent | be08f61d6f4121079c534af386139db23d0dd2c3 (diff) |
SvxGetOrCreatePosDic parameter is unused
...ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import", so kill
the equally old "TODO: remove argument or provide SvxGetIgnoreAllList with the
same one" comment for good now
Change-Id: Ie7b64306b8d06fc72d0bb49cc1e5fa3b00f59d6b
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/lingu/olmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/lingu/olmenu.cxx b/sw/source/uibase/lingu/olmenu.cxx index d4b1aceea5e2..2d931167906e 100644 --- a/sw/source/uibase/lingu/olmenu.cxx +++ b/sw/source/uibase/lingu/olmenu.cxx @@ -358,7 +358,7 @@ SwSpellPopup::SwSpellPopup( // add the default positive dictionary to dic-list (if not already done). // This is to ensure that there is at least one dictionary to which // words could be added. - uno::Reference< linguistic2::XDictionary > xDic( SvxGetOrCreatePosDic( xDicList ) ); + uno::Reference< linguistic2::XDictionary > xDic( SvxGetOrCreatePosDic() ); if (xDic.is()) xDic->setActive( true ); |