[Libreoffice-commits] .: automation/source

Thomas Klausner tklausner at kemper.freedesktop.org
Fri Nov 5 16:23:19 PDT 2010


 automation/source/testtool/objtest.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f98bb36a62554a55df96280fd9104c464950f2b8
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Sat Nov 6 00:23:00 2010 +0100

    Improve f3d4826fe53173d0f50d53b11cd2b4402b2a286d: avoid duplicate numbers.

diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index 29dc7a2..df6f227 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -506,9 +506,9 @@ void TestToolObj::LoadIniFile()				// Laden der IniEinstellungen, die durch den
 #elif defined NETBSD && defined X86_64
     abGP.Append( "24" );  // NetBSD/amd64
 #elif defined OPENBSD && defined X86
-    abGP.Append( "24" );  // OpenBSD/i386
+    abGP.Append( "25" );  // OpenBSD/i386
 #elif defined OPENBSD && defined X86_64
-    abGP.Append( "25" );  // OpenBSD/amd64
+    abGP.Append( "26" );  // OpenBSD/amd64
 #else
 #error ("unknown platform. please request an ID for your platform on qa/dev")
 #endif


More information about the Libreoffice-commits mailing list