Commit cb57db3c authored by ElenaSubbotina's avatar ElenaSubbotina

.

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