summaryrefslogtreecommitdiff
path: root/include/codemaker
diff options
context:
space:
mode:
Diffstat (limited to 'include/codemaker')
-rw-r--r--include/codemaker/unotype.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/codemaker/unotype.hxx b/include/codemaker/unotype.hxx
index 90e17f5197f9..606321873242 100644
--- a/include/codemaker/unotype.hxx
+++ b/include/codemaker/unotype.hxx
@@ -26,9 +26,7 @@
namespace rtl { class OString; }
-namespace codemaker {
-
-namespace UnoType {
+namespace codemaker::UnoType {
/**
An enumeration of all the sorts of relevant UNOIDL entities.
*/
@@ -82,7 +80,6 @@ namespace UnoType {
rtl::OString decompose(
rtl::OString const & type, sal_Int32 * rank = nullptr,
std::vector< rtl::OString > * arguments = nullptr);
-}
}