diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-21 20:00:21 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-22 07:51:28 +0100 |
commit | 5098f825931604004caf37069a3fb38359c837a4 (patch) | |
tree | 951707070e41c7df3ab2e35b0215caedcd5ff520 /sw | |
parent | 331b4603be47fe059095307b2b3e2c1d399b04f9 (diff) |
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/50123
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/pch/precompiled_swui.hxx | 2 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_vbaswobj.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/pch/precompiled_swui.hxx b/sw/inc/pch/precompiled_swui.hxx index 4698f43d2afe..aef3030fd050 100644 --- a/sw/inc/pch/precompiled_swui.hxx +++ b/sw/inc/pch/precompiled_swui.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> diff --git a/sw/inc/pch/precompiled_vbaswobj.hxx b/sw/inc/pch/precompiled_vbaswobj.hxx index 6dca15aa3487..59bda3e0b690 100644 --- a/sw/inc/pch/precompiled_vbaswobj.hxx +++ b/sw/inc/pch/precompiled_vbaswobj.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> |