summaryrefslogtreecommitdiff
path: root/include/ucbhelper/resultsethelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/resultsethelper.hxx')
-rw-r--r--include/ucbhelper/resultsethelper.hxx12
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; }
};
}