Commit 35eeb07e authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

linux build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59054 954022d7-b5bf-4e40-9824-e11837661b57
parent 0f58a918
......@@ -89,7 +89,7 @@ namespace PPTX
if (Theme.IsInit())
Theme->SetColorMap(clrMap);
TableStyles = (Theme->presentation->get(PPTX::FileTypes::TableStyles)).smart_dynamic_cast<PPTX::TableStyles>();
tableStyles_ = (Theme->presentation->get(PPTX::FileTypes::TableStyles)).smart_dynamic_cast<PPTX::TableStyles>();
}
virtual void toPPTY(NSBinPptxRW::CBinaryFileWriter* pWriter) const
......@@ -167,7 +167,7 @@ namespace PPTX
public:
smart_ptr<Theme> Theme;
smart_ptr<TableStyles> TableStyles;
smart_ptr<TableStyles> tableStyles_;
Logic::CSld cSld;
Logic::ClrMap clrMap;
......
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