diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-18 12:19:04 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-19 10:44:59 +0200 |
commit | ac60fba3b5a506f6659f268a8b4fa8e1da600603 (patch) | |
tree | 0d51cc5dbb91253fd49513d08fffdac8747726ad /unotools/source/i18n/textsearch.cxx | |
parent | 556aa12b84ef6f6d6baf56781925d0868693fe55 (diff) |
delegating a constructor can't work like this, fdo#55033
Change-Id: I6b057ad68054fe5806daec722b3bfe4e33bc3602
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 e0dd0615ebd5..05eecd8249e9 100644 --- a/unotools/source/i18n/textsearch.cxx +++ b/unotools/source/i18n/textsearch.cxx @@ -36,7 +36,7 @@ namespace utl { // ............................................................................ -SearchParam::SearchParam( const String &rText, +SearchParam::SearchParam( const rtl::OUString &rText, SearchType eType, sal_Bool bCaseSensitive, sal_Bool bWrdOnly, |