summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-04 15:20:00 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:51 +0200
commitc03800435eaa12a7957450a1b1223a6753dc8fa3 (patch)
tree00ec15aaf06ddc4c6cc350e9f40394c526b7b392
parent43b6df53b3c754373147dd48df88df232770c2ac (diff)
InArbeit is unused
means "work in progress", pretty long since 2000.
-rw-r--r--vcl/source/filter/sgvmain.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/filter/sgvmain.cxx b/vcl/source/filter/sgvmain.cxx
index b2f4a413c6c8..025ebe4681e9 100644
--- a/vcl/source/filter/sgvmain.cxx
+++ b/vcl/source/filter/sgvmain.cxx
@@ -176,14 +176,7 @@ SvStream& ReadObjkType(SvStream& rInp, ObjkType& rObjk)
#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)