summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-05-10 15:37:45 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-05-10 15:37:45 +0200
commitff7ef41b52770b1b01a39411d362208a9f21e232 (patch)
tree87a218d0d09eda5d3eaf30a178bae0d077c92181 /automation
parent2dae5880759a849c0951a629a9dac74789bee035 (diff)
parent511b60b0d38c65fc1bd32069fc3d6852b2c8218e (diff)
CWS-TOOLING: integrate CWS linuxaxp01
Diffstat (limited to 'automation')
-rw-r--r--automation/source/testtool/objtest.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index 461dff80b13d..2361361f277f 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -518,6 +518,8 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
abGP.Append( "21" ); // Linux S390
#elif defined LINUX && defined HPPA
abGP.Append( "22" ); // Linux PA-RISC
+#elif defined LINUX && defined AXP
+ abGP.Append( "23" ); // Linux ALPHA
#else
#error ("unknown platform. please request an ID for your platform on qa/dev")
#endif