summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-21 12:56:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-08-21 13:05:26 +0100
commit982fbb183e159c90e6aec17c648d7f6bc45c9c20 (patch)
tree9a7110ec6d6c3dbb07c2e70d8e6a18996d8e474b /connectivity
parent43297fc501cd51982db1e7ed1fa1d4a1c18d0871 (diff)
coverity#1371622 Uninitialized scalar field
Change-Id: Id1408665b01889eabe449047f2d8f62229aeeb16
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/firebird/Connection.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/drivers/firebird/Connection.hxx b/connectivity/source/drivers/firebird/Connection.hxx
index c35758c4fcbb..2bd7675f3871 100644
--- a/connectivity/source/drivers/firebird/Connection.hxx
+++ b/connectivity/source/drivers/firebird/Connection.hxx
@@ -93,13 +93,6 @@ namespace connectivity
bool m_bIsEmbedded;
/**
- * Denotes that the database stored in the .odb file is an
- * archive file (.fbk). Older version of LO had a .fdb file, not a
- * .fbk.
- * (Only used if m_bIsEmbedded is true).
- */
- bool m_bIsFbkStored;
- /**
* Handle for the parent DatabaseDocument. We need to notify this
* whenever any data is written to our temporary database so that
* the user is able to save this back to the .odb file.