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 <lio...@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 -@li @c dbaccess.OGeneralPage - -@section dbaui - -@li @c dbaui.OGeneralPage +@li @c dbaccess.ui.OGeneralPage @section svx _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits