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 /uui/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 'uui/source')
-rw-r--r-- | uui/source/getcontinuations.hxx | 4 | ||||
-rw-r--r-- | uui/source/iahndl.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/uui/source/getcontinuations.hxx b/uui/source/getcontinuations.hxx index 03dc049f45d1..6ea1f55fa067 100644 --- a/uui/source/getcontinuations.hxx +++ b/uui/source/getcontinuations.hxx @@ -23,11 +23,11 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace task { class XInteractionContinuation; } -} } } +} template< class t1 > bool setContinuation( diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index 95f9d4ea06ce..872bc13ac469 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -34,7 +34,7 @@ #include <unordered_map> #include <vector> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace awt { class XWindow; } @@ -55,7 +55,7 @@ namespace com { namespace sun { namespace star { namespace ucb { class NameClashResolveRequest; } -} } } +} namespace vcl { class Window; } |