summaryrefslogtreecommitdiffstats
path: root/connectivity/source
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/source
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/source')
-rw-r--r--connectivity/source/commontools/dbexception.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/connectivity/source/commontools/dbexception.cxx b/connectivity/source/commontools/dbexception.cxx
index 4184b56907c2..c064d6924cf4 100644
--- a/connectivity/source/commontools/dbexception.cxx
+++ b/connectivity/source/commontools/dbexception.cxx
@@ -288,20 +288,6 @@ SQLExceptionIteratorHelper::SQLExceptionIteratorHelper( const ::com::sun::star::
}
//------------------------------------------------------------------------------
-SQLExceptionIteratorHelper::SQLExceptionIteratorHelper( const ::com::sun::star::sdbc::SQLWarning& _rChainStart )
- :m_pCurrent( &_rChainStart )
- ,m_eCurrentType( SQLExceptionInfo::SQL_WARNING )
-{
-}
-
-//------------------------------------------------------------------------------
-SQLExceptionIteratorHelper::SQLExceptionIteratorHelper( const ::com::sun::star::sdb::SQLContext& _rChainStart )
- :m_pCurrent( &_rChainStart )
- ,m_eCurrentType( SQLExceptionInfo::SQL_CONTEXT )
-{
-}
-
-//------------------------------------------------------------------------------
void SQLExceptionIteratorHelper::current( SQLExceptionInfo& _out_rInfo ) const
{
switch ( m_eCurrentType )