summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_statics.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_statics.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_statics.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_statics.cxx b/connectivity/source/drivers/postgresql/pq_statics.cxx
index 1b8c1cc116e3..d320a7c16b52 100644
--- a/connectivity/source/drivers/postgresql/pq_statics.cxx
+++ b/connectivity/source/drivers/postgresql/pq_statics.cxx
@@ -55,10 +55,10 @@ namespace {
struct DefColumnMetaData
{
- const sal_Char * columnName;
- const sal_Char * tableName;
- const sal_Char * schemaTableName;
- const sal_Char * typeName;
+ const char * columnName;
+ const char * tableName;
+ const char * schemaTableName;
+ const char * typeName;
sal_Int32 type;
sal_Int32 precision;
sal_Int32 scale;