Commit c2964f92 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent 15fb3a4f
...@@ -56,8 +56,8 @@ namespace OOX ...@@ -56,8 +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() ); content.Registration( type().OverrideType(), directory, filename.GetFilename() );
IFileContainer::Write( oPath, oDirectory, oContent ); IFileContainer::Write( filename, directory, content );
} }
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