summaryrefslogtreecommitdiffstats
path: root/connectivity/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-07-10 23:20:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-07-10 23:21:29 +0200
commit9e73f972b0e9a3e7b59c8e770b14c3d539600b06 (patch)
treeecfe28bcfaf691ae104dde4fb54c1f8618a0d5f0 /connectivity/inc
parentchanges to "Replaced deprecated tools/String with OUString in ScAddInCol" (diff)
downloadcore-9e73f972b0e9a3e7b59c8e770b14c3d539600b06.tar.gz
core-9e73f972b0e9a3e7b59c8e770b14c3d539600b06.zip
Remove unused methods:
Change-Id: Iad15c92be13ba9e6120f7306543c88a04893d2c7 dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdb::SQLContext const&) dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdbc::SQLWarning const&)
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