From 9e73f972b0e9a3e7b59c8e770b14c3d539600b06 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 10 Jul 2012 23:20:09 +0200 Subject: Remove unused methods: Change-Id: Iad15c92be13ba9e6120f7306543c88a04893d2c7 dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdb::SQLContext const&) dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdbc::SQLWarning const&) --- connectivity/inc/connectivity/dbexception.hxx | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'connectivity/inc') 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 -- cgit