From 5b8625bd88c5c23e5b7be1245737b6a2ac08c373 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Fri, 4 Oct 2019 12:02:14 +0200 Subject: SvxAutoCorrect::GetPrevAutoCorrWord should not be const Change-Id: Icc5f8eae4347e097f7ff22212dd94467d0702353 Reviewed-on: https://gerrit.libreoffice.org/80198 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- include/editeng/svxacorr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/svxacorr.hxx') diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx index 4106122ee94b..c9c9bdee9677 100644 --- a/include/editeng/svxacorr.hxx +++ b/include/editeng/svxacorr.hxx @@ -292,7 +292,7 @@ public: // Return for the autotext expansion the previous word, // AutoCorrect - corresponding algorithm bool GetPrevAutoCorrWord( SvxAutoCorrDoc const & rDoc, const OUString& rTxt, - sal_Int32 nPos, OUString& rWord ) const; + sal_Int32 nPos, OUString& rWord ); // Search for the words in the replacement table. // rText - check in this text the words of the list -- cgit