summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_connection.hxx
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2011-08-05 12:08:40 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2011-11-17 21:15:19 +0100
commitc4fc6b22b3af76eb1ae1df8f2e739df46cc3e1a0 (patch)
treea827d8e5e52ad1649228a4a1efeec6321eca5b21 /connectivity/source/drivers/postgresql/pq_connection.hxx
parentad69fc551b03e7f38e2c26b5d3ae2d5b2efb171a (diff)
Janitorial clean-up
- fix a bunch of compiler warnings - move to recommended way of comparing C strings and OUString - Copyright statement on files I modified
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_connection.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_connection.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx
index 49766402c19a..db2dbb0c4eca 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.hxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* $RCSfile: pq_connection.hxx,v $
@@ -132,9 +133,9 @@ class Views;
struct ConnectionSettings
{
ConnectionSettings() :
- showSystemColumns( sal_False ),
- pConnection(0),
encoding( RTL_TEXTENCODING_UTF8),
+ pConnection(0),
+ showSystemColumns( sal_False ),
logFile( 0 ),
loglevel( LogLevel::INFO )
{}