summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus/lotread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/lotus/lotread.cxx')
-rw-r--r--sc/source/filter/lotus/lotread.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/filter/lotus/lotread.cxx b/sc/source/filter/lotus/lotread.cxx
index 9d4dfab84bb3..ce871ba4b49c 100644
--- a/sc/source/filter/lotus/lotread.cxx
+++ b/sc/source/filter/lotus/lotread.cxx
@@ -197,7 +197,6 @@ ErrCode ImportLotus::Read()
SCTAB nCnt;
OUString aTabName;
OUString aBaseName;
- OUString aRef( "temp" );
if( nTabs != 0 )
{
if( nTabs > 1 )
@@ -210,7 +209,7 @@ ErrCode ImportLotus::Read()
OSL_ENSURE( pD->HasTable( nCnt ),
"-ImportLotus::Read(): Where is my table?!" );
pD->GetName( nCnt, aTabName );
- if( aTabName.equals(aRef) )
+ if( aTabName == "temp" )
{
aTabName = aBaseName;
pD->CreateValidTabName( aTabName );