summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-02 16:55:28 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-02 16:55:28 +0300
commite22e166a5defab50c8d4c0b877f3955d4c1a76ae (patch)
tree2f1459b872625798e74c052199788f6054c09dc4 /dbaccess
parentc590bf1050893be8dd1488f6beb24a674672b8fb (diff)
WaE: unknown log area 'dbaui.OGeneralPage' [loplugin]
Change-Id: I669bd637a8f4c9880eaceed2c67b9ddedd6eff3e
Diffstat (limited to 'dbaccess')
-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 bad5b78a0b45..f0562ec3220b 100644
--- a/dbaccess/source/ui/dlg/generalpage.cxx
+++ b/dbaccess/source/ui/dlg/generalpage.cxx
@@ -437,7 +437,7 @@ namespace dbaui
sal_uInt16 nSelected = _pBox->GetSelectEntryPos();
if (nSelected >= m_aEmbeddedURLPrefixes.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_aEmbeddedURLPrefixes[ nSelected ];