diff options
author | sb <sb@openoffice.org> | 2010-01-05 13:09:26 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-05 13:09:26 +0100 |
commit | a44418ec3038019bfdffa8e1df3a0a080f74b0a9 (patch) | |
tree | 6d6c5dd4243b39d2e0c35835a656cafe0a30f066 /xmlhelp/source/cxxhelp/provider/urlparameter.cxx | |
parent | d9164f354a8951ad220d5ae937517228296d1922 (diff) | |
parent | 0de34b05f3c1a0409d23b63b9e69d4d7abbe1090 (diff) |
sb111: merged in DEV300_m68
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/urlparameter.cxx')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx index 907da892ef1e..098c032b44be 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx @@ -1006,7 +1006,7 @@ InputStreamTransformer::InputStreamTransformer( URLParameter* urlParam, ::rtl::OUString aExtensionPath; rtl::OUString aJar = urlParam->get_jar(); - bool bAddExtensionPath = false;
+ bool bAddExtensionPath = false; sal_Int32 nQuestionMark1 = aJar.indexOf( sal_Unicode('?') ); sal_Int32 nQuestionMark2 = aJar.lastIndexOf( sal_Unicode('?') ); if( nQuestionMark1 != -1 && nQuestionMark2 != -1 && nQuestionMark1 != nQuestionMark2 ) |