From c6ff059c740eca004966aef0842ee74760368b95 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Mon, 7 Oct 2019 10:22:05 +0200 Subject: InsertQuote can be const Change-Id: I57b50e72b68b71406d1745304d24b52d75b3d082 Reviewed-on: https://gerrit.libreoffice.org/80342 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- include/editeng/svxacorr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng') diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx index c9c9bdee9677..5803938ce966 100644 --- a/include/editeng/svxacorr.hxx +++ b/include/editeng/svxacorr.hxx @@ -319,7 +319,7 @@ public: OUString GetQuote( SvxAutoCorrDoc const & rDoc, sal_Int32 nInsPos, sal_Unicode cInsChar, bool bSttQuote ); void InsertQuote( SvxAutoCorrDoc& rDoc, sal_Int32 nInsPos, - sal_Unicode cInsChar, bool bSttQuote, bool bIns, bool b_iApostrophe ); + sal_Unicode cInsChar, bool bSttQuote, bool bIns, bool b_iApostrophe ) const; // Query/Set the name of the AutoCorrect file // the default is "autocorr.dat" -- cgit