diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-08-30 21:53:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-31 16:20:52 +0200 |
commit | 7955fe46e226d74732993454e18be6835659c11c (patch) | |
tree | a2026c97ba66668b31d1e2c176f6b750568c52be /sfx2/source/view | |
parent | 8a45eac81686ccc06b7f028594770ad18ae66057 (diff) |
flatten SfxObjectShellArr_Impl
Change-Id: I97e3ea18ce17c63ae95d7755a32c602b88373370
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121337
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/view')
-rw-r--r-- | sfx2/source/view/lokhelper.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/view/lokhelper.cxx b/sfx2/source/view/lokhelper.cxx index 2918c51a49eb..a6c7d207865c 100644 --- a/sfx2/source/view/lokhelper.cxx +++ b/sfx2/source/view/lokhelper.cxx @@ -33,8 +33,6 @@ #include <editeng/outliner.hxx> #include <sfx2/msgpool.hxx> -#include <shellimpl.hxx> - #include <boost/property_tree/json_parser.hpp> using namespace com::sun::star; diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 795af1a5dffb..ada11bea9930 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -89,7 +89,6 @@ #include <svtools/strings.hrc> #include <svtools/svtresid.hxx> #include <framework/framelistanalyzer.hxx> -#include <shellimpl.hxx> #include <optional> diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index bcb60d6c20a4..ba1e54c4a661 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -83,7 +83,6 @@ #include <sfx2/objface.hxx> #include <sfx2/lokhelper.hxx> #include <openuriexternally.hxx> -#include <shellimpl.hxx> #include <vector> #include <libxml/xmlwriter.h> |