summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-02 16:52:39 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-02 16:52:39 +0300
commitc590bf1050893be8dd1488f6beb24a674672b8fb (patch)
tree4031985cad4de6966bc19587f4d45ed128dbc45f /dbaccess/source/ui/dlg
parentc2dcbd8a83e3ea2945349518602ec0ce605fb95a (diff)
WaE: unknown log area 'dbaaccess' [loplugin]
Change-Id: I327192e60ed75f2c24331f38f89bcfeb085725ba
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 ad09e8d8e9ab..bad5b78a0b45 100644
--- a/dbaccess/source/ui/dlg/generalpage.cxx
+++ b/dbaccess/source/ui/dlg/generalpage.cxx
@@ -78,7 +78,7 @@ namespace dbaui
DbuTypeCollectionItem* pCollectionItem = PTR_CAST(DbuTypeCollectionItem, _rItems.GetItem(DSID_TYPECOLLECTION));
if (pCollectionItem)
m_pCollection = pCollectionItem->getCollection();
- SAL_WARN_IF(!m_pCollection, "dbaaccess", "OGeneralPage::OGeneralPage : really need a DSN type collection !");
+ SAL_WARN_IF(!m_pCollection, "dbaccess", "OGeneralPage::OGeneralPage : really need a DSN type collection !");
// do some knittings
m_pDatasourceType->SetSelectHdl(LINK(this, OGeneralPage, OnDatasourceTypeSelected));