summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/WrapCatalog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/ado/WrapCatalog.hxx')
-rw-r--r--connectivity/source/inc/ado/WrapCatalog.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/connectivity/source/inc/ado/WrapCatalog.hxx b/connectivity/source/inc/ado/WrapCatalog.hxx
index d91f598eb7e3..34834236b7dc 100644
--- a/connectivity/source/inc/ado/WrapCatalog.hxx
+++ b/connectivity/source/inc/ado/WrapCatalog.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPCATALOG_HXX
#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPCATALOG_HXX
+#include <sal/config.h>
+
+#include <string_view>
+
#include <ado/WrapTypeDefs.hxx>
namespace connectivity::ado
@@ -32,7 +36,7 @@ namespace connectivity::ado
WpADOCatalog& operator=(const WpADOCatalog& rhs)
{WpOLEBase<_ADOCatalog>::operator=(rhs); return *this;}
- OUString GetObjectOwner(const OUString& _rName, ObjectTypeEnum _eNum);
+ OUString GetObjectOwner(std::u16string_view _rName, ObjectTypeEnum _eNum);
void putref_ActiveConnection(IDispatch* pCon);
WpADOTables get_Tables();