summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-19 11:47:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-20 08:26:28 +0200
commitea537ecffa217e8ca3039998926accf27f6b12c0 (patch)
tree9f6e28c9e53f70fa5981e01cb5181fba20851b44 /include
parentd21d14c112312c639383ba9d9091380327dc0717 (diff)
SvxSpellWrapper::ReplaceAll doesn't use it's second param
Change-Id: I79b82d37e6cf4c1dde474f0f90b6370c2359a0b3 Reviewed-on: https://gerrit.libreoffice.org/36673 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/splwrap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx
index 5d40fcbf3e0e..e5c4df4b9ff5 100644
--- a/include/editeng/splwrap.hxx
+++ b/include/editeng/splwrap.hxx
@@ -107,7 +107,7 @@ protected:
virtual void SpellStart( SvxSpellArea eSpell ); // Preparing the area
virtual void SpellContinue(); // Check Areas
// Result available through GetLast
- virtual void ReplaceAll( const OUString &rNewText, sal_Int16 nLanguage ); //Replace word from the replace list
+ virtual void ReplaceAll( const OUString &rNewText ); //Replace word from the replace list
static css::uno::Reference< css::linguistic2::XDictionary >
GetAllRightDic();
virtual void SpellEnd(); // Finish area