Commit 495e61b2 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

shape props

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57951 954022d7-b5bf-4e40-9824-e11837661b57
parent f8bb6bd5
......@@ -720,19 +720,6 @@ namespace NSEditorApi
public:
CAscStroke()
{
m_nType.SetNull();
m_dWidth.SetNull();
m_oColor.SetNull();
m_nLineJoin.SetNull();
m_nLineCap.SetNull();
m_nLineBeginSize.SetNull();
m_nLineBeginStyle.SetNull();
m_nLineEndSize.SetNull();
m_nLineEndStyle.SetNull();
m_bCanChangeArrows = false;
}
......@@ -779,7 +766,8 @@ namespace NSEditorApi
LINK_PROPERTY_BOOL_JS(FromChart)
LINK_PROPERTY_OBJECT_JS(CAscFill, Fill)
LINK_PROPERTY_OBJECT_JS(CAscStroke, Stroke)
LINK_PROPERTY_OBJECT_JS(CAscStroke, Stroke)
LINK_PROPERTY_OBJECT_JS(CAscPaddings, Paddings)
};
class CAscImagePosition
......
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