summaryrefslogtreecommitdiff
path: root/include/vcl/weld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/weld.hxx')
-rw-r--r--include/vcl/weld.hxx20
1 files changed, 3 insertions, 17 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 7d29e1c7f605..10bbacfa8f91 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -31,34 +31,20 @@
#include <memory>
#include <vector>
-namespace com
-{
-namespace sun
-{
-namespace star
-{
-namespace awt
+namespace com::sun::star::awt
{
class XWindow;
}
-namespace datatransfer
-{
-namespace dnd
+namespace com::sun::star::datatransfer::dnd
{
class XDropTarget;
}
-}
-namespace graphic
+namespace com::sun::star::graphic
{
class XGraphic;
}
-}
-}
-}
-
typedef css::uno::Reference<css::accessibility::XAccessible> a11yref;
typedef css::uno::Reference<css::accessibility::XAccessibleRelationSet> a11yrelationset;
-
enum class PointerStyle;
class CommandEvent;
class KeyEvent;