summaryrefslogtreecommitdiff
path: root/embeddedobj/source/inc/specialobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/source/inc/specialobject.hxx')
-rw-r--r--embeddedobj/source/inc/specialobject.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/embeddedobj/source/inc/specialobject.hxx b/embeddedobj/source/inc/specialobject.hxx
index 32ad61a7a582..695aad730cd9 100644
--- a/embeddedobj/source/inc/specialobject.hxx
+++ b/embeddedobj/source/inc/specialobject.hxx
@@ -48,6 +48,11 @@ public:
virtual void SAL_CALL changeState( sal_Int32 nNewState ) override;
virtual void SAL_CALL doVerb( sal_Int32 nVerbID ) override;
+
+ // XServiceInfo
+ OUString SAL_CALL getImplementationName() override;
+ sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
+ css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
};
#endif