summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-27 08:44:28 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-27 08:44:28 +0000
commit44145f5afc7cd430fa12e8d7f7aeb83de94b23ee (patch)
tree646bdf42399a5dc68a35ba77ad430e1263c3a9f2 /automation
parent76c00fa68a5356d7b77850500f74c8d2ecbcc555 (diff)
INTEGRATION: CWS ia64port01_DEV300 (1.36.6); FILE MERGED
2008/01/08 08:25:51 cmc 1.36.6.1: #i84999# add ia64
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 6fef17140877..1ac058ee1e74 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: objtest.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: ihi $ $Date: 2007-11-26 17:59:36 $
+ * last change: $Author: obo $ $Date: 2008-02-27 09:44:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -542,6 +542,8 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
abGP.Append( "18" ); // Linux MIPS
#elif defined LINUX && defined ARM
abGP.Append( "19" ); // Linux ARM
+#elif defined LINUX && defined IA64
+ abGP.Append( "20" ); // Linux ia64
#else
#error ("unknown platform. please request an ID for your platform on qa/dev")
#endif
@@ -2942,7 +2944,7 @@ SbxVariable* TestToolObj::Find( const String& aStr, SbxClassType aType)
String TestToolObj::GetRevision( String const &aSourceIn )
{
- // search $Revision: 1.36 $
+ // search $Revision: 1.37 $
xub_StrLen nPos;
if ( ( nPos = aSourceIn.SearchAscii( "$Revision:" ) ) != STRING_NOTFOUND )
return aSourceIn.Copy( nPos+ 10, aSourceIn.SearchAscii( "$", nPos+10 ) -nPos-10);