summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 14:42:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 14:42:58 +0000
commite283a822ce57652bca148a0daad7575d32f3b6c4 (patch)
tree17ed18dad075618bcc785b215cc2b21269a47b7f
parent915e01cd3f67a0a5a15fd29246bbeab24c9331df (diff)
INTEGRATION: CWS ubuntusoclient (1.12.12); FILE MERGED
2008/06/23 15:15:24 vg 1.12.12.1: #158126# added new platform
-rw-r--r--transex3/source/srciter.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/transex3/source/srciter.cxx b/transex3/source/srciter.cxx
index b0a47fdf8491..3fef6c2325ca 100644
--- a/transex3/source/srciter.cxx
+++ b/transex3/source/srciter.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: srciter.cxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -76,6 +76,7 @@ void SourceTreeIterator::ExecuteDirectory( transex::Directory& aDirectory )
static rtl::OUString WCARD8 ( rtl::OUString::createFromAscii( "unxsolsx" ) );
static rtl::OUString WCARD9 ( rtl::OUString::createFromAscii( "unxsolsu" ) );
static rtl::OUString WCARD10 ( rtl::OUString::createFromAscii( "wntmscx" ) );
+ static rtl::OUString WCARD11 ( rtl::OUString::createFromAscii( "unxubti8" ) );
if( sDirName.indexOf( WCARD1 , 0 ) > -1 ||
@@ -87,7 +88,8 @@ void SourceTreeIterator::ExecuteDirectory( transex::Directory& aDirectory )
sDirName.indexOf( WCARD7 , 0 ) > -1 ||
sDirName.indexOf( WCARD8 , 0 ) > -1 ||
sDirName.indexOf( WCARD9 , 0 ) > -1 ||
- sDirName.indexOf( WCARD10 , 0 ) > -1
+ sDirName.indexOf( WCARD10 , 0 ) > -1 ||
+ sDirName.indexOf( WCARD11 , 0 ) > -1
) return;
//printf("**** %s \n", OUStringToOString( sDirName , RTL_TEXTENCODING_UTF8 , sDirName.getLength() ).getStr() );