diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-11-01 16:08:28 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-11-01 16:08:28 +0100 |
commit | a095ff5c29af74e34a912f461f29e1c3d42aa6b4 (patch) | |
tree | 74e85eb2440c35799b1027f4816269f8138afc6f | |
parent | a2bef8fea072520115c15b78c4aad283c43b2c3d (diff) | |
parent | 4b5bc2997356bc45bd05384b763227efdd764777 (diff) |
Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-coreLIBREOFFICE_3_3_FREEZE
-rw-r--r-- | basic/source/comp/dim.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx index 13cbfa2c1f..2c972ad6ff 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 ); |