summaryrefslogtreecommitdiff
path: root/unotools/source/misc/ServiceDocumenter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/ServiceDocumenter.hxx')
-rw-r--r--unotools/source/misc/ServiceDocumenter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/misc/ServiceDocumenter.hxx b/unotools/source/misc/ServiceDocumenter.hxx
index 874e3313c5c6..cad333ddb59a 100644
--- a/unotools/source/misc/ServiceDocumenter.hxx
+++ b/unotools/source/misc/ServiceDocumenter.hxx
@@ -14,7 +14,7 @@
namespace com::sun::star::uno { class XComponentContext; }
-namespace unotools { namespace misc {
+namespace unotools::misc {
class ServiceDocumenter : public ::cppu::WeakImplHelper<
css::script::XServiceDocumenter>
@@ -46,6 +46,6 @@ class ServiceDocumenter : public ::cppu::WeakImplHelper<
OUString m_sServiceBaseUrl;
};
-}}
+}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */