diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-27 09:06:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-27 09:06:04 +0000 |
commit | 75a342d9d517778a7647ffffd53036cd1a41e7d5 (patch) | |
tree | 323ae5d85d2d1deafafbf08e999632218f38dfc5 /cppu | |
parent | 928121f3fa1b97ae930c9d004315dbb5a63559f4 (diff) |
INTEGRATION: CWS ia64port01_DEV300 (1.34.56); FILE MERGED
2008/02/16 15:27:58 cmc 1.34.56.1: #i84999# add tests for struct returning rules in registers depending on size and other characteristics, e.g. x86_64 and ia64
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/test/testcppu.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cppu/test/testcppu.cxx b/cppu/test/testcppu.cxx index 3ec57876af6e..a7f8087797b1 100644 --- a/cppu/test/testcppu.cxx +++ b/cppu/test/testcppu.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testcppu.cxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: rt $ $Date: 2006-12-01 17:27:07 $ + * last change: $Author: obo $ $Date: 2008-02-27 10:06:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -80,6 +80,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <test/XSimpleInterface.hpp> #include <test/XLanguageBindingTest.hpp> +#include <com/sun/star/registry/XSimpleRegistry.hpp> using namespace test; using namespace rtl; |