summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-12-28 18:09:06 -0500
committerKohei Yoshida <kyoshida@novell.com>2009-12-28 18:09:06 -0500
commit90c372a96486e1a778368b0631f4979057f9ed56 (patch)
tree55928f10264e4438c37af201b0a70ca2b9b70abb /inc
parent5d8e4b358b520cdf680d28f79155d4b33ad4cf6e (diff)
Get xls inport directory via envvar, handle disposed exception on terminate.
Diffstat (limited to 'inc')
-rw-r--r--inc/global.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/global.hxx b/inc/global.hxx
index cd421d3..6b38895 100644
--- a/inc/global.hxx
+++ b/inc/global.hxx
@@ -9,6 +9,8 @@ namespace test {
::com::sun::star::uno::Reference< ::com::sun::star::frame::XDesktop >
bootstrap();
+void info(const char* msg);
+
}
#endif