summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-12-15 01:05:29 -0500
committerKohei Yoshida <kyoshida@novell.com>2009-12-15 01:05:29 -0500
commit116eaaf3669b83901bc3edffa034366dc2ef64e0 (patch)
tree3d0732de27cb6d466fa0c80e89898946b7bb4742 /inc
parent725007b7e9e3079e74e31de61f1ecf5804573781 (diff)
Managed to automatically run the test program & bootstrap to soffice.bin process.
Diffstat (limited to 'inc')
-rw-r--r--inc/global.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/inc/global.hxx b/inc/global.hxx
index 84648ea..cd421d3 100644
--- a/inc/global.hxx
+++ b/inc/global.hxx
@@ -2,6 +2,13 @@
#ifndef __GLOBAL_HXX__
#define __GLOBAL_HXX__
+#include <com/sun/star/frame/XDesktop.hpp>
+namespace test {
+
+::com::sun::star::uno::Reference< ::com::sun::star::frame::XDesktop >
+ bootstrap();
+
+}
#endif