summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xkey.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xkey.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xkey.hxx26
1 files changed, 10 insertions, 16 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xkey.hxx b/connectivity/source/drivers/postgresql/pq_xkey.hxx
index c416a9438b60..1b22047e89c4 100644
--- a/connectivity/source/drivers/postgresql/pq_xkey.hxx
+++ b/connectivity/source/drivers/postgresql/pq_xkey.hxx
@@ -69,22 +69,19 @@ public: // XInterface
virtual void SAL_CALL acquire() throw() override { ReflectionBase::acquire(); }
virtual void SAL_CALL release() throw() override { ReflectionBase::release(); }
virtual css::uno::Any SAL_CALL queryInterface(
- const css::uno::Type & reqType )
- throw (css::uno::RuntimeException, std::exception) override;
+ const css::uno::Type & reqType ) override;
public: // XColumnsSupplier
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL
- getColumns( ) throw (css::uno::RuntimeException, std::exception) override;
+ getColumns( ) override;
public: // XTypeProvider, first implemented by OPropertySetHelper
- virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
- throw( css::uno::RuntimeException, std::exception ) override;
- virtual css::uno::Sequence< sal_Int8> SAL_CALL getImplementationId()
- throw( css::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override;
+ virtual css::uno::Sequence< sal_Int8> SAL_CALL getImplementationId() override;
public: // XDataDescriptorFactory
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL
- createDataDescriptor( ) throw (css::uno::RuntimeException, std::exception) override;
+ createDataDescriptor( ) override;
};
@@ -102,22 +99,19 @@ public: // XInterface
virtual void SAL_CALL acquire() throw() override { ReflectionBase::acquire(); }
virtual void SAL_CALL release() throw() override { ReflectionBase::release(); }
virtual css::uno::Any SAL_CALL queryInterface(
- const css::uno::Type & reqType )
- throw (css::uno::RuntimeException, std::exception) override;
+ const css::uno::Type & reqType ) override;
public: // XColumnsSupplier
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL
- getColumns( ) throw (css::uno::RuntimeException, std::exception) override;
+ getColumns( ) override;
public: // XTypeProvider, first implemented by OPropertySetHelper
- virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
- throw( css::uno::RuntimeException, std::exception ) override;
- virtual css::uno::Sequence< sal_Int8> SAL_CALL getImplementationId()
- throw( css::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override;
+ virtual css::uno::Sequence< sal_Int8> SAL_CALL getImplementationId() override;
public: // XDataDescriptorFactory
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL
- createDataDescriptor( ) throw (css::uno::RuntimeException, std::exception) override;
+ createDataDescriptor( ) override;
};
}