summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/sdbcx/VCollection.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-05-02 11:57:37 +0000
committerOcke Janssen <oj@openoffice.org>2001-05-02 11:57:37 +0000
commit84d83710fd5a7fd2059a9a1bdd7cf1eead7c1eee (patch)
treef25070183296a1faad7385d80c2ee12a4e0fa9a1 /connectivity/inc/connectivity/sdbcx/VCollection.hxx
parenta091593c36ec75b8683279dd8fce2266d2056b31 (diff)
some changes for ref vector and some typedefs
Diffstat (limited to 'connectivity/inc/connectivity/sdbcx/VCollection.hxx')
-rw-r--r--connectivity/inc/connectivity/sdbcx/VCollection.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/connectivity/inc/connectivity/sdbcx/VCollection.hxx b/connectivity/inc/connectivity/sdbcx/VCollection.hxx
index 9dd889e128b0..0ab48b41dfb0 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: oj $ $Date: 2001-04-30 10:13:37 $
+ * last change: $Author: oj $ $Date: 2001-05-02 12:57:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,6 +116,9 @@
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINER_HPP_
#include <com/sun/star/container/XContainer.hpp>
#endif
+#ifndef CONNECTIVITY_STDTYPEDEFS_HXX
+#include "connectivity/StdTypeDefs.hxx"
+#endif
namespace connectivity
@@ -167,7 +170,7 @@ namespace connectivity
// the returned object is empty will be filled outside and added to the collection
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createEmptyObject() = 0;
- OCollection(::cppu::OWeakObject& _rParent,sal_Bool _bCase, ::osl::Mutex& _rMutex,const ::std::vector< ::rtl::OUString> &_rVector);
+ OCollection(::cppu::OWeakObject& _rParent,sal_Bool _bCase, ::osl::Mutex& _rMutex,const TStringVector &_rVector);
/** clear the name map
<p>Does <em>not</em> dispose the objects hold by the collection.</p>
@@ -179,7 +182,7 @@ namespace connectivity
DECLARE_SERVICE_INFO();
- void reFill(const ::std::vector< ::rtl::OUString> &_rVector);
+ void reFill(const TStringVector &_rVector);
sal_Bool isCaseSensitive() const { return m_aNameMap.key_comp().isCaseSensitive(); }
// only the name is identical to ::cppu::OComponentHelper