summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 18:45:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 20:41:14 +0200
commite06cb5853f735e523f740dec82954c54cbe47f48 (patch)
tree0e4841cb54766a810fdca5af125ce8c01ecaa384 /include/vcl/svapp.hxx
parent1d3bec99e87c6f1e083f36bc1906839025d640df (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 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx16
1 files changed, 5 insertions, 11 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 2532504b8c16..48177cf90535 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -66,24 +66,18 @@ class GestureEvent;
struct ImplSVEvent;
struct ConvertData;
-namespace com {
-namespace sun {
-namespace star {
-namespace uno {
+namespace com::sun::star::uno {
class XComponentContext;
}
-namespace ui {
- namespace dialogs {
- class XFilePicker2;
- class XFolderPicker2;
- }
+namespace com::sun::star::ui::dialogs {
+ class XFilePicker2;
+ class XFolderPicker2;
}
-namespace awt {
+namespace com::sun::star::awt {
class XToolkit;
class XDisplayConnection;
class XWindow;
}
-} } }
// helper needed by SalLayout implementations as well as svx/source/dialog/svxbmpnumbalueset.cxx
VCL_DLLPUBLIC sal_UCS4 GetMirroredChar( sal_UCS4 );