unotools/source/i18n/textsearch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 970c0feb50c6bec8773026ddc69f833c3f5f2312 Author: Eike Rathke <[email protected]> Date: Fri Feb 5 17:17:35 2016 +0100 nitpick, mention function name in assert Change-Id: Ifd5b544ad1374f13e3efc8c7a51601fadf1e14b6 diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx index 10919be..ed6a58f 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
