Commit cb57db3c authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent d22fb105
......@@ -1203,6 +1203,10 @@
RelativePath="..\Source\DocxFormat\Media\OleObject.h"
>
</File>
<File
RelativePath="..\Source\DocxFormat\Media\VbaProject.h"
>
</File>
<File
RelativePath="..\Source\DocxFormat\Media\Video.h"
>
......@@ -1534,10 +1538,6 @@
RelativePath="..\Source\XlsxFormat\Drawing\Pos.h"
>
</File>
<File
RelativePath="..\Source\DocxFormat\Media\VbaProject.h"
>
</File>
</Filter>
<Filter
Name="SharedStrings"
......
......@@ -56,6 +56,8 @@ namespace OOX
}
virtual void write(const OOX::CPath& filename, const OOX::CPath& directory, CContentTypes& content) const
{
oContent.Registration( type().OverrideType(), oDirectory, oPath.GetFilename() );
IFileContainer::Write( oPath, oDirectory, oContent );
}
virtual const FileType type() const
{
......
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