summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Clob.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/Clob.hxx')
-rw-r--r--connectivity/source/drivers/firebird/Clob.hxx20
1 files changed, 5 insertions, 15 deletions
diff --git a/connectivity/source/drivers/firebird/Clob.hxx b/connectivity/source/drivers/firebird/Clob.hxx
index dfa40dedd484..b71bec19fa51 100644
--- a/connectivity/source/drivers/firebird/Clob.hxx
+++ b/connectivity/source/drivers/firebird/Clob.hxx
@@ -45,27 +45,17 @@ namespace connectivity
// ---- XClob ----------------------------------------------------
virtual sal_Int64 SAL_CALL
- length()
- throw(css::sdbc::SQLException,
- css::uno::RuntimeException, std::exception) override;
+ length() override;
virtual ::rtl::OUString SAL_CALL
- getSubString(sal_Int64 aPosition, sal_Int32 aLength)
- throw(css::sdbc::SQLException,
- css::uno::RuntimeException, std::exception) override;
+ getSubString(sal_Int64 aPosition, sal_Int32 aLength) override;
virtual css::uno::Reference< css::io::XInputStream > SAL_CALL
- getCharacterStream()
- throw(css::sdbc::SQLException,
- css::uno::RuntimeException, std::exception) override;
+ getCharacterStream() override;
virtual sal_Int64 SAL_CALL
position(const ::rtl::OUString& rPattern,
- sal_Int32 aStart)
- throw(css::sdbc::SQLException,
- css::uno::RuntimeException, std::exception) override;
+ sal_Int32 aStart) override;
virtual sal_Int64 SAL_CALL
positionOfClob(const ::css::uno::Reference< ::css::sdbc::XClob >& rPattern,
- sal_Int64 aStart)
- throw(css::sdbc::SQLException,
- css::uno::RuntimeException, std::exception) override;
+ sal_Int64 aStart) override;
// ---- OComponentHelper ------------------------------------------
virtual void SAL_CALL disposing() override;
};