diff options
author | Eike Rathke <erack@redhat.com> | 2016-02-05 17:17:35 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-02-05 17:17:57 +0100 |
commit | 970c0feb50c6bec8773026ddc69f833c3f5f2312 (patch) | |
tree | dd56974ac7b49d6b313c13b94eb5f0a48a7e56bc /unotools | |
parent | 599f0cbe1ddc1d54828489b389b78fdffa4ce39f (diff) |
nitpick, mention function name in assert
Change-Id: Ifd5b544ad1374f13e3efc8c7a51601fadf1e14b6
Diffstat (limited to 'unotools')
-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 10919bef6dbb..ed6a58fa26a1 100644 --- a/unotools/source/i18n/textsearch.cxx +++ b/unotools/source/i18n/textsearch.cxx @@ -212,7 +212,7 @@ void TextSearch::Init( const SearchParam & rParam, break; default: - assert(!"default what?"); + assert(!"utl::TextSearch::Init - default what?"); // fallthru case SearchParam::SRCH_NORMAL: aSOpt.AlgorithmType2 = SearchAlgorithms2::ABSOLUTE; |