this is stupid anyhow

vclevent.hxx was indirectly included by vcl/window.hxx.

Make it clear with this.

Change-Id: I8c205a1116e835019527b2a9907215fa786f0459
This commit is contained in:
Thomas Arnhold 2013-04-27 17:14:12 +02:00
parent 8339e063f3
commit 43937af87e

View file

@ -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;