summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-07-27 19:20:50 +0200
committerEike Rathke <erack@redhat.com>2012-07-27 19:20:50 +0200
commitb06d679eb3d8190a470f7640740571f388106605 (patch)
tree003cafac2d795c4087060a768cd34b700f2313a6 /sc
parent114ccd28e09f0fd13c8ff4e61e82e3f13198febf (diff)
added back a missing else
c75e2ed27d5da71891ed7a148ff9603c58eaa58e (merge of OOo filter rework) omitted an else of a condition. Change-Id: I6f342a48938aaf4090fc738afc6cf551a083b4fc
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/tokstack.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/excel/tokstack.cxx b/sc/source/filter/excel/tokstack.cxx
index 003dc5ce966d..1b881c26a27f 100644
--- a/sc/source/filter/excel/tokstack.cxx
+++ b/sc/source/filter/excel/tokstack.cxx
@@ -475,7 +475,8 @@ bool TokenPool::GetElement( const sal_uInt16 nId )
else
pScToken->AddExternal( p->aText, p->eId );
}
- bRet = false;
+ else
+ bRet = false;
}
break;
case T_Nlf: