summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FConnection.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-04 12:01:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-05 08:33:54 +0200
commit2b487c2a1372501f695b9dd4bcb81a1f6682d9bb (patch)
tree419a4ba02cda9c964b8731f34d7cc18b4ef4b68f /connectivity/source/inc/file/FConnection.hxx
parent054dab1b9d4985c473e07c2618e5d6bf6ebc5466 (diff)
loplugin:unusedfields connectivity
Change-Id: I056b36249803982e451b887cc73b49a851144b7e Reviewed-on: https://gerrit.libreoffice.org/39498 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/inc/file/FConnection.hxx')
-rw-r--r--connectivity/source/inc/file/FConnection.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/FConnection.hxx b/connectivity/source/inc/file/FConnection.hxx
index 9521c948f543..fcf73bda082f 100644
--- a/connectivity/source/inc/file/FConnection.hxx
+++ b/connectivity/source/inc/file/FConnection.hxx
@@ -60,13 +60,12 @@ namespace connectivity
css::uno::Reference< css::ucb::XDynamicResultSet > m_xDir; // directory
css::uno::Reference< css::ucb::XContent> m_xContent;
- bool m_bClosed;
bool m_bAutoCommit;
bool m_bReadOnly;
bool m_bShowDeleted;
bool m_bCaseSensitiveExtension;
bool m_bCheckSQL92;
- bool m_bDefaultTextEncoding;
+ bool m_bDefaultTextEncoding;
void throwUrlNotValid(const OUString & _rsUrl,const OUString & _rsMessage);