summaryrefslogtreecommitdiff
path: root/transex3/source
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-12-17 10:12:25 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-12-17 10:12:25 +0000
commit2fa7a3fcc478a6bef21b204bead022e760bf4d1b (patch)
tree686152efa4ca1e15e3acb866e9d1a84aa1f2cb9e /transex3/source
parent7b49b6c0537d7563cfc1b51d72d1695fbdcfc167 (diff)
removed also wdk_ modules
Diffstat (limited to 'transex3/source')
-rw-r--r--transex3/source/localize.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/transex3/source/localize.cxx b/transex3/source/localize.cxx
index ca183ca4f5d2..d52f7eedba15 100644
--- a/transex3/source/localize.cxx
+++ b/transex3/source/localize.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localize.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: nf $ $Date: 2001-10-18 14:48:58 $
+ * last change: $Author: nf $ $Date: 2001-12-17 11:12:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -192,7 +192,8 @@ const ByteString SourceTreeLocalizer::GetProjectName( BOOL bAbs )
// 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" ))
+ ( ByteString( aCur.GetName(), RTL_TEXTENCODING_ASCII_US ) == "xulclient" ) ||
+ ( ByteString( aCur.GetName(), RTL_TEXTENCODING_ASCII_US ).Search( "wdk_" ) == 0 ))
return "";
// end HACK !!!!!!!!!!!!!!!!!!!!!!!!!