diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-25 17:12:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-26 10:59:42 +0200 |
commit | d9b6f4fd38da9f875b78f6ff365bcb16fb2c8e8b (patch) | |
tree | 7d38b04189cfa4fd4f4f91324fc6c95f360f080c /unotools/source/i18n/textsearch.cxx | |
parent | 084f454e8caa2d9e43f7bdea098538bfb87423d8 (diff) |
loplugin:constmethods in unotools
Change-Id: I13df4e184a826682f34a1d9e974b601397ba4a3d
Reviewed-on: https://gerrit.libreoffice.org/43865
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unotools/source/i18n/textsearch.cxx')
-rw-r--r-- | unotools/source/i18n/textsearch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx index 06def7e5d8ed..f1191f43c6c0 100644 --- a/unotools/source/i18n/textsearch.cxx +++ b/unotools/source/i18n/textsearch.cxx @@ -307,7 +307,7 @@ bool TextSearch::SearchBackward( const OUString & rStr, sal_Int32* pStart, return bRet; } -void TextSearch::ReplaceBackReferences( OUString& rReplaceStr, const OUString &rStr, const SearchResult& rResult ) +void TextSearch::ReplaceBackReferences( OUString& rReplaceStr, const OUString &rStr, const SearchResult& rResult ) const { if( rResult.subRegExpressions > 0 ) { |