diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 20:08:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-10 07:54:20 +0200 |
commit | f2380399335121546512841c3f9f1b1f0cf8c866 (patch) | |
tree | 865032852c269b5543c7e2e54cf53c7fd10d9a15 /slideshow/source/inc/eventmultiplexer.hxx | |
parent | 71f995fb00a32546ef14522d1e6fa90db377b8bc (diff) |
compact namespace in slideshow
Change-Id: Ic61e68312314cdfb30f89cafe9255ee8f0b0a081
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93875
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/source/inc/eventmultiplexer.hxx')
-rw-r--r-- | slideshow/source/inc/eventmultiplexer.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/slideshow/source/inc/eventmultiplexer.hxx b/slideshow/source/inc/eventmultiplexer.hxx index 7756fe965d3b..9d84a97c9323 100644 --- a/slideshow/source/inc/eventmultiplexer.hxx +++ b/slideshow/source/inc/eventmultiplexer.hxx @@ -31,10 +31,7 @@ #include "unoview.hxx" -namespace com { namespace sun { namespace star { namespace drawing -{ - class XShape; -} } } } +namespace com::sun::star::drawing { class XShape; } namespace slideshow { namespace internal { |