coverity#735439 Logically dead code
Change-Id: Id475c10effc81386a08337128be270f715daef52
This commit is contained in:
@@ -404,7 +404,6 @@ Sequence < Reference < ::com::sun::star::linguistic2::XMeaning > > SAL_CALL Thes
|
||||
{
|
||||
OUString sTerm(pe->psyns[i],strlen(pe->psyns[i]),eEnc );
|
||||
sal_Int32 catpos = sTerm.indexOf('(');
|
||||
sal_Int32 catpos2 = 0;
|
||||
OUString catst;
|
||||
OUString catst2;
|
||||
if (catpos > 2)
|
||||
@@ -427,8 +426,6 @@ Sequence < Reference < ::com::sun::star::linguistic2::XMeaning > > SAL_CALL Thes
|
||||
sTerm = seq[0];
|
||||
}
|
||||
}
|
||||
if (catpos2)
|
||||
sTerm = catst2 + sTerm;
|
||||
|
||||
sal_uInt16 ct1 = capitalType(sTerm, pCC);
|
||||
if (CAPTYPE_MIXED == ct1)
|
||||
|
Reference in New Issue
Block a user