summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-08-05 08:42:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-08-05 08:42:33 +0000
commit342a1807e2f483abcfb977e66ab127011f388518 (patch)
tree550e06aa09b6ada924a1942f920cd720fbabb41c /xmlhelp
parent61050fe3841452ac1c1719a254b0901d19644a21 (diff)
#100000#,#111123#: use thread local text encoding
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index b9e3de6ffaeb..a60c60d2c560 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: urlparameter.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:09:21 $
+ * last change: $Author: vg $ $Date: 2003-08-05 09:42:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -875,12 +875,12 @@ InputStreamTransformer::InputStreamTransformer( URLParameter* urlParam,
SablotHandle p;
SablotCreateProcessor(&p);
SablotRegHandler( p,HLR_SCHEME,&schemeHandler,(void*)(&userData) );
- rtl::OUString xslURL = pDatabases->getInstallPathAsURLWithOutEncoding();
+ rtl::OUString xslURL = pDatabases->getInstallPathAsURL/*WithOutEncoding*/();
rtl::OString xslURLascii(
xslURL.getStr(),
xslURL.getLength(),
- osl_getThreadTextEncoding());
+ RTL_TEXTENCODING_ASCII_US/*osl_getThreadTextEncoding()*/);
xslURLascii += "main_transform.xsl";
SablotRunProcessor( p,