diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-06 13:46:02 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-06 13:46:02 +0000 |
commit | f289b950d111c7093f9c2e1ab40ebcb9fd8a9c34 (patch) | |
tree | bc41e753303d572519a5adc84f112d9d9637a743 /automation/source | |
parent | 4f9cb4487b66a9bd851fb79291e2f6157a91a6c8 (diff) |
INTEGRATION: CWS unxlngs05 (1.27.10); FILE MERGED
2006/10/14 05:42:58 sparcmoz 1.27.10.1: #i66140# ID 16 for platform GNU/Linux SPARC
Diffstat (limited to 'automation/source')
-rw-r--r-- | automation/source/testtool/objtest.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index 52e39a04bf71..29d62dc77c59 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: objtest.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: obo $ $Date: 2006-10-12 11:19:00 $ + * last change: $Author: kz $ $Date: 2006-11-06 14:46:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -535,6 +535,8 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d abGP.Append( "14" ); #elif defined LINUX && defined X86_64 abGP.Append( "15" ); // Linux x86-64 +#elif defined LINUX && defined SPARC + abGP.Append( "16" ); // Linux SPARC #else #error ("unknown platform. please request an ID for your platform on qa/dev") #endif @@ -2868,7 +2870,7 @@ SbxVariable* TestToolObj::Find( const String& aStr, SbxClassType aType) String TestToolObj::GetRevision( String const &aSourceIn ) { - // search $Revision: 1.29 $ + // search $Revision: 1.30 $ xub_StrLen nPos; if ( ( nPos = aSourceIn.SearchAscii( "$Revision:" ) ) != STRING_NOTFOUND ) return aSourceIn.Copy( nPos+ 10, aSourceIn.SearchAscii( "$", nPos+10 ) -nPos-10); |