Kaydet (Commit) c590bf10 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unknown log area 'dbaaccess' [loplugin]

Change-Id: I327192e60ed75f2c24331f38f89bcfeb085725ba
üst c2dcbd8a
...@@ -78,7 +78,7 @@ namespace dbaui ...@@ -78,7 +78,7 @@ namespace dbaui
DbuTypeCollectionItem* pCollectionItem = PTR_CAST(DbuTypeCollectionItem, _rItems.GetItem(DSID_TYPECOLLECTION)); DbuTypeCollectionItem* pCollectionItem = PTR_CAST(DbuTypeCollectionItem, _rItems.GetItem(DSID_TYPECOLLECTION));
if (pCollectionItem) if (pCollectionItem)
m_pCollection = pCollectionItem->getCollection(); 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 // do some knittings
m_pDatasourceType->SetSelectHdl(LINK(this, OGeneralPage, OnDatasourceTypeSelected)); m_pDatasourceType->SetSelectHdl(LINK(this, OGeneralPage, OnDatasourceTypeSelected));
......
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