summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-30 17:13:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-07-03 21:21:08 +0100
commit1268ac16683ac695da2ccb2b0a9fbcb1bf8cd21d (patch)
treeb66968df0d03b878d89bf2b9a69418151b18264d /connectivity
parent2bf5edb1893df2d253ea0b7cf20f3bb7c62ae7f1 (diff)
callcatcher: update unused code
Change-Id: Ia817624647ba395476d457ccd1681c6a82534e5a
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/inc/connectivity/sqlerror.hxx14
-rw-r--r--connectivity/source/commontools/sqlerror.cxx6
2 files changed, 0 insertions, 20 deletions
diff --git a/connectivity/inc/connectivity/sqlerror.hxx b/connectivity/inc/connectivity/sqlerror.hxx
index 0a3cce96b6d0..9cfaffc62e1e 100644
--- a/connectivity/inc/connectivity/sqlerror.hxx
+++ b/connectivity/inc/connectivity/sqlerror.hxx
@@ -126,19 +126,9 @@ namespace connectivity
const ParamValue& _rParamValue3 = ParamValue()
) const;
- /** returns the SQLState associated with a given error condition
-
- @see getErrorMessage
- @see getErrorCode
- @see ::com::sun::star::sdb::ErrorCondition
- @see ::com::sun::star::sdbc::SQLException::SQLState
- */
- ::rtl::OUString getSQLState( const ErrorCondition _eCondition ) const;
-
/** returns the error code associated with a given error condition
@see getErrorMessage
- @see getSQLState
@see ::com::sun::star::sdb::ErrorCondition
@see ::com::sun::star::sdbc::SQLException::ErrorCode
*/
@@ -187,7 +177,6 @@ namespace connectivity
@see getErrorMessage
@see getErrorCode
- @see getSQLState
*/
void raiseException(
const ErrorCondition _eCondition,
@@ -226,7 +215,6 @@ namespace connectivity
@see getErrorMessage
@see getErrorCode
- @see getSQLState
*/
void raiseException(
const ErrorCondition _eCondition,
@@ -270,7 +258,6 @@ namespace connectivity
@see getErrorMessage
@see getErrorCode
- @see getSQLState
*/
void raiseTypedException(
const ErrorCondition _eCondition,
@@ -308,7 +295,6 @@ namespace connectivity
@see getErrorMessage
@see getErrorCode
- @see getSQLState
*/
::com::sun::star::sdbc::SQLException
getSQLException(
diff --git a/connectivity/source/commontools/sqlerror.cxx b/connectivity/source/commontools/sqlerror.cxx
index 9dcf56d970aa..90cbd97c9bf2 100644
--- a/connectivity/source/commontools/sqlerror.cxx
+++ b/connectivity/source/commontools/sqlerror.cxx
@@ -309,12 +309,6 @@ namespace connectivity
}
//--------------------------------------------------------------------
- ::rtl::OUString SQLError::getSQLState( const ErrorCondition _eCondition ) const
- {
- return m_pImpl->getSQLState( _eCondition );
- }
-
- //--------------------------------------------------------------------
ErrorCode SQLError::getErrorCode( const ErrorCondition _eCondition )
{
return SQLError_Impl::getErrorCode( _eCondition );