summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_connection.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_connection.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx
index cfb4cccf1b9c..fe5cc2a31996 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.hxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.hxx
@@ -165,6 +165,8 @@ class Connection : public ConnectionBase
WeakHashMap m_myStatements;
private:
+ /// @throws css::sdbc::SQLException
+ /// @throws css::uno::RuntimeException
void checkClosed()
throw ( css::sdbc::SQLException, css::uno::RuntimeException );