summaryrefslogtreecommitdiff
path: root/embedserv
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv')
-rw-r--r--embedserv/source/inc/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/embedserv/source/inc/common.h b/embedserv/source/inc/common.h
index 4f223e919a73..3fcc6712d408 100644
--- a/embedserv/source/inc/common.h
+++ b/embedserv/source/inc/common.h
@@ -29,7 +29,7 @@
#include "embservconst.h"
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace lang {
class XMultiServiceFactory;
}
@@ -43,7 +43,7 @@ namespace com { namespace sun { namespace star {
class XInputStream;
class XOutputStream;
}
-} } }
+}
#endif