warning C4701: potentially uninitialized local variable

Change-Id: I05c5eaf4575dc4b8c8d4e3c45d644a51aab84f0a
This commit is contained in:
Michael Stahl 2013-12-13 17:06:37 +01:00
parent a4ed79bbf6
commit d785fa16fd

View file

@ -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)
{