summaryrefslogtreecommitdiff
path: root/cppuhelper/test/testhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/testhelper.hxx')
-rw-r--r--cppuhelper/test/testhelper.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cppuhelper/test/testhelper.hxx b/cppuhelper/test/testhelper.hxx
index 9d948710f1f2..313ad129b13c 100644
--- a/cppuhelper/test/testhelper.hxx
+++ b/cppuhelper/test/testhelper.hxx
@@ -16,10 +16,16 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+#ifndef INCLUDED_CPPUHELPER_TEST_TESTHELPER_HXX
+#define INCLUDED_CPPUHELPER_TEST_TESTHELPER_HXX
+
void testidlclass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &r);
void testPropertyTypeHelper();
void test_PropertySetHelper();
void test_ImplHelper( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > & xSF );
void test_interfacecontainer();
+#endif // INCLUDED_CPPUHELPER_TEST_TESTHELPER_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */