[Libreoffice-commits] .: basic/source

Caolán McNamara caolan at kemper.freedesktop.org
Mon Nov 1 05:47:12 PDT 2010


 basic/source/comp/dim.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 4b5bc2997356bc45bd05384b763227efdd764777
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 1 12:47:06 2010 +0000

    WaE remove unused Strings

diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx
index 13cbfa2..2c972ad 100644
--- a/basic/source/comp/dim.cxx
+++ b/basic/source/comp/dim.cxx
@@ -1054,7 +1054,6 @@ void SbiParser::Attribute()
     // TODO: Need to implement the method as an attributed object.
     while( Next() != EQ )
     {
-        String aSym( GetSym() );
         if( Next() != DOT)
             break;
     }
@@ -1071,7 +1070,6 @@ void SbiParser::Attribute()
 
 void SbiParser::Call()
 {
-    String aName( aSym );
     SbiExpression aVar( this, SbSYMBOL );
     aVar.Gen( FORCE_CALL );
     aGen.Gen( _GET );


More information about the Libreoffice-commits mailing list