summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-11-01 16:08:28 +0100
committerJan Holesovsky <kendy@suse.cz>2010-11-01 16:08:28 +0100
commit3473312d6c90cc0fce2baafec90e026c7989be27 (patch)
tree7a171e51fb9bfa78557507f96a9e4c738764ed9d
parentfaf3e552c1ff0153ce200db2dfcdb8b45a43f528 (diff)
parent10d268c02240ba315595c719ada9db51e514e096 (diff)
Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core
Notes
split repo tag: libs-core_LIBREOFFICE_3_3_FREEZE
-rw-r--r--basic/source/comp/dim.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx
index f4b46b767384..ce76fc065af4 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 );