Kaydet (Commit) 4c8d4308 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: init variables

Change-Id: Ia9d120348787bd566a3c9049f7adaf76648d096e
üst ee5d6200
...@@ -2935,7 +2935,9 @@ XMLFontAutoStylePool* SdXMLExport::CreateFontAutoStylePool() ...@@ -2935,7 +2935,9 @@ XMLFontAutoStylePool* SdXMLExport::CreateFontAutoStylePool()
for( int i = 0; i < nLen; i++ ) for( int i = 0; i < nLen; i++ )
{ {
OUString sFamilyName, sStyleName; OUString sFamilyName, sStyleName;
sal_Int16 eFamily, ePitch, eCharSet; sal_Int16 eFamily(FAMILY_DONTKNOW),
ePitch(PITCH_DONTKNOW),
eCharSet(RTL_TEXTENCODING_DONTKNOW);
aAnySeq[nSeqIndex++] >>= sFamilyName; aAnySeq[nSeqIndex++] >>= sFamilyName;
aAnySeq[nSeqIndex++] >>= sStyleName; aAnySeq[nSeqIndex++] >>= sStyleName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment