summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_connection.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_connection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx
index c3736d516cea..ffa2c5517e4a 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.hxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.hxx
@@ -107,7 +107,7 @@ struct ConnectionSettings
maxIndexKeys(0),
pTablesImpl(0),
pViewsImpl(0),
- showSystemColumns( sal_False ),
+ showSystemColumns( false ),
logFile( 0 ),
loglevel( LogLevel::INFO )
{}
@@ -123,7 +123,7 @@ struct ConnectionSettings
Views *pViewsImpl; // needed to implement renaming of tables / views
OUString user;
OUString catalog;
- sal_Bool showSystemColumns;
+ bool showSystemColumns;
FILE *logFile;
sal_Int32 loglevel;
};