From f289b950d111c7093f9c2e1ab40ebcb9fd8a9c34 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 6 Nov 2006 13:46:02 +0000 Subject: 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 --- automation/source/testtool/objtest.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'automation/source') 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); -- cgit