diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-02 09:40:48 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-02 12:14:34 +0000 |
commit | 1a7e0cfd86c03607f9009aec40dbfa5d43de0c8e (patch) | |
tree | e32a4954af55e243a4ddf5989355053e3eff7f43 /include/ucbhelper/resultsethelper.hxx | |
parent | 1d498fb0feca911fa063e96779b654c3aded2415 (diff) |
loplugin:unusedmethods bridges,ucbhelper,io,pyuno
Change-Id: I483deb33b9d861af679d4a36e13585345401e10d
Reviewed-on: https://gerrit.libreoffice.org/16681
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/ucbhelper/resultsethelper.hxx')
-rw-r--r-- | include/ucbhelper/resultsethelper.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/ucbhelper/resultsethelper.hxx b/include/ucbhelper/resultsethelper.hxx index bd6575e6083c..5c7f9e23e1d3 100644 --- a/include/ucbhelper/resultsethelper.hxx +++ b/include/ucbhelper/resultsethelper.hxx @@ -201,18 +201,6 @@ public: getCapabilities() throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; - - // Non-interface methods. - - - /** - * This method returns, whether the resultset is static or dynamic. - * If neither getStatic() nor getDynamic() was called, the type - * of the resultset is "dynamic". - * - * @return true, if the resultset type is "static". False, otherwise. - */ - bool isStatic() const { return m_bStatic; } }; } |