diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/connectivity/dbcharset.hxx | 3 | ||||
-rw-r--r-- | include/connectivity/dbexception.hxx | 2 | ||||
-rw-r--r-- | include/connectivity/sqlnode.hxx | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/include/connectivity/dbcharset.hxx b/include/connectivity/dbcharset.hxx index 0830c1d00862..a4a4abe43a33 100644 --- a/include/connectivity/dbcharset.hxx +++ b/include/connectivity/dbcharset.hxx @@ -127,9 +127,6 @@ namespace dbtools OCharsetMap::TextEncBag::const_iterator m_aPos; public: - CharsetIterator(const CharsetIterator& _rSource); - ~CharsetIterator(); - CharsetIteratorDerefHelper operator*() const; // no -> operator // this would require us to a) store CharsetIteratorDerefHelper instances ourself so that we diff --git a/include/connectivity/dbexception.hxx b/include/connectivity/dbexception.hxx index e273cf8cb14c..e016e7f7e1b5 100644 --- a/include/connectivity/dbexception.hxx +++ b/include/connectivity/dbexception.hxx @@ -82,8 +82,6 @@ public: */ SQLExceptionInfo( const OUString& _rSimpleErrorMessage ); - SQLExceptionInfo(const SQLExceptionInfo& _rCopySource); - // use for events got via XSQLErrorListener::errorOccured SQLExceptionInfo(const css::uno::Any& _rError); // use with the Reason member of an SQLErrorEvent or with NextElement of an SQLException diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx index e2198499baed..1b5ef59392c3 100644 --- a/include/connectivity/sqlnode.hxx +++ b/include/connectivity/sqlnode.hxx @@ -103,7 +103,6 @@ namespace connectivity bool _bPredicate, bool _bParseToSDBC ); - ~SQLParseNodeParameter(); }; //= OSQLParseNode |