Kaydet (Commit) c0380043 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

InArbeit is unused

means "work in progress", pretty long since 2000.
üst 43b6df53
......@@ -175,15 +175,8 @@ SvStream& ReadObjkType(SvStream& rInp, ObjkType& rObjk)
rInp.Read((char*)&rObjk.Last,ObjkSize);
#if defined OSL_BIGENDIAN
SWAPOBJK(rObjk);
#endif
#ifdef InArbeit
sal_uLong nPos1=rInp.Tell();
if(nPos == nPos1) InfoBox( NULL, "tellg is not working" ).Execute();
#endif
rInp.Seek(nPos);
#ifdef InArbeit
if (rInp.Tell() != nPos) InfoBox( NULL, "seekg is not working" ).Execute();
#endif
return rInp;
}
SvStream& ReadStrkType(SvStream& rInp, StrkType& rStrk)
......
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