From f573de2a956d91f67c384dbb54c980c117219032 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 15 Dec 2016 12:03:55 +0200 Subject: no need to wrap calls to SAL_INFO in #ifdef DBG_UTIL Change-Id: Ic373a8f145f3f78c3f109e36a9c1dd9156f0dd75 Reviewed-on: https://gerrit.libreoffice.org/32034 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svx/source/accessibility/AccessibleTextHelper.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'svx') diff --git a/svx/source/accessibility/AccessibleTextHelper.cxx b/svx/source/accessibility/AccessibleTextHelper.cxx index 9ac6ceae2002..c4c05e8b3ceb 100644 --- a/svx/source/accessibility/AccessibleTextHelper.cxx +++ b/svx/source/accessibility/AccessibleTextHelper.cxx @@ -255,9 +255,7 @@ namespace accessibility // normally should employ RAII here... mnNotifierClientId(::comphelper::AccessibleEventNotifier::registerClient()) { -#ifdef DBG_UTIL SAL_INFO("svx", "received ID: " << mnNotifierClientId ); -#endif } AccessibleTextHelper_Impl::~AccessibleTextHelper_Impl() @@ -1322,9 +1320,7 @@ namespace accessibility } catch( const uno::Exception& ) { -#ifdef DBG_UTIL SAL_WARN("svx", "Unhandled exception."); -#endif } } } @@ -1438,9 +1434,7 @@ namespace accessibility } catch( const uno::Exception& ) { -#ifdef DBG_UTIL SAL_WARN("svx", "Unhandled exception."); -#endif mbInNotify = false; } @@ -1455,9 +1449,7 @@ namespace accessibility { // #106234# Unregister from EventNotifier ::comphelper::AccessibleEventNotifier::revokeClient( getNotifierClientId() ); -#ifdef DBG_UTIL SAL_INFO("svx", "disposed ID: " << mnNotifierClientId ); -#endif } catch( const uno::Exception& ) {} -- cgit