summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/sdbcx/VCollection.hxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 13:46:38 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 13:46:38 +0000
commit576e9cbb80cb0db7a6df5a7cda8069b2e6466f92 (patch)
treee0e656cd88cad3ccfdce33cc4135c6497c29b98c /connectivity/inc/connectivity/sdbcx/VCollection.hxx
parent0c3ab6e4597e8cb26edfc18c50b16046480462a1 (diff)
INTEGRATION: CWS geordi2q01 (1.17.108); FILE MERGED
2003/08/18 14:14:11 hr 1.17.108.1: #111861#: join changes from CWS oj01parser
Diffstat (limited to 'connectivity/inc/connectivity/sdbcx/VCollection.hxx')
-rw-r--r--connectivity/inc/connectivity/sdbcx/VCollection.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/connectivity/inc/connectivity/sdbcx/VCollection.hxx b/connectivity/inc/connectivity/sdbcx/VCollection.hxx
index 1348e1327b09..7733b05d58b4 100644
--- a/connectivity/inc/connectivity/sdbcx/VCollection.hxx
+++ b/connectivity/inc/connectivity/sdbcx/VCollection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VCollection.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: oj $ $Date: 2002-07-05 06:58:34 $
+ * last change: $Author: hjs $ $Date: 2003-08-18 14:46:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -253,7 +253,8 @@ namespace connectivity
private:
void notifyElementRemoved(const ::rtl::OUString& _sName);
void disposeElements();
- void dropImpl(sal_Int32 _nIndex);
+ void dropImpl(sal_Int32 _nIndex,sal_Bool _bReallyDrop = sal_True);
+ void dropImpl(const ObjectIter& _rCurrentObject,sal_Bool _bReallyDrop = sal_True);
::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed > getObject(ObjectIter& _rCurrentObject);
};
}