cppcheck: fix uninitMemberVar for postgresql part
Change-Id: Id37b961ff04ec9cebcc9d35434ccfdff0b512235
This commit is contained in:
@@ -105,6 +105,8 @@ struct ConnectionSettings
|
||||
pConnection(0),
|
||||
maxNameLen(0),
|
||||
maxIndexKeys(0),
|
||||
pTablesImpl(0),
|
||||
pViewsImpl(0),
|
||||
showSystemColumns( sal_False ),
|
||||
logFile( 0 ),
|
||||
loglevel( LogLevel::INFO )
|
||||
|
@@ -121,7 +121,8 @@ typedef ::boost::unordered_map
|
||||
struct ImplementationStatics
|
||||
{
|
||||
ImplementationStatics() :
|
||||
implementationId( 16 )
|
||||
implementationId(16),
|
||||
pProps(0)
|
||||
{
|
||||
rtl_createUuid( (sal_uInt8*)implementationId.getArray(), 0 , sal_False );
|
||||
}
|
||||
|
Reference in New Issue
Block a user