summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-04-06 01:06:28 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-04-06 13:11:30 -0500
commitfa2d66daa6ad1f4d4c151b2990db22d3bcc57982 (patch)
tree830305fd198b2d649d8706c4b3f53eeb3aac8c49 /connectivity/source/inc/file
parentfa2769d549d6afb389301fe4953e34c99eb27d0a (diff)
coverity#706300,306,983619: Uncaught exception
Change-Id: If46a483ba0a5334926ffb5c25db064a5d2b81e46
Diffstat (limited to 'connectivity/source/inc/file')
-rw-r--r--connectivity/source/inc/file/FConnection.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/connectivity/source/inc/file/FConnection.hxx b/connectivity/source/inc/file/FConnection.hxx
index d700a34b02e4..58dd3c03f2ea 100644
--- a/connectivity/source/inc/file/FConnection.hxx
+++ b/connectivity/source/inc/file/FConnection.hxx
@@ -28,6 +28,7 @@
#include <rtl/ustring.hxx>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/ucb/XDynamicResultSet.hpp>
+#include <com/sun/star/uno/DeploymentException.hpp>
#include "connectivity/sqlparse.hxx"
#include "connectivity/sqliterator.hxx"
#include "TConnection.hxx"
@@ -77,7 +78,11 @@ namespace connectivity
OConnection(OFileDriver* _pDriver);
- virtual void construct(const OUString& _rUrl,const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rInfo ) throw( ::com::sun::star::sdbc::SQLException);
+ virtual void construct(const OUString& _rUrl, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rInfo )
+ throw( css::sdbc::SQLException,
+ css::uno::RuntimeException,
+ css::uno::DeploymentException);
+
void closeAllStatements () throw( ::com::sun::star::sdbc::SQLException);