summaryrefslogtreecommitdiffstats
path: root/connectivity/inc
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc')
-rw-r--r--connectivity/inc/connectivity/dbexception.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/connectivity/inc/connectivity/dbexception.hxx b/connectivity/inc/connectivity/dbexception.hxx
index 7d667a43fffc..90a5e5eb7a9e 100644
--- a/connectivity/inc/connectivity/dbexception.hxx
+++ b/connectivity/inc/connectivity/dbexception.hxx
@@ -167,22 +167,6 @@ public:
*/
SQLExceptionIteratorHelper( const ::com::sun::star::sdbc::SQLException& _rChainStart );
- /** constructs an iterator instance from an SQLWarning
-
- @param _rChainStart
- the start of the exception chain to iterate. Must live as long as the iterator
- instances lives, at least.
- */
- SQLExceptionIteratorHelper( const ::com::sun::star::sdbc::SQLWarning& _rChainStart );
-
- /** constructs an iterator instance from an SQLContext
-
- @param _rChainStart
- the start of the exception chain to iterate. Must live as long as the iterator
- instances lives, at least.
- */
- SQLExceptionIteratorHelper( const ::com::sun::star::sdb::SQLContext& _rChainStart );
-
/** constructs an iterator instance from an SQLExceptionInfo
@param _rErrorInfo