Commit 6b161579 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@59057 954022d7-b5bf-4e40-9824-e11837661b57
parent e5a5b28d
...@@ -357,7 +357,7 @@ namespace PPTX ...@@ -357,7 +357,7 @@ namespace PPTX
smart_ptr<NotesSlide> Note; smart_ptr<NotesSlide> Note;
smart_ptr<Theme> theme; smart_ptr<Theme> theme;
smart_ptr<VmlDrawing> Vml; smart_ptr<VmlDrawing> Vml;
smart_ptr<TableStyles> TableStyles; smart_ptr<TableStyles> tableStyles_;
smart_ptr<PPTX::Comments> comments; smart_ptr<PPTX::Comments> comments;
...@@ -370,7 +370,7 @@ namespace PPTX ...@@ -370,7 +370,7 @@ namespace PPTX
Master = Layout->Master; Master = Layout->Master;
theme = Layout->theme; theme = Layout->theme;
TableStyles = theme->presentation->get(PPTX::FileTypes::TableStyles).smart_dynamic_cast<PPTX::TableStyles>();//boost::shared_dynamic_cast<PPTX::TableStyles, PPTX::File>(Theme->Presentation->get(PPTX::FileTypes::TableStyles)); tableStyles_= theme->presentation->get(PPTX::FileTypes::TableStyles).smart_dynamic_cast<PPTX::TableStyles>();//boost::shared_dynamic_cast<PPTX::TableStyles, PPTX::File>(Theme->Presentation->get(PPTX::FileTypes::TableStyles));
if (exist(PPTX::FileTypes::VmlDrawing)) if (exist(PPTX::FileTypes::VmlDrawing))
{ {
......
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