[Libreoffice-commits] core.git: 3 commits - cui/source dbaccess/source

Tor Lillqvist tml at iki.fi
Fri Aug 2 07:17:41 PDT 2013


 cui/source/inc/optdict.hxx             |    2 --
 dbaccess/source/ui/dlg/generalpage.cxx |    4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

New commits:
commit e22e166a5defab50c8d4c0b877f3955d4c1a76ae
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Aug 2 16:55:28 2013 +0300

    WaE: unknown log area 'dbaui.OGeneralPage' [loplugin]
    
    Change-Id: I669bd637a8f4c9880eaceed2c67b9ddedd6eff3e

diff --git a/dbaccess/source/ui/dlg/generalpage.cxx b/dbaccess/source/ui/dlg/generalpage.cxx
index bad5b78..f0562ec3 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 ];
commit c590bf1050893be8dd1488f6beb24a674672b8fb
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Aug 2 16:52:39 2013 +0300

    WaE: unknown log area 'dbaaccess' [loplugin]
    
    Change-Id: I327192e60ed75f2c24331f38f89bcfeb085725ba

diff --git a/dbaccess/source/ui/dlg/generalpage.cxx b/dbaccess/source/ui/dlg/generalpage.cxx
index ad09e8d..bad5b78 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));
commit c2dcbd8a83e3ea2945349518602ec0ce605fb95a
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Aug 2 16:48:46 2013 +0300

    WaE: private fields 'pHelpBtn' and 'pCloseBtn' are not used
    
    Change-Id: I58db64a58eadb07f06acddc21b9a1d4a424b1ea4

diff --git a/cui/source/inc/optdict.hxx b/cui/source/inc/optdict.hxx
index 05d91c1..51682ee 100644
--- a/cui/source/inc/optdict.hxx
+++ b/cui/source/inc/optdict.hxx
@@ -111,8 +111,6 @@ private:
     PushButton*              pNewReplacePB;
     PushButton*              pDeletePB;
 
-    HelpButton*              pHelpBtn;
-    CancelButton*            pCloseBtn;
     String                  sModify;
     String                  sNew;
     DecorationView          aDecoView;


More information about the Libreoffice-commits mailing list