summaryrefslogtreecommitdiff
path: root/basic/source/comp/dim.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/comp/dim.cxx')
-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 );