diff options
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 { |