mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 03:55:47 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@56034 954022d7-b5bf-4e40-9824-e11837661b57
19 lines
306 B
C++
19 lines
306 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
#include "mediaitems.h"
|
|
|
|
namespace cpdoccore {
|
|
namespace odf {
|
|
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);
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|