coverity#1371622 Uninitialized scalar field
Change-Id: Id1408665b01889eabe449047f2d8f62229aeeb16
This commit is contained in:
parent
43297fc501
commit
982fbb183e
@ -92,13 +92,6 @@ namespace connectivity
|
||||
/** Denotes that we have a database stored within a .odb file. */
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user