Commit bd42efa0 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@59050 954022d7-b5bf-4e40-9824-e11837661b57
parent a6085260
......@@ -420,7 +420,7 @@ namespace PPTX
smart_ptr<SlideMaster> Master;
smart_ptr<Theme> theme;
smart_ptr<TableStyles> TableStyles;
smart_ptr<TableStyles> tableStyles;
smart_ptr<VmlDrawing> Vml;
public:
......@@ -435,7 +435,7 @@ namespace PPTX
if (theme.IsInit())
{
TableStyles = theme->presentation->get(PPTX::FileTypes::TableStyles).smart_dynamic_cast<PPTX::TableStyles>();
tableStyles = theme->presentation->get(PPTX::FileTypes::TableStyles).smart_dynamic_cast<PPTX::TableStyles>();
}
}
const OOX::CPath GetPathBySpid(const CString& spid)const
......
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