warning C4701: potentially uninitialized local variable
Change-Id: I05c5eaf4575dc4b8c8d4e3c45d644a51aab84f0a
This commit is contained in:
parent
a4ed79bbf6
commit
d785fa16fd
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ void OOXMLDocumentImpl::resolveGlossaryStream(Stream & /*rStream*/)
|
|||
OUString gTarget(aSeq[2].Second);
|
||||
OUString contentType;
|
||||
|
||||
OOXMLStream::StreamType_t nType;
|
||||
OOXMLStream::StreamType_t nType(OOXMLStream::UNKNOWN);
|
||||
bool bFound = true;
|
||||
if(gType.compareTo(sSettingsType) == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue