summaryrefslogtreecommitdiffstats
path: root/desktop/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-21 23:24:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-21 23:35:24 +0200
commit0607102c470a67dfd7c0579a32d1c862427e2013 (patch)
tree9f549e22cf84935a42d4c5c5b1aa7c953f51e42f /desktop/inc
parentIn ChildStatusProc, calculate a meaningful status for processes killed by a s... (diff)
downloadcore-0607102c470a67dfd7c0579a32d1c862427e2013.tar.gz
core-0607102c470a67dfd7c0579a32d1c862427e2013.zip
Improved some error reporting.
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 10f6de9dc7c3..87a774c5661b 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -144,6 +144,7 @@ class Desktop : public Application
private:
// Bootstrap methods
static ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > CreateApplicationServiceManager();
+ // returns a non-null reference or throws an exception
void RegisterServices( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xSMgr );
void DeregisterServices();