mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
linux build
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59015 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
697af46e39
commit
257987e987
@ -380,8 +380,8 @@ namespace PPTX
|
||||
}
|
||||
const OOX::CPath GetPathBySpid(const CString& spid)const
|
||||
{
|
||||
OOX::CPath filename = _T("");
|
||||
if((Vml.is_init()) && (spid != ""))
|
||||
OOX::CPath filename (_T(""));
|
||||
if((Vml.is_init()) && (spid != _T("")))
|
||||
{
|
||||
std::map<CString, OOX::CPath>::const_iterator pPair = Vml->SpIds.find(spid);
|
||||
|
||||
@ -393,4 +393,4 @@ namespace PPTX
|
||||
};
|
||||
} // namespace PPTX
|
||||
|
||||
#endif // PPTX_SLIDES_SLIDE_INCLUDE_H_
|
||||
#endif // PPTX_SLIDES_SLIDE_INCLUDE_H_
|
||||
|
||||
@ -488,7 +488,7 @@ HEADERS += pptxformatlib.h \
|
||||
../../../Editor/BinWriters.h \
|
||||
../../../Editor/CalculatorCRC32.h \
|
||||
../../../Editor/Converter.h \
|
||||
../../../Editor/FontCutter.h \
|
||||
#../../../Editor/FontCutter.h \
|
||||
../../../Editor/FontPicker.h \
|
||||
../../../Editor/imagemanager.h \
|
||||
../../../Editor/PPTXWriter.h \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 3.1.1, 2014-10-15T19:40:19. -->
|
||||
<!-- Written by QtCreator 3.1.1, 2014-10-17T16:55:21. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.ActiveTarget</variable>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 3.1.1, 2014-10-15T19:40:19. -->
|
||||
<!-- Written by QtCreator 3.1.1, 2014-10-17T16:55:21. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.ActiveTarget</variable>
|
||||
|
||||
Reference in New Issue
Block a user