diff options
author | Rafał Dobrakowski <dobrakowskirafal@gmail.com> | 2024-03-13 21:38:33 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-14 10:52:18 +0100 |
commit | 4ec72f3935125d3994effd6fa863bbd357e0c246 (patch) | |
tree | 1f632abc8cc6eff30d7ed8b5574e8591f12874f4 /sc/qa/extras/scdatapilotfieldgroupobj.cxx | |
parent | 8bf5e319d80d5ba3670557599080893bd209ded1 (diff) |
tdf#146619 Remove unused #includes from C/C++ files
'sc' module was cleaned.
Change-Id: I072dcc0bfb8395b88cba18f212aa23f8edf0d32a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164793
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'sc/qa/extras/scdatapilotfieldgroupobj.cxx')
-rw-r--r-- | sc/qa/extras/scdatapilotfieldgroupobj.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/extras/scdatapilotfieldgroupobj.cxx b/sc/qa/extras/scdatapilotfieldgroupobj.cxx index 2e54f1c236bf..8057725d7f4f 100644 --- a/sc/qa/extras/scdatapilotfieldgroupobj.cxx +++ b/sc/qa/extras/scdatapilotfieldgroupobj.cxx @@ -19,7 +19,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/container/XNamed.hpp> -#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/sheet/DataPilotFieldGroupInfo.hpp> #include <com/sun/star/sheet/DataPilotFieldOrientation.hpp> #include <com/sun/star/sheet/GeneralFunction.hpp> |