summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 16:59:36 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 16:59:36 +0000
commit4c0f339b4b9785688ac05b58416f50c8ed75569c (patch)
treec64cb8a4d65c09d264622d8c35cd5e2d14b62e06 /automation
parent8c2eb0399381ef450cf45a4a027ccb99b4dcc798 (diff)
INTEGRATION: CWS armoabiport01 (1.35.4); FILE MERGED
2007/11/07 14:27:01 cmc 1.35.4.1: #i83413# add a testid for linux arm
Diffstat (limited to 'automation')
-rw-r--r--automation/source/testtool/objtest.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index 9d2598bcea68..6fef17140877 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: objtest.cxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: hr $ $Date: 2007-11-02 15:19:12 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 17:59:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -540,6 +540,8 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
abGP.Append( "17" );
#elif defined LINUX && defined MIPS
abGP.Append( "18" ); // Linux MIPS
+#elif defined LINUX && defined ARM
+ abGP.Append( "19" ); // Linux ARM
#else
#error ("unknown platform. please request an ID for your platform on qa/dev")
#endif
@@ -2940,7 +2942,7 @@ SbxVariable* TestToolObj::Find( const String& aStr, SbxClassType aType)
String TestToolObj::GetRevision( String const &aSourceIn )
{
- // search $Revision: 1.35 $
+ // search $Revision: 1.36 $
xub_StrLen nPos;
if ( ( nPos = aSourceIn.SearchAscii( "$Revision:" ) ) != STRING_NOTFOUND )
return aSourceIn.Copy( nPos+ 10, aSourceIn.SearchAscii( "$", nPos+10 ) -nPos-10);