summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-06-13 12:59:43 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-06-13 12:59:43 +0000
commitc7b037f8cdde94d807a45ce821428edda2a97f74 (patch)
treea3a9c2e0ba6784e40a10df22e9ab900870ae86d5 /tools
parent465be27946b3b545b8a3f26c9f7fc349d6d52e56 (diff)
backslash...
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrp/rscdep.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx
index 60b5738d018c..a422eaf9c1da 100644
--- a/tools/bootstrp/rscdep.cxx
+++ b/tools/bootstrp/rscdep.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscdep.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hjs $ $Date: 2001-06-13 13:42:22 $
+ * last change: $Author: hjs $ $Date: 2001-06-13 13:59:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -359,7 +359,7 @@ main( int argc, char **argv )
{
ByteString *pStr = pLst->GetObject(j);
#ifdef UNX
- pStr->SearchAndReplaceAll('\', ByteString( aDelim, RTL_TEXTENCODING_ASCII_US ));
+ pStr->SearchAndReplaceAll('\\', ByteString( aDelim, RTL_TEXTENCODING_ASCII_US ));
#endif
#ifdef WNT
pStr->SearchAndReplaceAll('/', ByteString( aDelim, RTL_TEXTENCODING_ASCII_US ));