[Libreoffice-commits] core.git: connectivity/source

Eike Rathke erack at redhat.com
Fri Jul 19 04:52:26 PDT 2013


 connectivity/source/drivers/dbase/DTable.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d44f14946aecd179fadc9c473f212181a035da1f
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Jul 19 13:51:41 2013 +0200

    unused variable 'aStrFieldName' [loplugin]
    
    Change-Id: I29d73fc3188b197c78cf7c57ca25f8ce57aca25d

diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx
index b7ee3ce..6c6e429 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -317,7 +317,6 @@ void ODbaseTable::fillColumns()
     m_aPrecisions.reserve(nFieldCount);
     m_aScales.reserve(nFieldCount);
 
-    OUString aStrFieldName("Column");
     OUString aTypeName;
     const sal_Bool bCase = getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers();
     const bool bFoxPro = m_aHeader.db_typ == VisualFoxPro || m_aHeader.db_typ == VisualFoxProAuto || m_aHeader.db_typ == FoxProMemo;


More information about the Libreoffice-commits mailing list