coverity#1371622 Uninitialized scalar field
Change-Id: Id1408665b01889eabe449047f2d8f62229aeeb16
This commit is contained in:
@@ -92,13 +92,6 @@ namespace connectivity
|
|||||||
/** Denotes that we have a database stored within a .odb file. */
|
/** Denotes that we have a database stored within a .odb file. */
|
||||||
bool m_bIsEmbedded;
|
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
|
* Handle for the parent DatabaseDocument. We need to notify this
|
||||||
* whenever any data is written to our temporary database so that
|
* whenever any data is written to our temporary database so that
|
||||||
|
Reference in New Issue
Block a user