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 --- extensions/source/bibliography/datman.cxx | 2 +- extensions/source/propctrlr/selectlabeldialog.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions') diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index 818713ae6f9c..728359d65af2 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -138,7 +138,7 @@ Reference< XConnection > getConnection(const Reference< XInterface > & xRowSe xConn = Reference< XConnection > (*static_cast const *>(xFormProps->getPropertyValue("ActiveConnection").getValue()), UNO_QUERY); if (!xConn.is()) { - DBG_WARNING("no active connection"); + SAL_INFO("extensions", "no active connection"); } } catch (const Exception&) diff --git a/extensions/source/propctrlr/selectlabeldialog.cxx b/extensions/source/propctrlr/selectlabeldialog.cxx index feeeaa23fc14..7d0b9391ef96 100644 --- a/extensions/source/propctrlr/selectlabeldialog.cxx +++ b/extensions/source/propctrlr/selectlabeldialog.cxx @@ -179,7 +179,7 @@ namespace pcr xContainer->getByIndex(i) >>= xAsSet; if (!xAsSet.is()) { - DBG_WARNING("OSelectLabelDialog::InsertEntries : strange : a form component which isn't a property set !"); + SAL_INFO("extensions", "OSelectLabelDialog::InsertEntries : strange : a form component which isn't a property set !"); continue; } -- cgit