summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/flat/EResultSet.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-11-03 12:54:44 +0000
committerOcke Janssen <oj@openoffice.org>2000-11-03 12:54:44 +0000
commit2fe3762107904981c77660a9e4a48d29053bc0a0 (patch)
tree5524335ae45cc3efe997eaeb62ea61e9f0ab0b70 /connectivity/source/inc/flat/EResultSet.hxx
parenta8ff9c398fbfb5f9e3da69ca8aaaf6b470acd602 (diff)
some changes in refcount
Diffstat (limited to 'connectivity/source/inc/flat/EResultSet.hxx')
-rw-r--r--connectivity/source/inc/flat/EResultSet.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/connectivity/source/inc/flat/EResultSet.hxx b/connectivity/source/inc/flat/EResultSet.hxx
index 92b882fe4bcd..7357110cea33 100644
--- a/connectivity/source/inc/flat/EResultSet.hxx
+++ b/connectivity/source/inc/flat/EResultSet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: EResultSet.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2000-10-11 10:10:28 $
+ * last change: $Author: oj $ $Date: 2000-11-03 13:54:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,10 @@ namespace connectivity
{
sal_Bool m_bBookmarkable;
protected:
- DECLARE_CTY_PROPERTY(OFlatResultSet_BASE3,OFlatResultSet_BASE2);
+ // OPropertyArrayUsageHelper
+ virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const;
+ // OPropertySetHelper
+ virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper();
public:
DECLARE_CTY_DEFAULTS(OFlatResultSet_BASE2);
DECLARE_SERVICE_INFO();