summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-08-07 16:54:49 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2022-08-07 19:00:36 +0200
commit57de9cb734cbfc901a1b34a8fe4abe7167128cf5 (patch)
tree62a5c4a0b46da2d12b234c0d24577240d531e759 /sc
parent80f99cda3d25180f0b9fbdbb6f25c7e3e295fee9 (diff)
Removed duplicated includes
Change-Id: Ibf7f764eabd687e668183e276008c58086d45bcb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137926 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/dpobject.cxx1
-rw-r--r--sc/source/filter/excel/xicontent.cxx1
-rw-r--r--sc/source/filter/html/htmlpars.cxx1
-rw-r--r--sc/source/filter/oox/worksheethelper.cxx1
-rw-r--r--sc/source/ui/dataprovider/csvdataprovider.cxx1
-rw-r--r--sc/source/ui/dataprovider/htmldataprovider.cxx1
-rw-r--r--sc/source/ui/dataprovider/xmldataprovider.cxx1
-rw-r--r--sc/source/ui/docshell/docfunc.cxx1
-rw-r--r--sc/source/ui/miscdlgs/dataproviderdlg.cxx2
-rw-r--r--sc/source/ui/undo/undotab.cxx1
10 files changed, 0 insertions, 11 deletions
diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx
index e00edf12593f..6426987cb100 100644
--- a/sc/source/core/data/dpobject.cxx
+++ b/sc/source/core/data/dpobject.cxx
@@ -77,7 +77,6 @@
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
-#include <utility>
#include <vector>
#include <memory>
#include <algorithm>
diff --git a/sc/source/filter/excel/xicontent.cxx b/sc/source/filter/excel/xicontent.cxx
index fe1a79008e45..d2ed9464ca13 100644
--- a/sc/source/filter/excel/xicontent.cxx
+++ b/sc/source/filter/excel/xicontent.cxx
@@ -58,7 +58,6 @@
#include <documentimport.hxx>
#include <memory>
-#include <utility>
#include <oox/helper/helper.hxx>
#include <sal/log.hxx>
diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx
index 8483838a2976..52991dc2c5ec 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -65,7 +65,6 @@
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <numeric>
-#include <utility>
#include <officecfg/Office/Common.hxx>
using ::editeng::SvxBorderLine;
diff --git a/sc/source/filter/oox/worksheethelper.cxx b/sc/source/filter/oox/worksheethelper.cxx
index ab3f6131accd..010a4189cf7f 100644
--- a/sc/source/filter/oox/worksheethelper.cxx
+++ b/sc/source/filter/oox/worksheethelper.cxx
@@ -22,7 +22,6 @@
#include <worksheethelper.hxx>
#include <algorithm>
-#include <utility>
#include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
diff --git a/sc/source/ui/dataprovider/csvdataprovider.cxx b/sc/source/ui/dataprovider/csvdataprovider.cxx
index b6ca0d023d97..f864cdcf79a4 100644
--- a/sc/source/ui/dataprovider/csvdataprovider.cxx
+++ b/sc/source/ui/dataprovider/csvdataprovider.cxx
@@ -17,7 +17,6 @@
#include <vcl/svapp.hxx>
#include <docsh.hxx>
#include <orcus/csv_parser.hpp>
-#include <utility>
namespace {
diff --git a/sc/source/ui/dataprovider/htmldataprovider.cxx b/sc/source/ui/dataprovider/htmldataprovider.cxx
index b45fdaad568b..3f3300d320f1 100644
--- a/sc/source/ui/dataprovider/htmldataprovider.cxx
+++ b/sc/source/ui/dataprovider/htmldataprovider.cxx
@@ -20,7 +20,6 @@
#include <libxml/xpath.h>
#include <comphelper/string.hxx>
-#include <utility>
namespace sc {
diff --git a/sc/source/ui/dataprovider/xmldataprovider.cxx b/sc/source/ui/dataprovider/xmldataprovider.cxx
index d3f0735d69a2..fc5c4f07e5e9 100644
--- a/sc/source/ui/dataprovider/xmldataprovider.cxx
+++ b/sc/source/ui/dataprovider/xmldataprovider.cxx
@@ -16,7 +16,6 @@
#include <utility>
#include <vcl/svapp.hxx>
#include <orcusfilters.hxx>
-#include <utility>
using namespace com::sun::star;
diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx
index b429a26dbe1f..b9424a4a92da 100644
--- a/sc/source/ui/docshell/docfunc.cxx
+++ b/sc/source/ui/docshell/docfunc.cxx
@@ -109,7 +109,6 @@
#include <config_features.h>
#include <memory>
-#include <utility>
#include <basic/basmgr.hxx>
#include <set>
#include <vector>
diff --git a/sc/source/ui/miscdlgs/dataproviderdlg.cxx b/sc/source/ui/miscdlgs/dataproviderdlg.cxx
index b5b55b723222..83d46d57c5bb 100644
--- a/sc/source/ui/miscdlgs/dataproviderdlg.cxx
+++ b/sc/source/ui/miscdlgs/dataproviderdlg.cxx
@@ -22,8 +22,6 @@
#include <utility>
#include <vcl/svapp.hxx>
-#include <utility>
-
class ScDataTransformationBaseControl
{
protected:
diff --git a/sc/source/ui/undo/undotab.cxx b/sc/source/ui/undo/undotab.cxx
index 628d80cece58..161b900d8d3f 100644
--- a/sc/source/ui/undo/undotab.cxx
+++ b/sc/source/ui/undo/undotab.cxx
@@ -55,7 +55,6 @@
#include <tools/json_writer.hxx>
#include <memory>
-#include <utility>
#include <vector>
using namespace com::sun::star;