summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 12:52:49 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 16:28:01 +0100
commit87849a834e24a0c9e0b18478ebeb6e417a020ef9 (patch)
treed446014c901bca4b43e134413f8cf1edaccf43b3 /automation
parent0f5d93928f5355ca7df998baa429c2ffe33ec923 (diff)
Remove HPUX support
Diffstat (limited to 'automation')
-rw-r--r--automation/source/testtool/comm_bas.hxx4
-rw-r--r--automation/source/testtool/objtest.cxx2
2 files changed, 2 insertions, 4 deletions
diff --git a/automation/source/testtool/comm_bas.hxx b/automation/source/testtool/comm_bas.hxx
index 3587efcc4806..0754e0e23667 100644
--- a/automation/source/testtool/comm_bas.hxx
+++ b/automation/source/testtool/comm_bas.hxx
@@ -41,12 +41,12 @@ class CommunicationWrapper : public SbxObject // Einer für Manager und Links
// Definition eines Tabelleneintrags. Dies wird hier gemacht,
// da dadurch die Methoden und Properties als private deklariert
// werden koennen.
-#if defined ( ICC ) || defined ( HPUX ) || defined ( C50 ) || defined ( C52 )
+#if defined ( ICC ) || defined ( C50 ) || defined ( C52 )
public:
#endif
typedef void( CommunicationWrapper::*pMeth )
( SbxVariable* pThis, SbxArray* pArgs, BOOL bWrite );
-#if defined ( ICC ) || defined ( HPUX )
+#if defined ( ICC )
private:
#endif
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index 7dc7ae374f0a..25992c20a7aa 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -425,8 +425,6 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
abGP.Append( "04" );
#elif defined SOLARIS && defined INTEL
abGP.Append( "05" ); // Solaris x86
-#elif defined HPUX
- abGP.Append( "07" );
#elif defined FREEBSD
abGP.Append( "08" );
#elif defined MACOSX