summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
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 );