summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-07-30 05:21:33 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-07-30 05:21:33 +0200
commit15066dc6be358287ec69e5ca63a77106558944b2 (patch)
tree3d6e34fd1671325babd57bd86afc187408452160 /dbaccess/source/ui/dlg
parent917444b08d43f9df3c81df48d95d4dd9ecc8cd47 (diff)
fixup SAL_WARN log area
Change-Id: Ie0848f8dc7d0bce171a2081dd91f48519414eebe
Diffstat (limited to 'dbaccess/source/ui/dlg')
-rw-r--r--dbaccess/source/ui/dlg/generalpage.cxx2
1 files changed, 1 insertions, 1 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 ];