From c434abf945c0f8132819337f5cfb2b8d07310537 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 15 Feb 2011 01:15:39 +0100 Subject: Remove WORKAROUND_98119 --- xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx index 7c6f646b3358..ff05d538d1d4 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx @@ -29,11 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_xmlhelp.hxx" -#define WORKAROUND_98119 - -#ifdef WORKAROUND_98119 #include "bufferedinputstream.hxx" -#endif #include #include @@ -537,11 +533,7 @@ void URLParameter::open( const Reference< XMultiServiceFactory >& rxSMgr, { } } -#ifdef WORKAROUND_98119 xDataSink->setInputStream( turnToSeekable(xStream) ); -#else - xDataSink->setInputStream( xStream ); -#endif } else // a standard document or else an active help text, plug in the new input stream -- cgit