mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 07:41:12 +08:00
PPTformat
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65644 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
6affb86a97
commit
63fd3bbc5a
@ -189,7 +189,7 @@ namespace NSPresentationEditor
|
||||
str.Format(_T("<Relationship Id=\"rId%d\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesSlide\" Target=\"../notesSlides/notesSlide%d.xml\"/>"), m_lNextRelsID++, nIndexSlide + 1);
|
||||
m_oWriter.WriteString(str);
|
||||
}
|
||||
static AVSINLINE void StartNotes(int nIndexSlide, CString strDirectory, CString strComment)
|
||||
static AVSINLINE void StartNotes(int nIndexSlide, CString strDirectory, std::wstring strComment)
|
||||
{
|
||||
CString sNum = _T("");
|
||||
sNum.Format(_T("%d"), nIndexSlide + 1);
|
||||
|
||||
Reference in New Issue
Block a user