Commit ecba6e09 authored by konovalovsergey's avatar konovalovsergey

transitions without effect

parent 1188d4cd
...@@ -79,17 +79,17 @@ namespace PPTX ...@@ -79,17 +79,17 @@ namespace PPTX
virtual void toPPTY(NSBinPptxRW::CBinaryFileWriter* pWriter) const virtual void toPPTY(NSBinPptxRW::CBinaryFileWriter* pWriter) const
{ {
if (_T("") != trSerialize.m_strNodeName) pWriter->WriteBYTE(NSBinPptxRW::g_nodeAttributeStart);
{
pWriter->WriteBYTE(NSBinPptxRW::g_nodeAttributeStart);
pWriter->WriteBool2(0, advClick); pWriter->WriteBool2(0, advClick);
pWriter->WriteInt2(1, advTm); pWriter->WriteInt2(1, advTm);
pWriter->WriteInt2(2, dur); pWriter->WriteInt2(2, dur);
pWriter->WriteLimit2(3, spd); pWriter->WriteLimit2(3, spd);
pWriter->WriteBYTE(NSBinPptxRW::g_nodeAttributeEnd); pWriter->WriteBYTE(NSBinPptxRW::g_nodeAttributeEnd);
if (_T("") != trSerialize.m_strNodeName)
{
pWriter->WriteRecord1(0, trSerialize); pWriter->WriteRecord1(0, trSerialize);
} }
} }
...@@ -142,9 +142,6 @@ namespace PPTX ...@@ -142,9 +142,6 @@ namespace PPTX
virtual void toXmlWriter(NSBinPptxRW::CXmlWriter* pWriter) const virtual void toXmlWriter(NSBinPptxRW::CXmlWriter* pWriter) const
{ {
if (_T("") == trSerialize.m_strNodeName)
return;
pWriter->WriteString(_T("<mc:AlternateContent xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\">\ pWriter->WriteString(_T("<mc:AlternateContent xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\">\
<mc:Choice xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" Requires=\"p14\">")); <mc:Choice xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" Requires=\"p14\">"));
...@@ -205,4 +202,4 @@ namespace PPTX ...@@ -205,4 +202,4 @@ namespace PPTX
} // namespace Logic } // namespace Logic
} // namespace PPTX } // namespace PPTX
#endif // PPTX_LOGIC_TRANSITION_INCLUDE_H_ #endif // PPTX_LOGIC_TRANSITION_INCLUDE_H_
\ No newline at end of file
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