Kaydet (Commit) 5098f825 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/

...as it is included from other include/vcl/*.hxx files.  (And moving it there
helps the heuristic in an upcoming improvement of loplugin:dyncastvisibility.)

Change-Id: I15e061fbaba8e82235afb5b312f7b38f26eec900
Reviewed-on: https://gerrit.libreoffice.org/50123Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 331b4603
......@@ -100,6 +100,7 @@
#include <salhelper/salhelperdllapi.h>
#include <salhelper/simplereferenceobject.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/accel.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
......@@ -323,7 +324,6 @@
#include <o3tl/cow_wrapper.hxx>
#include <o3tl/strong_int.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sot/exchange.hxx>
#include <sot/formats.hxx>
#include <sot/sotdllapi.h>
......
......@@ -111,6 +111,7 @@
#include <salhelper/simplereferenceobject.hxx>
#include <salhelper/singletonref.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/accel.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
......@@ -408,7 +409,6 @@
#include <sfx2/groupid.hxx>
#include <sfx2/minfitem.hxx>
#include <sfx2/module.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/request.hxx>
......
......@@ -105,6 +105,7 @@
#include <salhelper/simplereferenceobject.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/IContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
#include <vcl/bitmap.hxx>
......@@ -404,7 +405,6 @@
#include <o3tl/typed_flags_set.hxx>
#include <sfx2/XmlIdRegistry.hxx>
#include <sfx2/dllapi.h>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sfx2/sfxuno.hxx>
#include <sfx2/shell.hxx>
#include <sfx2/signaturestate.hxx>
......
......@@ -111,6 +111,7 @@
#include <salhelper/simplereferenceobject.hxx>
#include <salhelper/singletonref.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
#include <vcl/bitmap.hxx>
......@@ -339,7 +340,6 @@
#include <sfx2/filedlghelper.hxx>
#include <sfx2/htmlmode.hxx>
#include <sfx2/module.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/opengrf.hxx>
#include <sfx2/request.hxx>
......
......@@ -108,6 +108,7 @@
#include <sal/typesizes.h>
#include <salhelper/singletonref.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/accel.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
......@@ -242,7 +243,6 @@
#include <o3tl/strong_int.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <sfx2/dllapi.h>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <svl/hint.hxx>
#include <svl/lstner.hxx>
#include <svl/poolitem.hxx>
......
......@@ -107,6 +107,7 @@
#include <sal/typesizes.h>
#include <salhelper/singletonref.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
#include <vcl/bitmap.hxx>
......@@ -319,7 +320,6 @@
#include <o3tl/cow_wrapper.hxx>
#include <o3tl/strong_int.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <svl/svldllapi.h>
#include <svtools/popupmenucontrollerbase.hxx>
#include <svtools/svtdllapi.h>
......
......@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_SFX2_NOTEBOOKBAR_NOTEBOOKBARCONTEXTCONTROL_HXX
#define INCLUDED_SFX2_NOTEBOOKBAR_NOTEBOOKBARCONTEXTCONTROL_HXX
#ifndef INCLUDED_VCL_NOTEBOOKBARCONTEXTCONTROL_HXX
#define INCLUDED_VCL_NOTEBOOKBARCONTEXTCONTROL_HXX
#include <vcl/EnumContext.hxx>
......@@ -21,6 +21,6 @@ public:
virtual void SetContext( vcl::EnumContext::Context eContext ) = 0;
};
#endif // INCLUDED_SFX2_NOTEBOOKBAR_NOTEBOOKBARCONTEXTCONTROL_HXX
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -13,7 +13,7 @@
#include <vcl/builder.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/EnumContext.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <com/sun/star/ui/XContextChangeEventListener.hpp>
#include <vector>
......
......@@ -25,7 +25,7 @@
#include <vcl/toolbox.hxx>
#include <vcl/button.hxx>
#include <vcl/EnumContext.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <vcl/NotebookbarContextControl.hxx>
struct ImplTabItem;
struct ImplTabCtrlData;
......
......@@ -114,6 +114,7 @@
#include <salhelper/singletonref.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/IContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/abstdlg.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
......@@ -405,7 +406,6 @@
#include <sfx2/dllapi.h>
#include <sfx2/linksrc.hxx>
#include <sfx2/lnkbase.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sfx2/sfxstatuslistener.hxx>
#include <sot/exchange.hxx>
#include <sot/formats.hxx>
......
......@@ -116,6 +116,7 @@
#include <salhelper/thread.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/IContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
#include <vcl/bitmap.hxx>
......@@ -453,7 +454,6 @@
#include <sfx2/docfile.hxx>
#include <sfx2/linkmgr.hxx>
#include <sfx2/lokhelper.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/printer.hxx>
......
......@@ -88,6 +88,7 @@
#include <sal/typesizes.h>
#include <vcl/EnumContext.hxx>
#include <vcl/IContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/bitmapaccess.hxx>
#include <vcl/bitmapex.hxx>
......@@ -376,7 +377,6 @@
#include <sfx2/linkmgr.hxx>
#include <sfx2/msg.hxx>
#include <sfx2/msgpool.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sfx2/notebookbar/SfxNotebookBar.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/objsh.hxx>
......
......@@ -112,6 +112,7 @@
#include <salhelper/simplereferenceobject.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/IContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/accel.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
......@@ -408,7 +409,6 @@
#include <sfx2/ctrlitem.hxx>
#include <sfx2/dllapi.h>
#include <sfx2/linksrc.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/sfxstatuslistener.hxx>
#include <sfx2/sfxuno.hxx>
......
......@@ -85,6 +85,7 @@
#include <sal/saldllapi.h>
#include <sal/types.h>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/alpha.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/bitmapex.hxx>
......@@ -480,7 +481,6 @@
#include <sfx2/msg.hxx>
#include <sfx2/msgpool.hxx>
#include <sfx2/new.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sfx2/notebookbar/SfxNotebookBar.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/objitem.hxx>
......
......@@ -17,11 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <sal/config.h>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/builderfactory.hxx>
#include <vcl/layout.hxx>
#include <sfx2/dllapi.h>
#include <sfx2/viewfrm.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
/*
* ContextVBox is a VclVBox which shows own children depending on current context.
......
......@@ -98,6 +98,7 @@
#include <sal/types.h>
#include <sal/typesizes.h>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/accel.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
......@@ -247,7 +248,6 @@
#include <o3tl/cow_wrapper.hxx>
#include <o3tl/strong_int.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <tools/color.hxx>
#include <tools/colordata.hxx>
#include <tools/debug.hxx>
......
......@@ -6876,7 +6876,6 @@ include/sfx2/msgpool.hxx
include/sfx2/navigat.hxx
include/sfx2/new.hxx
include/sfx2/newstyle.hxx
include/sfx2/notebookbar/NotebookbarContextControl.hxx
include/sfx2/notebookbar/NotebookbarTabControl.hxx
include/sfx2/notebookbar/SfxNotebookBar.hxx
include/sfx2/objface.hxx
......@@ -7973,6 +7972,7 @@ include/vcl/IconThemeInfo.hxx
include/vcl/IconThemeScanner.hxx
include/vcl/IconThemeSelector.hxx
include/vcl/ImageTree.hxx
include/vcl/NotebookbarContextControl.hxx
include/vcl/abstdlg.hxx
include/vcl/accel.hxx
include/vcl/alpha.hxx
......
......@@ -98,6 +98,7 @@
#include <salhelper/timer.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/IContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/alpha.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/bitmapex.hxx>
......@@ -350,7 +351,6 @@
#include <o3tl/make_unique.hxx>
#include <o3tl/strong_int.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sot/exchange.hxx>
#include <sot/sotdllapi.h>
#include <svl/SfxBroadcaster.hxx>
......
......@@ -104,6 +104,7 @@
#include <salhelper/singletonref.hxx>
#include <salhelper/thread.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
#include <vcl/bitmap.hxx>
......@@ -401,7 +402,6 @@
#include <sfx2/dispatch.hxx>
#include <sfx2/dllapi.h>
#include <sfx2/docfile.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/sfxuno.hxx>
#include <sfx2/shell.hxx>
......
......@@ -117,6 +117,7 @@
#include <salhelper/simplereferenceobject.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/IContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/accel.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
......@@ -549,7 +550,6 @@
#include <sfx2/htmlmode.hxx>
#include <sfx2/linksrc.hxx>
#include <sfx2/lnkbase.hxx>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/request.hxx>
......
......@@ -118,6 +118,7 @@
#include <sal/types.h>
#include <sal/typesizes.h>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/accel.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
......@@ -394,7 +395,6 @@
#include <ooo/vba/XHelperInterface.hpp>
#include <pam.hxx>
#include <sfx2/dllapi.h>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sfx2/sfxuno.hxx>
#include <sfx2/shell.hxx>
#include <sot/formats.hxx>
......
......@@ -106,6 +106,7 @@
#include <sal/types.h>
#include <sal/typesizes.h>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
#include <vcl/accel.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate.hxx>
......@@ -298,7 +299,6 @@
#include <o3tl/typed_flags_set.hxx>
#include <resourcemanager.hxx>
#include <sax/saxdllapi.h>
#include <sfx2/notebookbar/NotebookbarContextControl.hxx>
#include <sot/exchange.hxx>
#include <sot/formats.hxx>
#include <sot/sotdllapi.h>
......
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