From 39e63bfac528d8c5c002ee8fef4a1e5d7181b826 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 19 Oct 2015 11:55:44 +0200 Subject: convert remaing DBG_WARNING to SAL_INFO and drop the macro Change-Id: I452ca373d0c277166e94928c1bce78bf37e39d7c --- basctl/source/basicide/baside3.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'basctl/source') diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx index 2eafe912de05..83493ec5de54 100644 --- a/basctl/source/basicide/baside3.cxx +++ b/basctl/source/basicide/baside3.cxx @@ -336,12 +336,7 @@ void DialogWindow::GetState( SfxItemSet& rSet ) case OBJ_DLG_TREECONTROL: nObj = SVX_SNAP_TREECONTROL; break; default: nObj = 0; } -#ifdef DBG_UTIL - if( !nObj ) - { - DBG_WARNING( "SID_CHOOSE_CONTROLS: Unbekannt!" ); - } -#endif + SAL_INFO_IF( !nObj, "basctl.basicide", "SID_CHOOSE_CONTROLS: Unbekannt!" ); aItem.SetValue( nObj ); } -- cgit