summaryrefslogtreecommitdiff
path: root/svx/source/inc/recoveryui.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/recoveryui.hxx')
-rw-r--r--svx/source/inc/recoveryui.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/svx/source/inc/recoveryui.hxx b/svx/source/inc/recoveryui.hxx
index 46c867db2f96..38febbbbf433 100644
--- a/svx/source/inc/recoveryui.hxx
+++ b/svx/source/inc/recoveryui.hxx
@@ -28,7 +28,8 @@
#include "docrecovery.hxx"
-namespace {
+namespace svx
+{
namespace svxdr = ::svx::DocRecovery;
@@ -108,6 +109,13 @@ class RecoveryUI : public ::cppu::WeakImplHelper2< css::lang::XServiceInfo
const css::util::URL& aURL )
throw(css::uno::RuntimeException);
+ //---------------------------------------
+ // XServiceInfo helper
+
+ static OUString st_getImplementationName();
+ static css::uno::Sequence< OUString > st_getSupportedServiceNames();
+ static css::uno::Reference< css::uno::XInterface > SAL_CALL st_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
+
//-------------------------------------------
// helper
private:
@@ -124,7 +132,7 @@ class RecoveryUI : public ::cppu::WeakImplHelper2< css::lang::XServiceInfo
};
-}
+} // namespace svx
#endif // INCLUDED_SVX_SOURCE_INC_RECOVERYUI_HXX