diff options
Diffstat (limited to 'include/oox/core/relations.hxx')
-rw-r--r-- | include/oox/core/relations.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/oox/core/relations.hxx b/include/oox/core/relations.hxx index d556d9c8cf93..f36ceaba6d0b 100644 --- a/include/oox/core/relations.hxx +++ b/include/oox/core/relations.hxx @@ -27,8 +27,7 @@ #include <oox/dllapi.h> #include <rtl/ustring.hxx> -namespace oox { -namespace core { +namespace oox::core { /** Expands to an OUString containing an 'officeDocument' transitional relation type created @@ -113,8 +112,7 @@ private: }; -} // namespace core -} // namespace oox +} // namespace oox::core #endif |