diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 15:54:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 20:02:29 +0200 |
commit | 00d170213a112922980db67df62b8ee324ff2631 (patch) | |
tree | a277feaf79a3014a777f25e87730a013da919c2d /sd/source/ui/slideshow/slideshowviewimpl.hxx | |
parent | 32ff26f771a90050f524968dfd5381818274f673 (diff) |
compact namespace in sd
Change-Id: Ifa8b9cb2a6c06e0365245790cfd1c4775bd87d15
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93861
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/slideshow/slideshowviewimpl.hxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshowviewimpl.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/slideshow/slideshowviewimpl.hxx b/sd/source/ui/slideshow/slideshowviewimpl.hxx index 602f2e025532..4ad599b72184 100644 --- a/sd/source/ui/slideshow/slideshowviewimpl.hxx +++ b/sd/source/ui/slideshow/slideshowviewimpl.hxx @@ -32,11 +32,11 @@ #include <slideshow.hxx> -namespace com { namespace sun { namespace star { namespace awt { class XPointer; } } } } -namespace com { namespace sun { namespace star { namespace awt { class XWindow; } } } } -namespace com { namespace sun { namespace star { namespace awt { class XWindowPeer; } } } } -namespace com { namespace sun { namespace star { namespace awt { struct WindowEvent; } } } } -namespace com { namespace sun { namespace star { namespace rendering { class XSpriteCanvas; } } } } +namespace com::sun::star::awt { class XPointer; } +namespace com::sun::star::awt { class XWindow; } +namespace com::sun::star::awt { class XWindowPeer; } +namespace com::sun::star::awt { struct WindowEvent; } +namespace com::sun::star::rendering { class XSpriteCanvas; } class SdDrawDocument; namespace sd |