Kaydet (Commit) 15066dc6 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

fixup SAL_WARN log area

Change-Id: Ie0848f8dc7d0bce171a2081dd91f48519414eebe
üst 917444b0
......@@ -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 ];
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment