Commit 76033024 authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

linux build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59026 954022d7-b5bf-4e40-9824-e11837661b57
parent dbb1a28d
......@@ -299,9 +299,9 @@ namespace PPTX
virtual void FillShapeProperties(Logic::ShapeProperties& props, const CString& type)const
{
if(Presentation.IsInit())
if(presentation.IsInit())
{
props.FillFromTextListStyle(Presentation->defaultTextStyle);
props.FillFromTextListStyle(presentation->defaultTextStyle);
props.SetTextType(0);
}
if(type == _T("table-cell"))
......@@ -349,7 +349,7 @@ namespace PPTX
bool isThemeOverride;
smart_ptr<Presentation> Presentation;
smart_ptr<Presentation> presentation;
public:
void SetColorMap(const Logic::ClrMap& map){m_map = &map;};
......@@ -359,4 +359,4 @@ namespace PPTX
};
} // namespace PPTX
#endif // PPTX_THEME_FILE_INCLUDE_H_
\ No newline at end of file
#endif // PPTX_THEME_FILE_INCLUDE_H_
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