summaryrefslogtreecommitdiff
path: root/include/ucbhelper/resultsetmetadata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/resultsetmetadata.hxx')
-rw-r--r--include/ucbhelper/resultsetmetadata.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/ucbhelper/resultsetmetadata.hxx b/include/ucbhelper/resultsetmetadata.hxx
index 9ac6996f4a97..079a3204dae0 100644
--- a/include/ucbhelper/resultsetmetadata.hxx
+++ b/include/ucbhelper/resultsetmetadata.hxx
@@ -150,18 +150,15 @@ protected:
public:
/**
- * Constructor.
+ * Constructor. ResultSet is readonly by default.
*
* @param rxSMgr is a Servive Manager.
* @param rProps is a sequence of properties (partially) describing the
* columns of a resultset.
- * @param bReadOnly is used to specify whether the whole(!) resultset
- * is read-only.
*/
ResultSetMetaData(
const css::uno::Reference< css::uno::XComponentContext >& rxContext,
- const css::uno::Sequence< css::beans::Property >& rProps,
- bool bReadOnly = true );
+ const css::uno::Sequence< css::beans::Property >& rProps );
/**
* Constructor.