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:
parent
8339e063f3
commit
43937af87e
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue