diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-15 01:15:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-15 13:27:12 +0100 |
commit | c434abf945c0f8132819337f5cfb2b8d07310537 (patch) | |
tree | 5f7e364528dac0389cdeeb110921c8ec76afdc12 | |
parent | 83f391a2852565e127bed88ba0486eee689b7462 (diff) |
Remove WORKAROUND_98119
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 8 |
1 files changed, 0 insertions, 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 <string.h> #include <osl/diagnose.hxx> @@ -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 |