summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
Diffstat (limited to 'uui')
-rw-r--r--uui/source/getcontinuations.hxx4
-rw-r--r--uui/source/iahndl.hxx4
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; }