summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 14:03:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 21:15:41 +0200
commitaa3e3efbfe8ce7b25bcbda6020bd3f6b8712c61e (patch)
treec67f0ab3b8e9072c802836dde39f55a7886f9fe3 /embeddedobj
parenteecf74d417800138e39304857901bf69c0b756de (diff)
compact namespace in editeng..extensions
Change-Id: Ie93ac69592c3625b8e2e5db3619ce24597a07a7e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93722 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/inc/commonembobj.hxx4
-rw-r--r--embeddedobj/source/inc/dummyobject.hxx4
-rw-r--r--embeddedobj/source/msole/graphconvert.hxx4
-rw-r--r--embeddedobj/source/msole/olepersist.hxx4
4 files changed, 7 insertions, 9 deletions
diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx
index 0246e7f3f3bc..61e939a0c62f 100644
--- a/embeddedobj/source/inc/commonembobj.hxx
+++ b/embeddedobj/source/inc/commonembobj.hxx
@@ -37,7 +37,7 @@
#include <rtl/ref.hxx>
#include <map>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace embed {
class XStorage;
}
@@ -51,7 +51,7 @@ namespace com { namespace sun { namespace star {
struct PropertyValue;
struct NamedValue;
}
-}}}
+}
namespace cppu {
class OMultiTypeInterfaceContainerHelper;
diff --git a/embeddedobj/source/inc/dummyobject.hxx b/embeddedobj/source/inc/dummyobject.hxx
index 67795190a27a..60bca914b636 100644
--- a/embeddedobj/source/inc/dummyobject.hxx
+++ b/embeddedobj/source/inc/dummyobject.hxx
@@ -31,7 +31,7 @@
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/interfacecontainer.hxx>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace embed {
class XStorage;
}
@@ -42,7 +42,7 @@ namespace com { namespace sun { namespace star {
struct PropertyValue;
struct NamedValue;
}
-}}}
+}
namespace cppu {
class OMultiTypeInterfaceContainerHelper;
diff --git a/embeddedobj/source/msole/graphconvert.hxx b/embeddedobj/source/msole/graphconvert.hxx
index b86c8e840ea5..39e627888765 100644
--- a/embeddedobj/source/msole/graphconvert.hxx
+++ b/embeddedobj/source/msole/graphconvert.hxx
@@ -25,9 +25,7 @@
#include <rtl/ustring.hxx>
#include <sal/types.h>
-namespace com { namespace sun { namespace star { namespace uno {
- class Any;
-} } } }
+namespace com::sun::star::uno { class Any; }
bool ConvertBufferToFormat(
void * pBuf, sal_uInt32 nBufSize, OUString const & aFormatShortName,
diff --git a/embeddedobj/source/msole/olepersist.hxx b/embeddedobj/source/msole/olepersist.hxx
index d9607a1c3836..111e34e31004 100644
--- a/embeddedobj/source/msole/olepersist.hxx
+++ b/embeddedobj/source/msole/olepersist.hxx
@@ -25,10 +25,10 @@
#include <com/sun/star/uno/Reference.hxx>
#include <rtl/ustring.hxx>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace io { class XInputStream; }
namespace lang { class XMultiServiceFactory; }
-} } }
+}
OUString GetNewTempFileURL_Impl( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );