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/unit/tiledrendering/tiledrendering.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/unit/tiledrendering/tiledrendering.cxx')
-rw-r--r-- | sc/qa/unit/tiledrendering/tiledrendering.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/qa/unit/tiledrendering/tiledrendering.cxx b/sc/qa/unit/tiledrendering/tiledrendering.cxx index 0d87dc012d1f..6a5eb4a18e4a 100644 --- a/sc/qa/unit/tiledrendering/tiledrendering.cxx +++ b/sc/qa/unit/tiledrendering/tiledrendering.cxx @@ -7,17 +7,12 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <test/cppunitasserthelper.hxx> #include <test/unoapixml_test.hxx> #include <test/helper/transferable.hxx> -#include <cppunit/tools/StringHelper.h> #include <boost/property_tree/json_parser.hpp> #include <LibreOfficeKit/LibreOfficeKitEnums.h> -#include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/DispatchHelper.hpp> #include <com/sun/star/datatransfer/clipboard/LokClipboard.hpp> -#include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp> #include <com/sun/star/util/URLTransformer.hpp> #include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> @@ -40,13 +35,9 @@ #include <sc.hrc> #include <comphelper/string.hxx> #include <tools/json_writer.hxx> -#include <docoptio.hxx> #include <postit.hxx> #include <test/lokcallback.hxx> -#include <osl/file.hxx> -#include <unotools/tempfile.hxx> -#include <chrono> #include <cstddef> #include <attrib.hxx> |