diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-10 09:19:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-10 18:28:34 +0200 |
commit | de61e14d0b6ee90cb4d170af340275d811b9fbbf (patch) | |
tree | bebbb5d2d82144c2ef73cb9a2918196b80ee5ddd /ucbhelper/source | |
parent | cb3e249e4dbc851f39bd80dfc7fd076543734c6d (diff) |
compact namespace in ucb..uui
Change-Id: I644d5e418028b4b4e66cf67b20a1155a689acab0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93906
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/provider/contentinfo.hxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/provider/simpleioerrorrequest.hxx | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/ucbhelper/source/provider/contentinfo.hxx b/ucbhelper/source/provider/contentinfo.hxx index 3472ed49922c..01d10e07545f 100644 --- a/ucbhelper/source/provider/contentinfo.hxx +++ b/ucbhelper/source/provider/contentinfo.hxx @@ -28,7 +28,7 @@ #include <osl/mutex.hxx> -namespace com { namespace sun { namespace star { namespace ucb { class XCommandEnvironment; } } } } +namespace com::sun::star::ucb { class XCommandEnvironment; } namespace ucbhelper { diff --git a/ucbhelper/source/provider/simpleioerrorrequest.hxx b/ucbhelper/source/provider/simpleioerrorrequest.hxx index 3a5225ac6a82..134f10a9aa5e 100644 --- a/ucbhelper/source/provider/simpleioerrorrequest.hxx +++ b/ucbhelper/source/provider/simpleioerrorrequest.hxx @@ -23,9 +23,7 @@ #include <com/sun/star/ucb/IOErrorCode.hpp> #include <ucbhelper/interactionrequest.hxx> -namespace com { namespace sun { namespace star { namespace ucb { - class XCommandProcessor; -} } } } +namespace com::sun::star::ucb { class XCommandProcessor; } namespace ucbhelper { |