Kaydet (Commit) a7d0400d authored tarafından Takeshi Abe's avatar Takeshi Abe

Remove an unused inline function

Change-Id: I52a5b2d7d3302ba887364e7bf5b377bf93394406
üst 2111d552
......@@ -87,11 +87,6 @@
#ifndef __RSC
inline bool IsWarning( sal_uLong nErr )
{
return 0 != ( nErr & ERRCODE_WARNING_MASK & nErr );
}
inline bool IsError( sal_uLong nErr )
{
return nErr && 0 == ( ERRCODE_WARNING_MASK & nErr );
......
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