diff options
Diffstat (limited to 'connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx')
-rw-r--r-- | connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx index 11270aca5259..cbfed176fabc 100644 --- a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx +++ b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx @@ -20,6 +20,10 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDATABASEMETADATA_HXX #define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDATABASEMETADATA_HXX +#include <sal/config.h> + +#include <string_view> + #include "NConnection.hxx" #include <TDatabaseMetaDataBase.hxx> #include <FDatabaseMetaDataResultSet.hxx> @@ -54,7 +58,7 @@ namespace connectivity::evoab sal_Int32 getFieldType(guint nCol) ; OUString getFieldTypeName(guint nCol) ; OUString getFieldName(guint nCol) ; - guint findEvoabField(const OUString& aColName); + guint findEvoabField(std::u16string_view aColName); void free_column_resources(); |