[Libreoffice-commits] core.git: dbaccess/source include/sal
Lionel Elie Mamane
lionel at mamane.lu
Mon Jul 29 20:22:03 PDT 2013
dbaccess/source/ui/dlg/generalpage.cxx | 2 +-
include/sal/log-areas.dox | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
New commits:
commit 15066dc6be358287ec69e5ca63a77106558944b2
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Tue Jul 30 05:21:33 2013 +0200
fixup SAL_WARN log area
Change-Id: Ie0848f8dc7d0bce171a2081dd91f48519414eebe
diff --git a/dbaccess/source/ui/dlg/generalpage.cxx b/dbaccess/source/ui/dlg/generalpage.cxx
index 4dc5f94..2d2044e 100644
--- a/dbaccess/source/ui/dlg/generalpage.cxx
+++ b/dbaccess/source/ui/dlg/generalpage.cxx
@@ -332,7 +332,7 @@ namespace dbaui
sal_uInt16 nSelected = _pBox->GetSelectEntryPos();
if (nSelected >= m_aURLPrefixes.size() )
{
- SAL_WARN("dbaui.OGeneralPage", "Got out-of-range value '" << nSelected << "' from the DatasourceType selection ListBox's GetSelectEntryPos(): no corresponding URL prefix");
+ SAL_WARN("dbaccess.ui.OGeneralPage", "Got out-of-range value '" << nSelected << "' from the DatasourceType selection ListBox's GetSelectEntryPos(): no corresponding URL prefix");
return 0L;
}
const OUString sURLPrefix = m_aURLPrefixes[ nSelected ];
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index 4ae7105..2041e7e 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -377,11 +377,7 @@ certain functionality.
@li @c dbaccess
@li @c dbaccess.ui
- at li @c dbaccess.OGeneralPage
-
- at section dbaui
-
- at li @c dbaui.OGeneralPage
+ at li @c dbaccess.ui.OGeneralPage
@section svx
More information about the Libreoffice-commits
mailing list