summaryrefslogtreecommitdiff
path: root/include/connectivity/dbexception.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-14 14:04:41 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 07:45:23 +0000
commit82da70787ac12ec9d5791eeac6b48535737ad5b3 (patch)
tree7fd1a4cdbfcdb83549a294b39d0c918f467c6f55 /include/connectivity/dbexception.hxx
parent880e3af2b502ca4f5a1f34ad9d98b9a26dc091ed (diff)
loplugin:unusedmethods connectivity
Change-Id: Ie9f3daa49b02dddc7b56d1f5fb58a229f53d4513 Reviewed-on: https://gerrit.libreoffice.org/17043 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/connectivity/dbexception.hxx')
-rw-r--r--include/connectivity/dbexception.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/connectivity/dbexception.hxx b/include/connectivity/dbexception.hxx
index c93371618344..5afd23aaa62c 100644
--- a/include/connectivity/dbexception.hxx
+++ b/include/connectivity/dbexception.hxx
@@ -179,10 +179,6 @@ public:
*/
bool hasMoreElements() const { return ( m_pCurrent != NULL ); }
- /** returns the type of the current element in the exception chain
- */
- SQLExceptionInfo::TYPE currentType() const { return m_eCurrentType; }
-
/** retrieves the current element in the chain, or <NULL/> if the chain has been completely
traveled.
*/