connectivity/source/parse/sqliterator.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21b2b1c04998307d71129e607508007a795a7ce7
Author: Eike Rathke <er...@redhat.com>
Date:   Thu Jul 11 20:48:20 2013 +0200

    unused variable 'sTableName' [loplugin]
    
    Change-Id: I5fe746ed08a7b1124465231b6e85475da5490904

diff --git a/connectivity/source/parse/sqliterator.cxx 
b/connectivity/source/parse/sqliterator.cxx
index 4dc4058..12b4480 100644
--- a/connectivity/source/parse/sqliterator.cxx
+++ b/connectivity/source/parse/sqliterator.cxx
@@ -2058,7 +2058,7 @@ Reference< XPropertySet > 
OSQLParseTreeIterator::findSelectColumn( const OUStrin
         Reference< XPropertySet > xColumn( *lookupColumn );
         try
         {
-            OUString sName, sTableName;
+            OUString sName;
             xColumn->getPropertyValue( 
OMetaConnection::getPropMap().getNameByIndex( PROPERTY_ID_NAME ) ) >>= sName;
             if ( sName == rColumnName )
                 return xColumn;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to