Commit d61a955c authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent acfb96e3
......@@ -1155,8 +1155,8 @@ namespace NSBinPptxRW
str = L"<Relationship Id=\"rId" + std::to_wstring(m_lNextRelsID++) +
L"\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesSlide\" Target=\"../notesSlides/notesSlide" +
std::to_wstring(nIndexNotes + 1) + L".xml\"/>";
m_pWriter->WriteString(str);
}
m_pWriter->WriteString(str);
}
void CRelsGenerator::StartNotes(int nIndexSlide)
{
......
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