summaryrefslogtreecommitdiff
path: root/include/vcl/toolkit/unowrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/toolkit/unowrap.hxx')
-rw-r--r--include/vcl/toolkit/unowrap.hxx15
1 files changed, 3 insertions, 12 deletions
diff --git a/include/vcl/toolkit/unowrap.hxx b/include/vcl/toolkit/unowrap.hxx
index fe8a60b19950..ad528af0e0b3 100644
--- a/include/vcl/toolkit/unowrap.hxx
+++ b/include/vcl/toolkit/unowrap.hxx
@@ -32,24 +32,15 @@
namespace vcl { class Window; }
class OutputDevice;
class Menu;
-
-namespace com {
-namespace sun {
-namespace star {
-namespace awt {
+namespace com::sun::star::awt {
class XGraphics;
class XToolkit;
class XWindow;
class XWindowPeer;
}
-} } }
-
-namespace com {
-namespace sun {
-namespace star {
-namespace accessibility {
+namespace com::sun::star::accessibility {
class XAccessible;
-}}}}
+}
class UNLESS_MERGELIBS(VCL_DLLPUBLIC) UnoWrapperBase
{