summaryrefslogtreecommitdiff
path: root/include/editeng/unolingu.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-08 18:20:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-08 18:20:39 +0200
commitaae1018af692fec4b983cc68db7cc13c27512b1e (patch)
treee5ea86453b3b6578c751d0dba5aee3e555b5b66d /include/editeng/unolingu.hxx
parentbe08f61d6f4121079c534af386139db23d0dd2c3 (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 'include/editeng/unolingu.hxx')
-rw-r--r--include/editeng/unolingu.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/editeng/unolingu.hxx b/include/editeng/unolingu.hxx
index 20e3b2e35ea9..539e120e6a20 100644
--- a/include/editeng/unolingu.hxx
+++ b/include/editeng/unolingu.hxx
@@ -139,8 +139,7 @@ EDITENG_DLLPUBLIC css::uno::Reference<
css::linguistic2::XLinguProperties > SvxGetLinguPropertySet();
//TODO: remove argument or provide SvxGetIgnoreAllList with the same one
EDITENG_DLLPUBLIC css::uno::Reference<
- css::linguistic2::XDictionary > SvxGetOrCreatePosDic(
- css::uno::Reference< css::linguistic2::XSearchableDictionaryList > const & xDicList );
+ css::linguistic2::XDictionary > SvxGetOrCreatePosDic();
EDITENG_DLLPUBLIC css::uno::Reference<
css::linguistic2::XDictionary > SvxGetIgnoreAllList();
EDITENG_DLLPUBLIC css::uno::Reference<