summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 14:34:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 21:13:05 +0200
commiteecf74d417800138e39304857901bf69c0b756de (patch)
tree2d3b3be9f38399a23a42efaa006f26458bf7f7c4 /framework
parent561dd7ba983a0f40bff46169eb17358f73f6ff41 (diff)
compact namespace in filter..framework
Change-Id: Id3c2d9b1fdf9d617adea0fa1ab2fa9a2de12ef50 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93727 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/helper/wakeupthread.hxx4
-rw-r--r--framework/source/inc/dispatch/windowcommanddispatch.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/helper/wakeupthread.hxx b/framework/inc/helper/wakeupthread.hxx
index 97c462c84e28..51cf859f0462 100644
--- a/framework/inc/helper/wakeupthread.hxx
+++ b/framework/inc/helper/wakeupthread.hxx
@@ -28,9 +28,9 @@
#include <osl/mutex.hxx>
#include <salhelper/thread.hxx>
-namespace com { namespace sun { namespace star { namespace util {
+namespace com::sun::star::util {
class XUpdatable;
-} } } }
+}
namespace framework{
diff --git a/framework/source/inc/dispatch/windowcommanddispatch.hxx b/framework/source/inc/dispatch/windowcommanddispatch.hxx
index 55ecb81bb16c..db5602fd2690 100644
--- a/framework/source/inc/dispatch/windowcommanddispatch.hxx
+++ b/framework/source/inc/dispatch/windowcommanddispatch.hxx
@@ -26,9 +26,9 @@
#include <cppuhelper/weakref.hxx>
#include <tools/link.hxx>
-namespace com { namespace sun { namespace star { namespace uno {
+namespace com::sun::star::uno {
class XComponentContext;
-} } } }
+}
class VclWindowEvent;
namespace framework{