From 1b123a4bd821e1d43c64418652b69a782cd243a2 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 28 Nov 2012 17:42:35 +0100 Subject: avoid circular dep between vcl and framework Change-Id: Ibcb547b2b911d382eafa1fd8a9adb2e8b6efbfe2 --- vcl/unx/gtk/window/gtksalmenu.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'vcl/unx') diff --git a/vcl/unx/gtk/window/gtksalmenu.cxx b/vcl/unx/gtk/window/gtksalmenu.cxx index d3c20a265e6e..605db0de91ef 100644 --- a/vcl/unx/gtk/window/gtksalmenu.cxx +++ b/vcl/unx/gtk/window/gtksalmenu.cxx @@ -20,12 +20,14 @@ # include #endif -#include - -#include - #include +// FIXME Copied from framework/inc/framework/menuconfiguration.hxx to +// avoid circular dependency between modules. It should be in a common +// header (probably in vcl). +const sal_uInt16 START_ITEMID_WINDOWLIST = 4600; +const sal_uInt16 END_ITEMID_WINDOWLIST = 4699; + static sal_Bool bMenuVisibility = sal_False; /* -- cgit v1.2.3