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

.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@68428 954022d7-b5bf-4e40-9824-e11837661b57
parent 02ce0535
...@@ -4,14 +4,16 @@ ...@@ -4,14 +4,16 @@
#include "CustomShape.h" #include "CustomShape.h"
namespace NSCustomShapesConvert
NSGuidesVML::CBaseShape* NSGuidesVML::CBaseShape::CreateByType( int ShapeType) {
CBaseShape* CBaseShape::CreateByType( int ShapeType)
{ {
return CCustomShape::CreateByType((oox::MSOSPT)ShapeType); return CCustomShape::CreateByType((oox::MSOSPT)ShapeType);
} }
bool NSGuidesVML::CBaseShape::SetType( int ShapeType) bool CBaseShape::SetType( int ShapeType)
{ {
return ((CCustomShape*)this)->SetShapeType((oox::MSOSPT)ShapeType); return ((CCustomShape*)this)->SetShapeType((oox::MSOSPT)ShapeType);
} }
}
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