summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-03-15 16:02:56 +0000
committerCaolán McNamara <cmc@openoffice.org>2010-03-15 16:02:56 +0000
commit511b60b0d38c65fc1bd32069fc3d6852b2c8218e (patch)
treee89238a8cb9953ecd31068163f4bcb6e20193526 /automation
parent94bf193db97db0d4ccf6491f8886fdca44e4b252 (diff)
linuxaxp01: #i110145# first cut
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