diff options
author | Rafał Dobrakowski <dobrakowskirafal@gmail.com> | 2024-03-18 02:54:32 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-02 19:32:44 +0200 |
commit | 0fb98963c46013209d39c03c3d61ef52ccc504e2 (patch) | |
tree | c92cc1621b8d18c98a85ec642b44a0311e83fb17 /sc/source/ui/view/gridwin4.cxx | |
parent | c59a2c22e930d323b95f42089928baa1cad4224a (diff) |
tdf#146619 Remove unused #includes from C/C++ files
'sc' module was cleaned.
Change-Id: Ia491d741a4c1c5314f35ebb4baa82dd516948ae7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165699
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'sc/source/ui/view/gridwin4.cxx')
-rw-r--r-- | sc/source/ui/view/gridwin4.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx index 8ff73d07a05d..5c4ea63e268a 100644 --- a/sc/source/ui/view/gridwin4.cxx +++ b/sc/source/ui/view/gridwin4.cxx @@ -36,7 +36,6 @@ #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <comphelper/lok.hxx> -#include <comphelper/scopeguard.hxx> #include <sfx2/lokhelper.hxx> #include <sfx2/lokcomponenthelpers.hxx> @@ -57,7 +56,6 @@ #include <attrib.hxx> #include <patattr.hxx> #include <dbdata.hxx> -#include <docoptio.hxx> #include <notemark.hxx> #include <dbfunc.hxx> #include <scmod.hxx> @@ -65,7 +63,6 @@ #include <rfindlst.hxx> #include <hiranges.hxx> #include <pagedata.hxx> -#include <docpool.hxx> #include <globstr.hrc> #include <scresid.hxx> #include <docsh.hxx> |