diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-26 20:57:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-27 16:44:05 +0100 |
commit | f2efc955200a8106110fb3fc0b720d0b901640e1 (patch) | |
tree | 4aaf1485b2252492fb64c1ee35ac544676765219 /connectivity/inc | |
parent | 85524805bd730e31c1bfc2fd9e449e10e4e6bae1 (diff) |
callcatcher: remove some unused code
Change-Id: I6b512dd2b33e2c09fad2369bb299120fc35345b0
Diffstat (limited to 'connectivity/inc')
-rw-r--r-- | connectivity/inc/connectivity/dbexception.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/inc/connectivity/dbexception.hxx b/connectivity/inc/connectivity/dbexception.hxx index 75d0ab8b8990..7d667a43fffc 100644 --- a/connectivity/inc/connectivity/dbexception.hxx +++ b/connectivity/inc/connectivity/dbexception.hxx @@ -85,7 +85,6 @@ public: SQLExceptionInfo(const SQLExceptionInfo& _rCopySource); - SQLExceptionInfo(const ::com::sun::star::sdb::SQLErrorEvent& _rError); // use for events got via XSQLErrorListener::errorOccured SQLExceptionInfo(const ::com::sun::star::uno::Any& _rError); // use with the Reason member of an SQLErrorEvent or with NextElement of an SQLException |