From d15b4e204598fc7e4c1682c4f10228e217575937 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 Dec 2016 09:49:39 +0200 Subject: teach sallogareas plugin to catch inconsistencies Change-Id: I8bcea5ffc74d48148bea78da8c17744e288c069a Reviewed-on: https://gerrit.libreoffice.org/32004 Tested-by: Jenkins Reviewed-by: Noel Grandin --- basic/source/sbx/sbxvar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source/sbx/sbxvar.cxx') diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx index 5e8307d0a6a9..cf56cd738f8e 100644 --- a/basic/source/sbx/sbxvar.cxx +++ b/basic/source/sbx/sbxvar.cxx @@ -560,7 +560,7 @@ bool SbxVariable::LoadData( SvStream& rStrm, sal_uInt16 nVer ) break; default: aData.eType = SbxNULL; - SAL_WARN( "basic", "Loaded a non-supported data type" ); + SAL_WARN( "basic.sbx", "Loaded a non-supported data type" ); return false; } // putt value -- cgit