diff options
author | David Tardon <dtardon@redhat.com> | 2012-11-28 17:42:35 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-11-30 16:14:18 +0100 |
commit | 1b123a4bd821e1d43c64418652b69a782cd243a2 (patch) | |
tree | 0af9d6032860c20aa330ae1e3ea584cb11586e01 /vcl/unx | |
parent | 334a58130bdd4afa0bbc2e65d78f8f5709b0b618 (diff) |
avoid circular dep between vcl and framework
Change-Id: Ibcb547b2b911d382eafa1fd8a9adb2e8b6efbfe2
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk/window/gtksalmenu.cxx | 10 |
1 files changed, 6 insertions, 4 deletions
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 <gdk/gdkkeysyms-compat.h> #endif -#include <svtools/menuoptions.hxx> - -#include <framework/menuconfiguration.hxx> - #include <sal/log.hxx> +// 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; /* |