Kaydet (Commit) 1b123a4b authored tarafından David Tardon's avatar David Tardon

avoid circular dep between vcl and framework

Change-Id: Ibcb547b2b911d382eafa1fd8a9adb2e8b6efbfe2
üst 334a5813
......@@ -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;
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment