Commit d61a955c authored by ElenaSubbotina's avatar ElenaSubbotina

.

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