summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/HelperCollections.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/HelperCollections.hxx')
-rw-r--r--dbaccess/source/core/api/HelperCollections.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/core/api/HelperCollections.hxx b/dbaccess/source/core/api/HelperCollections.hxx
index c48a8b13ec8e..992b6c23c4ce 100644
--- a/dbaccess/source/core/api/HelperCollections.hxx
+++ b/dbaccess/source/core/api/HelperCollections.hxx
@@ -46,7 +46,7 @@ namespace dbaccess
{
::rtl::Reference< ::connectivity::OSQLColumns> m_aColumns;
protected:
- virtual connectivity::sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
+ virtual connectivity::sdbcx::ObjectType createObject(const OUString& _rName);
virtual void impl_refresh() throw(RuntimeException) {}
virtual Reference< XPropertySet > createDescriptor()
{
@@ -57,7 +57,7 @@ namespace dbaccess
sal_Bool _bCase,
::cppu::OWeakObject& _rParent,
::osl::Mutex& _rMutex,
- const ::std::vector< ::rtl::OUString> &_rVector,
+ const ::std::vector< OUString> &_rVector,
sal_Bool _bUseAsIndex = sal_False
);
@@ -81,7 +81,7 @@ namespace dbaccess
{
OSQLTables m_aTables;
protected:
- virtual connectivity::sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
+ virtual connectivity::sdbcx::ObjectType createObject(const OUString& _rName);
virtual void impl_refresh() throw(RuntimeException) {}
virtual Reference< XPropertySet > createDescriptor()
{
@@ -92,7 +92,7 @@ namespace dbaccess
sal_Bool _bCase,
::cppu::OWeakObject& _rParent,
::osl::Mutex& _rMutex,
- const ::std::vector< ::rtl::OUString> &_rVector
+ const ::std::vector< OUString> &_rVector
) : sdbcx::OCollection(_rParent,_bCase,_rMutex,_rVector)
,m_aTables(_rTables)
{