summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-15 01:15:39 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-15 13:27:12 +0100
commit9a1dc84889c192a24e7c482065ae38dbb9f04511 (patch)
tree7558122feeef88931c996bdbb48a83ed1600f987 /xmlhelp
parent2edd99e91cb5531514937ce7c277dd5f41fa0200 (diff)
Remove WORKAROUND_98119
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index 3b5b30b699..164d1dce85 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