mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-18 17:13:34 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53593 954022d7-b5bf-4e40-9824-e11837661b57
16 lines
271 B
C++
16 lines
271 B
C++
#pragma once
|
|
#ifndef OOX_NAMESPACE_OWN_INCLUDE_H_
|
|
#define OOX_NAMESPACE_OWN_INCLUDE_H_
|
|
|
|
#include "Namespaces.h"
|
|
|
|
namespace OOX
|
|
{
|
|
class NamespaceOwn
|
|
{
|
|
protected:
|
|
static const Namespaces ns;
|
|
};
|
|
} // namespace OOX
|
|
|
|
#endif // OOX_NAMESPACE_OWN_INCLUDE_H_
|