Kaydet (Commit) 1cc318bf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Typo #elsif -> #elif

Change-Id: I95d4dc2a3364172e8917d0a029564e9114943148
üst 93657bdb
......@@ -313,7 +313,7 @@ long
*op++ = UMINUS;
if (tp->type == STAR || tp->type == AND)
{
error(ERROR, "Illegal operator * or & in #if/#elsif");
error(ERROR, "Illegal operator * or & in #if/#elif");
return 0;
}
continue;
......@@ -380,7 +380,7 @@ long
/* fall through */
default:
error(ERROR, "Bad operator (%t) in #if/#elsif", tp);
error(ERROR, "Bad operator (%t) in #if/#elif", tp);
return 0;
}
}
......@@ -390,14 +390,14 @@ long
return 0;
if (op != &ops[1] || vp != &vals[1])
{
error(ERROR, "Botch in #if/#elsif");
error(ERROR, "Botch in #if/#elif");
return 0;
}
if (vals[0].type == UND)
error(ERROR, "Undefined expression value");
return vals[0].val;
syntax:
error(ERROR, "Syntax error in #if/#elsif");
error(ERROR, "Syntax error in #if/#elif");
return 0;
}
......@@ -679,7 +679,7 @@ struct value
else
{
error(ERROR,
"Bad number %t in #if/#elsif", tp);
"Bad number %t in #if/#elif", tp);
break;
}
}
......@@ -761,7 +761,7 @@ struct value
break;
case STRING:
error(ERROR, "String in #if/#elsif");
error(ERROR, "String in #if/#elif");
break;
}
return v;
......
......@@ -1181,7 +1181,7 @@ void GetMergeSel( const SwPaM& rPam, SwSelBoxes& rBoxes,
pUndo->SaveCollection( *aPosArr[ i ].pSelBox );
aPosArr.Remove( nSttPos, n - nSttPos );
}
#elsif defined( DEL_EMPTY_BOXES_AT_START_AND_END )
#elif defined( DEL_EMPTY_BOXES_AT_START_AND_END )
nWidth = pFirstBox->GetFrmFmt()->GetFrmSize().GetWidth();
sal_uInt16 n, nSttPos = 0, nSEndPos = 0, nESttPos = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment