summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 09:00:54 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 09:00:54 +0000
commit48a5699de20bcc28e1e3323f1976ec37008436e3 (patch)
tree9a3ce117e10ab1b11def0ff24502fa6a3327cd1a /xmlhelp
parent5b6aab5173207c1630db741201f5712b6222ab17 (diff)
INTEGRATION: CWS abi08 (1.39.2); FILE MERGED
2004/10/12 09:06:20 abi 1.39.2.1: #i34466# wrong check wether something has to be replaced
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index 15068f98c1a3..516cf746986d 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.cxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: databases.cxx,v $
*
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: rt $ $Date: 2004-09-08 16:14:11 $
+ * last change: $Author: obo $ $Date: 2004-11-17 10:00:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1049,9 +1049,9 @@ void Databases::setActiveText( const rtl::OUString& Module,
// ensure existence of tmp after for
rtl::OString tmp;
for( int i = 0; i < len; ++i )
- if( ptr[i] == '%' )
+ if( ptr[i] == '%' || ptr[i] == '$' )
{
- // need to replace
+ // need of replacement
rtl::OUString temp = rtl::OUString( ptr,len,RTL_TEXTENCODING_UTF8 );
replaceName( temp );
tmp = rtl::OString( temp.getStr(),