summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 15:01:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-23 12:09:33 +0000
commite4cb0742c8f1ee68df180f16f9b4f0cbc69e1b9c (patch)
tree6d181563eefcf0d0c3e26d06f17ff72aed54ce16 /include/connectivity
parentef663010434da24ecda35d0f0c26ce1a2b2c0f6c (diff)
loplugin:expandablemethodds in include/connectivity..drawinglayer
Change-Id: Ic58f86422ef8f1e2bb655157850e214fc3a1a9b4 Reviewed-on: https://gerrit.libreoffice.org/30136 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/conncleanup.hxx1
-rw-r--r--include/connectivity/dbexception.hxx5
-rw-r--r--include/connectivity/sqliterator.hxx9
3 files changed, 0 insertions, 15 deletions
diff --git a/include/connectivity/conncleanup.hxx b/include/connectivity/conncleanup.hxx
index bca2af8983db..7940a2ccb50e 100644
--- a/include/connectivity/conncleanup.hxx
+++ b/include/connectivity/conncleanup.hxx
@@ -77,7 +77,6 @@ namespace dbtools
void startPropertyListening( const css::uno::Reference< css::beans::XPropertySet >& _rxProps );
void stopPropertyListening( const css::uno::Reference< css::beans::XPropertySet >& _rxEventSource );
- bool isPropertyListening() const { return m_bPropertyListening; }
};
diff --git a/include/connectivity/dbexception.hxx b/include/connectivity/dbexception.hxx
index 9de0e93ea475..6141ea1decd1 100644
--- a/include/connectivity/dbexception.hxx
+++ b/include/connectivity/dbexception.hxx
@@ -175,11 +175,6 @@ public:
/** retrieves the current element in the chain, or <NULL/> if the chain has been completely
traveled.
- */
- const css::sdbc::SQLException* current() const { return m_pCurrent; }
-
- /** retrieves the current element in the chain, or <NULL/> if the chain has been completely
- traveled.
In opposite to the second <member>current</member>, this version allows typed access to
the respective SQLException.
diff --git a/include/connectivity/sqliterator.hxx b/include/connectivity/sqliterator.hxx
index 7d69003bc162..456300421062 100644
--- a/include/connectivity/sqliterator.hxx
+++ b/include/connectivity/sqliterator.hxx
@@ -208,15 +208,6 @@ namespace connectivity
*/
void traverseAll();
- /** traverses selected parts of the statement tree, and fills our data with
- the information obtained during traversal
-
- @param _nIncludeMask
- set of TraversalParts bits, specifying which information is to be collected.
- Note TraversalParts is currently not
- */
- void traverseSome( TraversalParts _nIncludeMask );
-
// The TableRangeMap contains all tables associated with the range name found first.
const OSQLTables& getTables() const;