summaryrefslogtreecommitdiff
path: root/tools/bootstrp/prj.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 12:19:14 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 12:19:14 +0000
commit86e6d50c5c9964042fa5a89a4162cc1eebcdfbc8 (patch)
treefbe4fbdff945549d06e4cb1caf4e1df894acee8e /tools/bootstrp/prj.cxx
parent241c87e1d7153be9a8f8304c60dffc8e5e7271ae (diff)
INTEGRATION: CWS sb13 (1.20.122); FILE MERGED
2004/02/06 08:57:43 sb 1.20.122.1: #i19699# Adapted to tightened tools/string.hxx.
Diffstat (limited to 'tools/bootstrp/prj.cxx')
-rw-r--r--tools/bootstrp/prj.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/bootstrp/prj.cxx b/tools/bootstrp/prj.cxx
index 2caeb39d32ad..0f949c5291aa 100644
--- a/tools/bootstrp/prj.cxx
+++ b/tools/bootstrp/prj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prj.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2004-02-04 13:43:37 $
+ * last change: $Author: kz $ $Date: 2004-02-26 13:19:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -906,7 +906,7 @@ void Star::InsertToken ( char *yytext )
}
else
{
- aProjectName = aDirName.GetToken ( 0, 0x5c);
+ aProjectName = aDirName.GetToken ( 0, '\\');
if ( HasProject( aProjectName ))
{
pPrj = GetPrj( aProjectName );
@@ -934,7 +934,7 @@ void Star::InsertToken ( char *yytext )
der Solar-Projekte einfuegen */
if ( i == -1 )
{
- aProjectName = aDirName.GetToken ( 0, 0x5c);
+ aProjectName = aDirName.GetToken ( 0, '\\');
if ( HasProject( aProjectName ))
{
pPrj = GetPrj( aProjectName );
@@ -1517,7 +1517,7 @@ void StarWriter::InsertTokenLine ( ByteString& rString )
}
else
{
- aProjectName = aDirName.GetToken ( 0, 0x5c);
+ aProjectName = aDirName.GetToken ( 0, '\\');
if ( HasProject( aProjectName ))
{
pPrj = GetPrj( aProjectName );
@@ -1546,7 +1546,7 @@ void StarWriter::InsertTokenLine ( ByteString& rString )
der Solar-Projekte einfuegen */
if ( i == -1 )
{
- aProjectName = aDirName.GetToken ( 0, 0x5c);
+ aProjectName = aDirName.GetToken ( 0, '\\');
if ( HasProject( aProjectName ))
{
pPrj = GetPrj( aProjectName );