[Libreoffice-commits] core.git: unotools/source

Eike Rathke erack at redhat.com
Fri Feb 5 16:18:29 UTC 2016


 unotools/source/i18n/textsearch.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 970c0feb50c6bec8773026ddc69f833c3f5f2312
Author: Eike Rathke <erack at redhat.com>
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;


More information about the Libreoffice-commits mailing list