From 469076317d27e545449ea5a5688a468d02558451 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Jul 2017 09:30:10 +0200 Subject: loplugin:unusedfields l10ntools..rsc Change-Id: I78785eeab436910c9e8733924a7c43fa998ba36f Reviewed-on: https://gerrit.libreoffice.org/39491 Tested-by: Jenkins Reviewed-by: Noel Grandin --- mysqlc/source/mysqlc_connection.cxx | 1 - mysqlc/source/mysqlc_connection.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'mysqlc') diff --git a/mysqlc/source/mysqlc_connection.cxx b/mysqlc/source/mysqlc_connection.cxx index 42dbe1a65af3..aa6ef46e66b1 100644 --- a/mysqlc/source/mysqlc_connection.cxx +++ b/mysqlc/source/mysqlc_connection.cxx @@ -97,7 +97,6 @@ void OConnection::construct(const rtl::OUString& url, const Sequence< PropertyVa rtl::OUString aDbName; m_settings.encoding = MysqlCDriver::getDefaultEncoding(); - m_settings.quoteIdentifier.clear(); // parse url. Url has the following format: // external server: sdbc:mysqlc:[hostname]:[port]/[dbname] diff --git a/mysqlc/source/mysqlc_connection.hxx b/mysqlc/source/mysqlc_connection.hxx index 82887251d340..5e62eff048d0 100644 --- a/mysqlc/source/mysqlc_connection.hxx +++ b/mysqlc/source/mysqlc_connection.hxx @@ -71,7 +71,6 @@ namespace connectivity rtl_TextEncoding encoding; std::unique_ptr cppConnection; rtl::OUString schema; - rtl::OUString quoteIdentifier; rtl::OUString connectionURL; bool readOnly; }; -- cgit