mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 07:23:34 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62950 954022d7-b5bf-4e40-9824-e11837661b57
19 lines
313 B
C++
19 lines
313 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
#include "mediaitems.h"
|
|
|
|
namespace cpdoccore {
|
|
namespace odf_writer {
|
|
namespace utils {
|
|
namespace media {
|
|
|
|
std::wstring create_file_name(const std::wstring & uri, _mediaitems::Type type, size_t Num);
|
|
std::wstring get_rel_type(_mediaitems::Type type);
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|