summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_general.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_general.hxx')
-rw-r--r--mysqlc/source/mysqlc_general.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/mysqlc/source/mysqlc_general.hxx b/mysqlc/source/mysqlc_general.hxx
index 43cf1c8ef86e..632fb75dd65f 100644
--- a/mysqlc/source/mysqlc_general.hxx
+++ b/mysqlc/source/mysqlc_general.hxx
@@ -30,11 +30,13 @@
#ifndef _MYSQLC_GENERAL_
#define _MYSQLC_GENERAL_
-#include <cppconn/exception.h>
-
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
+#include <tools/preextstl.h>
+#include <cppconn/exception.h>
+#include <tools/postextstl.h>
+
namespace mysqlc_sdbc_driver
{
rtl::OUString getStringFromAny(const ::com::sun::star::uno::Any& _rAny);
@@ -58,9 +60,9 @@ namespace mysqlc_sdbc_driver
int mysqlToOOOType(int mysqlType) throw ();
- ::rtl::OUString convert(const ::std::string& _string, const rtl_TextEncoding encoding);
+ ::rtl::OUString convert(const ::ext_std::string& _string, const rtl_TextEncoding encoding);
- ::std::string convert(const ::rtl::OUString& _string, const rtl_TextEncoding encoding);
+ ::ext_std::string convert(const ::rtl::OUString& _string, const rtl_TextEncoding encoding);
}
#endif