diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 18:45:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 20:41:14 +0200 |
commit | e06cb5853f735e523f740dec82954c54cbe47f48 (patch) | |
tree | 0e4841cb54766a810fdca5af125ce8c01ecaa384 /vcl/inc/salinst.hxx | |
parent | 1d3bec99e87c6f1e083f36bc1906839025d640df (diff) |
compact namespace: vcl
Change-Id: Ic861003f522e76431fffaadc408d0a153b12d0e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99003
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/salinst.hxx')
-rw-r--r-- | vcl/inc/salinst.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx index e82f5b55a393..b8f8d5bd90a8 100644 --- a/vcl/inc/salinst.hxx +++ b/vcl/inc/salinst.hxx @@ -35,13 +35,9 @@ #include <com/sun/star/ui/dialogs/XFolderPicker2.hpp> #include <memory> -namespace com { -namespace sun { -namespace star { -namespace awt { +namespace com::sun::star::awt { class XWindow; } -} } } namespace comphelper { class SolarMutex; } namespace vcl { class Window; } namespace weld { |