diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 12:44:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 18:05:48 +0200 |
commit | 2f6839b8b1c778cd01833a66c1cc92f1b5cf2667 (patch) | |
tree | bc0adb328d3ac159bc7e748167cab28db41eb89f /avmedia/source/viewer | |
parent | 5755203865f5b42c9d43b6a1d441709319fcb7a5 (diff) |
compact namespace: avmedia
Change-Id: I3f8d9c689724c6f522933604cc8e9cb041585546
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98896
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'avmedia/source/viewer')
-rw-r--r-- | avmedia/source/viewer/mediaevent_impl.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/avmedia/source/viewer/mediaevent_impl.hxx b/avmedia/source/viewer/mediaevent_impl.hxx index 9c864ecff29d..1dc1c20ec2ff 100644 --- a/avmedia/source/viewer/mediaevent_impl.hxx +++ b/avmedia/source/viewer/mediaevent_impl.hxx @@ -27,9 +27,7 @@ #include <com/sun/star/awt/XFocusListener.hpp> #include <vcl/vclptr.hxx> -namespace avmedia -{ - namespace priv +namespace avmedia::priv { // - MediaEventListenersImpl - @@ -72,7 +70,7 @@ namespace avmedia VclPtr<vcl::Window> mpNotifyWindow; mutable ::osl::Mutex maMutex; }; - } + } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |