diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-10 09:18:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-10 12:03:13 +0200 |
commit | c37fe8886d8ce2f6374decc370a09b45e589ee0d (patch) | |
tree | 7a92d439f2ef323117bd3391d193f0d53c3a759e /stoc | |
parent | 366d08f2f6d4de922f6099c62bb81b49d89e0a68 (diff) |
compact namespace in sal..svgio
Change-Id: I7e70614ea5a1cb1a1dc0ef8e9fb6fd48e85c3562
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93904
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/implementationregistration/mergekeys.hxx | 4 | ||||
-rw-r--r-- | stoc/source/javavm/interact.hxx | 4 | ||||
-rw-r--r-- | stoc/source/javavm/javavm.hxx | 4 | ||||
-rw-r--r-- | stoc/source/uriproc/UriReference.hxx | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/stoc/source/implementationregistration/mergekeys.hxx b/stoc/source/implementationregistration/mergekeys.hxx index f8bf8e42d65d..3f54e571241f 100644 --- a/stoc/source/implementationregistration/mergekeys.hxx +++ b/stoc/source/implementationregistration/mergekeys.hxx @@ -23,9 +23,9 @@ #include <sal/config.h> #include <sal/types.h> -namespace com { namespace sun { namespace star { namespace registry { +namespace com::sun::star::registry { class XRegistryKey; -} } } } +} namespace com::sun::star::uno { template <typename > class Reference; } namespace stoc_impreg { diff --git a/stoc/source/javavm/interact.hxx b/stoc/source/javavm/interact.hxx index da0ae985e3db..35aa97b97b76 100644 --- a/stoc/source/javavm/interact.hxx +++ b/stoc/source/javavm/interact.hxx @@ -26,9 +26,9 @@ #include <cppuhelper/implbase.hxx> #include <rtl/ref.hxx> -namespace com { namespace sun { namespace star { namespace task { +namespace com::sun::star::task { class XInteractionContinuation; -} } } } +} namespace stoc_javavm { diff --git a/stoc/source/javavm/javavm.hxx b/stoc/source/javavm/javavm.hxx index 63a9c55d1cf4..13418c30011c 100644 --- a/stoc/source/javavm/javavm.hxx +++ b/stoc/source/javavm/javavm.hxx @@ -34,10 +34,10 @@ #include <rtl/ref.hxx> #include <rtl/ustring.hxx> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace container { class XContainer; } namespace uno { class XComponentContext; } -} } } +} namespace jvmaccess { class UnoVirtualMachine; class VirtualMachine; diff --git a/stoc/source/uriproc/UriReference.hxx b/stoc/source/uriproc/UriReference.hxx index 9ce7d150e23d..4a88c414f567 100644 --- a/stoc/source/uriproc/UriReference.hxx +++ b/stoc/source/uriproc/UriReference.hxx @@ -25,7 +25,7 @@ #include <sal/types.h> #include <rtl/ustrbuf.hxx> -namespace stoc { namespace uriproc { +namespace stoc::uriproc { class UriReference { public: @@ -104,7 +104,7 @@ private: void appendSchemeSpecificPart(OUStringBuffer & buffer) const; }; -} } +} #endif |