mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
linux build
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59439 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
670604ec46
commit
1bee719ef8
@ -53,7 +53,7 @@ bool BinDocxRW::CDocxSerializer::saveToFile(const CString& sSrcFileName, const C
|
||||
{
|
||||
//create mediadir
|
||||
OOX::CPath path(sSrcFileName);
|
||||
CString mediaDir = path.GetDirectory() + _T("media\\");
|
||||
CString mediaDir = path.GetDirectory() + _T("media/");
|
||||
NSDirectory::CreateDirectory(string2std_string(mediaDir));
|
||||
|
||||
COfficeFontPicker* pFontPicker = new COfficeFontPicker();
|
||||
|
||||
Reference in New Issue
Block a user