summaryrefslogtreecommitdiff
path: root/transex3/source
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2002-03-17 22:12:26 +0000
committerSander Vesik <svesik@openoffice.org>2002-03-17 22:12:26 +0000
commitcbc35755efef109daca6d0f4da0f6c9476636ea1 (patch)
treef82d51ff1dcc526f07351937e55bea59a430c647 /transex3/source
parent8eee6f0a75a0e3acc7f3978d3a5dd0e54e03e7c1 (diff)
== -> Equals
Contributed by the SGI OpenOffice.org porting team
Diffstat (limited to 'transex3/source')
-rw-r--r--transex3/source/localize.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/transex3/source/localize.cxx b/transex3/source/localize.cxx
index f1a1dda1b4d6..b6e3573d76e7 100644
--- a/transex3/source/localize.cxx
+++ b/transex3/source/localize.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localize.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: svesik $ $Date: 2002-01-02 11:00:44 $
+ * last change: $Author: svesik $ $Date: 2002-03-17 23:12:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -190,9 +190,9 @@ const ByteString SourceTreeLocalizer::GetProjectName( BOOL bAbs )
if ( aTest.Exists() )
{
// HACK !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- if (( ByteString( aCur.GetName(), RTL_TEXTENCODING_ASCII_US ) == "webinstall" ) ||
- ( ByteString( aCur.GetName(), RTL_TEXTENCODING_ASCII_US ) == "portal" ) ||
- ( ByteString( aCur.GetName(), RTL_TEXTENCODING_ASCII_US ) == "xulclient" ) ||
+ if (( ByteString( aCur.GetName(), RTL_TEXTENCODING_ASCII_US ).Equals("webinstall") ) ||
+ ( ByteString( aCur.GetName(), RTL_TEXTENCODING_ASCII_US ).Equals("portal") ) ||
+ ( ByteString( aCur.GetName(), RTL_TEXTENCODING_ASCII_US ).Equals("xulclient") ) ||
( ByteString( aCur.GetName(), RTL_TEXTENCODING_ASCII_US ).Search( "wdk_" ) == 0 ))
return "";
// end HACK !!!!!!!!!!!!!!!!!!!!!!!!!