[Libreoffice-commits] core.git: toolkit/source
Thomas Arnhold
thomas at arnhold.org
Sat Apr 27 08:15:31 PDT 2013
toolkit/source/awt/vclxaccessiblecomponent.cxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 43937af87eaac37be5153abea9f8d83681bbf904
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Sat Apr 27 17:14:12 2013 +0200
this is stupid anyhow
vclevent.hxx was indirectly included by vcl/window.hxx.
Make it clear with this.
Change-Id: I8c205a1116e835019527b2a9907215fa786f0459
diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx
index 39e33cc..d189158 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;
More information about the Libreoffice-commits
mailing list