diff options
Diffstat (limited to 'dbaccess/source/ui/uno/dbinteraction.hxx')
-rw-r--r-- | dbaccess/source/ui/uno/dbinteraction.hxx | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/dbaccess/source/ui/uno/dbinteraction.hxx b/dbaccess/source/ui/uno/dbinteraction.hxx index 0ea184cc07ab..9e6184313974 100644 --- a/dbaccess/source/ui/uno/dbinteraction.hxx +++ b/dbaccess/source/ui/uno/dbinteraction.hxx @@ -133,7 +133,13 @@ namespace dbaui } // XServiceInfo - DECLARE_SERVICE_INFO_STATIC(); + DECLARE_SERVICE_INFO(); + /// @throws css::uno::RuntimeException + static OUString SAL_CALL getImplementationName_Static( ) throw (css::uno::RuntimeException); + /// @throws css::uno::RuntimeException + static css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_Static( ) throw(css::uno::RuntimeException); + static css::uno::Reference< css::uno::XInterface > + SAL_CALL Create(const css::uno::Reference< css::lang::XMultiServiceFactory >&); }; // SQLExceptionInteractionHandler @@ -161,7 +167,13 @@ namespace dbaui } // XServiceInfo - DECLARE_SERVICE_INFO_STATIC(); + DECLARE_SERVICE_INFO(); + /// @throws css::uno::RuntimeException + static OUString SAL_CALL getImplementationName_Static( ) throw (css::uno::RuntimeException); + /// @throws css::uno::RuntimeException + static css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_Static( ) throw(css::uno::RuntimeException); + static css::uno::Reference< css::uno::XInterface > + SAL_CALL Create(const css::uno::Reference< css::lang::XMultiServiceFactory >&); }; } // namespace dbaui |