diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-07-30 05:21:33 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-07-30 05:21:33 +0200 |
commit | 15066dc6be358287ec69e5ca63a77106558944b2 (patch) | |
tree | 3d6e34fd1671325babd57bd86afc187408452160 | |
parent | 917444b08d43f9df3c81df48d95d4dd9ecc8cd47 (diff) |
fixup SAL_WARN log area
Change-Id: Ie0848f8dc7d0bce171a2081dd91f48519414eebe
-rw-r--r-- | dbaccess/source/ui/dlg/generalpage.cxx | 2 | ||||
-rw-r--r-- | include/sal/log-areas.dox | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dbaccess/source/ui/dlg/generalpage.cxx b/dbaccess/source/ui/dlg/generalpage.cxx index 4dc5f94e9c8e..2d2044e075e1 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 4ae710543f7b..2041e7e8ab15 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 |