summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-27 17:14:12 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-27 17:14:12 +0200
commit43937af87eaac37be5153abea9f8d83681bbf904 (patch)
tree84cc9df8b43067c4c3f2dc3970175972e32968cb /toolkit
parent8339e063f3bb2e98b74eecd79d78c91a07992001 (diff)
this is stupid anyhow
vclevent.hxx was indirectly included by vcl/window.hxx. Make it clear with this. Change-Id: I8c205a1116e835019527b2a9907215fa786f0459
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxaccessiblecomponent.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx
index 39e33cc81e9a..d18915805224 100644
--- a/toolkit/source/awt/vclxaccessiblecomponent.cxx
+++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx
@@ -28,6 +28,7 @@
#include <toolkit/helper/convert.hxx>
#include <toolkit/awt/vclxfont.hxx>
#include <vcl/dialog.hxx>
+#include <vcl/vclevent.hxx>
#include <vcl/window.hxx>
#include <tools/debug.hxx>
#include <unotools/accessiblestatesethelper.hxx>
@@ -35,10 +36,6 @@
#include <vcl/svapp.hxx>
#include <vcl/menu.hxx>
-#ifndef VCLEVENT_WINDOW_FRAMETITLECHANGED
-#define VCLEVENT_WINDOW_FRAMETITLECHANGED 1018
-#endif
-
using namespace ::com::sun::star;
using namespace ::comphelper;