From e22e166a5defab50c8d4c0b877f3955d4c1a76ae Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 2 Aug 2013 16:55:28 +0300 Subject: WaE: unknown log area 'dbaui.OGeneralPage' [loplugin] Change-Id: I669bd637a8f4c9880eaceed2c67b9ddedd6eff3e --- dbaccess/source/ui/dlg/generalpage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/dlg/generalpage.cxx') 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 ]; -- cgit