[Libreoffice-commits] .: sc/source

Takeshi Abe tabe at kemper.freedesktop.org
Thu Mar 22 04:53:54 PDT 2012


 sc/source/core/data/dptabsrc.cxx      |    1 -
 sc/source/core/data/pivot2.cxx        |    1 -
 sc/source/core/data/table5.cxx        |    1 -
 sc/source/core/tool/interpr4.cxx      |    1 -
 sc/source/core/tool/interpr5.cxx      |    5 -----
 sc/source/filter/excel/excimp8.cxx    |    1 -
 sc/source/filter/excel/excrecds.cxx   |    1 -
 sc/source/filter/excel/impop.cxx      |    1 -
 sc/source/filter/excel/xechart.cxx    |    1 -
 sc/source/filter/excel/xestring.cxx   |    2 --
 sc/source/filter/excel/xltoolbar.cxx  |    1 -
 sc/source/filter/html/htmlexp.cxx     |    1 -
 sc/source/filter/lotus/op.cxx         |    8 --------
 sc/source/filter/xml/xmlexprt.cxx     |    3 ---
 sc/source/filter/xml/xmlfonte.cxx     |    1 -
 sc/source/filter/xml/xmlimprt.cxx     |    1 -
 sc/source/ui/cctrl/tbinsert.cxx       |    1 -
 sc/source/ui/docshell/docsh.cxx       |    1 -
 sc/source/ui/drawfunc/drawsh.cxx      |    3 ---
 sc/source/ui/drawfunc/fuins2.cxx      |    1 -
 sc/source/ui/miscdlgs/autofmt.cxx     |    1 -
 sc/source/ui/miscdlgs/scuiautofmt.cxx |    1 -
 sc/source/ui/miscdlgs/textdlgs.cxx    |    1 -
 sc/source/ui/unoobj/chartuno.cxx      |    1 -
 sc/source/ui/unoobj/docuno.cxx        |    1 -
 sc/source/ui/unoobj/scdetect.cxx      |    4 ----
 sc/source/ui/unoobj/servuno.cxx       |    6 ------
 sc/source/ui/vba/vbaapplication.cxx   |    4 ----
 sc/source/ui/vba/vbarange.cxx         |    1 -
 sc/source/ui/vba/vbaworksheet.cxx     |    1 -
 sc/source/ui/view/cellsh1.cxx         |    2 --
 sc/source/ui/view/gridwin.cxx         |    2 --
 sc/source/ui/view/preview.cxx         |    1 -
 sc/source/ui/view/prevwsh.cxx         |    2 --
 sc/source/ui/view/tabvwsh4.cxx        |    2 --
 sc/source/ui/view/viewfun2.cxx        |    4 ----
 sc/source/ui/view/viewfun3.cxx        |    2 --
 sc/source/ui/view/viewfun4.cxx        |    1 -
 sc/source/ui/view/viewfun5.cxx        |    1 -
 39 files changed, 74 deletions(-)

New commits:
commit eedbe7163bf3979ae392b3b88227ee68e1df12fe
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Thu Mar 22 20:52:52 2012 +0900

    removed duplicate includes in sc

diff --git a/sc/source/core/data/dptabsrc.cxx b/sc/source/core/data/dptabsrc.cxx
index b69b102..4d680ae 100644
--- a/sc/source/core/data/dptabsrc.cxx
+++ b/sc/source/core/data/dptabsrc.cxx
@@ -63,7 +63,6 @@
 #include <com/sun/star/beans/PropertyAttribute.hpp>
 #include <com/sun/star/sheet/DataPilotFieldFilter.hpp>
 #include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
-#include <com/sun/star/sheet/DataPilotFieldFilter.hpp>
 #include <com/sun/star/sheet/DataPilotFieldReferenceType.hpp>
 #include <com/sun/star/sheet/DataPilotFieldSortMode.hpp>
 #include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp>
diff --git a/sc/source/core/data/pivot2.cxx b/sc/source/core/data/pivot2.cxx
index a4c823a..2992023 100644
--- a/sc/source/core/data/pivot2.cxx
+++ b/sc/source/core/data/pivot2.cxx
@@ -53,7 +53,6 @@
 #include "refupdat.hxx"
 #include "stlpool.hxx"
 #include "stlsheet.hxx"
-#include "pivot.hxx"
 
 using ::com::sun::star::sheet::DataPilotFieldReference;
 using ::rtl::OUString;
diff --git a/sc/source/core/data/table5.cxx b/sc/source/core/data/table5.cxx
index 020c721..0a7de50 100644
--- a/sc/source/core/data/table5.cxx
+++ b/sc/source/core/data/table5.cxx
@@ -44,7 +44,6 @@
 #include "global.hxx"
 #include "rechead.hxx"
 #include "stlpool.hxx"
-#include "stlsheet.hxx"
 #include "brdcst.hxx"
 #include "tabprotection.hxx"
 #include "globstr.hrc"
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index 9c6794b..8764b45 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -40,7 +40,6 @@
 #include <basic/sbxobj.hxx>
 #include <basic/sbuno.hxx>
 #include <svl/zforlist.hxx>
-#include <svl/zforlist.hxx>
 #include <rtl/logfile.hxx>
 #include <stdlib.h>
 #include <string.h>
diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index 07dcaf5..6fd612a 100644
--- a/sc/source/core/tool/interpr5.cxx
+++ b/sc/source/core/tool/interpr5.cxx
@@ -35,9 +35,6 @@
 #include <math.h>
 #include <stdio.h>
 
-#if OSL_DEBUG_LEVEL > 1
-#include <stdio.h>
-#endif
 #include <unotools/bootstrap.hxx>
 #include <svl/zforlist.hxx>
 
@@ -51,8 +48,6 @@
 #include "globstr.hrc"
 #include "cellkeytranslator.hxx"
 
-#include <string.h>
-#include <math.h>
 #include <vector>
 
 using ::std::vector;
diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx
index 41d8c38..91d5a01 100644
--- a/sc/source/filter/excel/excimp8.cxx
+++ b/sc/source/filter/excel/excimp8.cxx
@@ -109,7 +109,6 @@
 #include <com/sun/star/script/ModuleInfo.hpp>
 #include <com/sun/star/container/XIndexContainer.hpp>
 #include <cppuhelper/component_context.hxx>
-#include <sfx2/app.hxx>
 #include "xltoolbar.hxx"
 #include <oox/ole/vbaproject.hxx>
 #include <oox/ole/olestorage.hxx>
diff --git a/sc/source/filter/excel/excrecds.cxx b/sc/source/filter/excel/excrecds.cxx
index 828b2d6..c8e0856 100644
--- a/sc/source/filter/excel/excrecds.cxx
+++ b/sc/source/filter/excel/excrecds.cxx
@@ -69,7 +69,6 @@
 #include "cell.hxx"
 #include "document.hxx"
 #include "scextopt.hxx"
-#include "patattr.hxx"
 #include "attrib.hxx"
 #include "progress.hxx"
 #include "dociter.hxx"
diff --git a/sc/source/filter/excel/impop.cxx b/sc/source/filter/excel/impop.cxx
index c7504ce..8c7a48b 100644
--- a/sc/source/filter/excel/impop.cxx
+++ b/sc/source/filter/excel/impop.cxx
@@ -61,7 +61,6 @@
 #include "olinetab.hxx"
 #include "stlsheet.hxx"
 #include "stlpool.hxx"
-#include "compiler.hxx"
 #include "viewopti.hxx"
 #include "docoptio.hxx"
 #include "scextopt.hxx"
diff --git a/sc/source/filter/excel/xechart.cxx b/sc/source/filter/excel/xechart.cxx
index bebe08c..f044f54 100644
--- a/sc/source/filter/excel/xechart.cxx
+++ b/sc/source/filter/excel/xechart.cxx
@@ -43,7 +43,6 @@
 #include <com/sun/star/chart/TimeInterval.hpp>
 #include <com/sun/star/chart/TimeUnit.hpp>
 #include <com/sun/star/chart/XAxisSupplier.hpp>
-#include <com/sun/star/chart/XChartDocument.hpp>
 #include <com/sun/star/chart/XDiagramPositioning.hpp>
 #include <com/sun/star/chart2/XChartDocument.hpp>
 #include <com/sun/star/chart2/XDiagram.hpp>
diff --git a/sc/source/filter/excel/xestring.cxx b/sc/source/filter/excel/xestring.cxx
index 2053a68..bac5fd6 100644
--- a/sc/source/filter/excel/xestring.cxx
+++ b/sc/source/filter/excel/xestring.cxx
@@ -32,8 +32,6 @@
 #include "xlstyle.hxx"
 #include "xestyle.hxx"
 #include "xestream.hxx"
-#include "xlstyle.hxx"
-#include "xestyle.hxx"
 #include "xestring.hxx"
 
 using namespace ::oox;
diff --git a/sc/source/filter/excel/xltoolbar.cxx b/sc/source/filter/excel/xltoolbar.cxx
index 908d094..8b7054e 100644
--- a/sc/source/filter/excel/xltoolbar.cxx
+++ b/sc/source/filter/excel/xltoolbar.cxx
@@ -32,7 +32,6 @@
 #include <rtl/ustrbuf.hxx>
 #include <stdarg.h>
 #include <com/sun/star/ui/XUIConfigurationPersistence.hpp>
-#include <com/sun/star/ui/XUIConfigurationPersistence.hpp>
 #include <com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp>
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <com/sun/star/lang/XSingleComponentFactory.hpp>
diff --git a/sc/source/filter/html/htmlexp.cxx b/sc/source/filter/html/htmlexp.cxx
index d66cb0d..538eb09 100644
--- a/sc/source/filter/html/htmlexp.cxx
+++ b/sc/source/filter/html/htmlexp.cxx
@@ -63,7 +63,6 @@
 #include "filter.hxx"
 #include "global.hxx"
 #include "document.hxx"
-#include "scitems.hxx"
 #include "attrib.hxx"
 #include "patattr.hxx"
 #include "stlpool.hxx"
diff --git a/sc/source/filter/lotus/op.cxx b/sc/source/filter/lotus/op.cxx
index eaf15e4..a94786f 100644
--- a/sc/source/filter/lotus/op.cxx
+++ b/sc/source/filter/lotus/op.cxx
@@ -68,14 +68,6 @@
 #include <vector>
 #include <map>
 
-#include <stdio.h>
-#include <string.h>
-#include <math.h>
-#include <ctype.h>
-#if defined( ICC )
-#include <stdlib.h>
-#endif
-
 extern sal_Char*    pAnsi;          // -> memory.cxx, Puffer zum Umwandeln von OEM->ANSI
 extern sal_Char*    pErgebnis;      // -> memory.cxx, Ergebnispuffer
 extern WKTYP        eTyp;           // -> filter.cxx, aktueller Dateityp
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 6c9e7b8..72a1014 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -75,7 +75,6 @@
 #include <xmloff/nmspmap.hxx>
 #include <xmloff/families.hxx>
 #include <xmloff/numehelp.hxx>
-#include <xmloff/xmluconv.hxx>
 #include <xmloff/txtparae.hxx>
 #include <xmloff/xmlcnitm.hxx>
 #include <xmloff/xmlerror.hxx>
@@ -90,7 +89,6 @@
 #include <svl/zforlist.hxx>
 #include <svx/unoshape.hxx>
 #include <comphelper/extract.hxx>
-#include <editeng/eeitem.hxx>
 #include <toolkit/helper/convert.hxx>
 #include <svx/svdobj.hxx>
 #include <svx/svdocapt.hxx>
@@ -121,7 +119,6 @@
 #include <com/sun/star/sheet/XNamedRange.hpp>
 #include <com/sun/star/sheet/XCellRangeReferrer.hpp>
 #include <com/sun/star/sheet/NamedRangeFlag.hpp>
-#include <com/sun/star/container/XNamed.hpp>
 #include <com/sun/star/sheet/XSheetLinkable.hpp>
 #include <com/sun/star/form/XFormsSupplier2.hpp>
 #include <com/sun/star/io/XActiveDataSource.hpp>
diff --git a/sc/source/filter/xml/xmlfonte.cxx b/sc/source/filter/xml/xmlfonte.cxx
index 77545d8..8ded83c 100644
--- a/sc/source/filter/xml/xmlfonte.cxx
+++ b/sc/source/filter/xml/xmlfonte.cxx
@@ -38,7 +38,6 @@
 
 #include <xmloff/XMLFontAutoStylePool.hxx>
 #include <editeng/fontitem.hxx>
-#include <editeng/eeitem.hxx>
 #include <editeng/editeng.hxx>
 #include "document.hxx"
 #include "docpool.hxx"
diff --git a/sc/source/filter/xml/xmlimprt.cxx b/sc/source/filter/xml/xmlimprt.cxx
index 421b473..8114203 100644
--- a/sc/source/filter/xml/xmlimprt.cxx
+++ b/sc/source/filter/xml/xmlimprt.cxx
@@ -50,7 +50,6 @@
 
 #include <sax/tools/converter.hxx>
 
-#include <svl/zforlist.hxx>
 #include <svl/zformat.hxx>
 #include <svl/languageoptions.hxx>
 
diff --git a/sc/source/ui/cctrl/tbinsert.cxx b/sc/source/ui/cctrl/tbinsert.cxx
index 91d0402..22dc746 100644
--- a/sc/source/ui/cctrl/tbinsert.cxx
+++ b/sc/source/ui/cctrl/tbinsert.cxx
@@ -37,7 +37,6 @@
 #include <tools/shl.hxx>
 #include <svl/intitem.hxx>
 #include <sfx2/dispatch.hxx>
-#include <sfx2/dispatch.hxx>
 #include <sfx2/viewsh.hxx>
 #include <sfx2/viewfrm.hxx>
 #include <sfx2/imagemgr.hxx>
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 88bad72..4f104c3 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -60,7 +60,6 @@
 #include <svl/documentlockfile.hxx>
 #include <svl/sharecontrolfile.hxx>
 #include <unotools/charclass.hxx>
-#include <vcl/virdev.hxx>
 #include "chgtrack.hxx"
 #include "chgviset.hxx"
 #include <sfx2/request.hxx>
diff --git a/sc/source/ui/drawfunc/drawsh.cxx b/sc/source/ui/drawfunc/drawsh.cxx
index 1ab7def..e2d2058 100644
--- a/sc/source/ui/drawfunc/drawsh.cxx
+++ b/sc/source/ui/drawfunc/drawsh.cxx
@@ -53,8 +53,6 @@
 #include "drawview.hxx"
 #include "scresid.hxx"
 #include <svx/svdobj.hxx>
-#include <svx/svxdlg.hxx>
-#include <svx/dialogs.hrc>
 #include <svx/drawitem.hxx>
 #include <svx/xtable.hxx>
 
@@ -62,7 +60,6 @@
 #include "scslots.hxx"
 
 #include "userdat.hxx"
-#include <sfx2/objsh.hxx>
 #include <svl/macitem.hxx>
 #include <sfx2/evntconf.hxx>
 #include <sfx2/viewsh.hxx>
diff --git a/sc/source/ui/drawfunc/fuins2.cxx b/sc/source/ui/drawfunc/fuins2.cxx
index aa65b51..5c6a5ea 100644
--- a/sc/source/ui/drawfunc/fuins2.cxx
+++ b/sc/source/ui/drawfunc/fuins2.cxx
@@ -60,7 +60,6 @@
 #include <cppuhelper/component_context.hxx>
 #include <comphelper/processfactory.hxx>
 #include <comphelper/storagehelper.hxx>
-#include <com/sun/star/beans/XPropertySet.hpp>
 #include <com/sun/star/frame/XSynchronousFrameLoader.hpp>
 #include <com/sun/star/frame/XComponentLoader.hpp>
 #include <com/sun/star/beans/PropertyValue.hpp>
diff --git a/sc/source/ui/miscdlgs/autofmt.cxx b/sc/source/ui/miscdlgs/autofmt.cxx
index 28340b1..e720b12 100644
--- a/sc/source/ui/miscdlgs/autofmt.cxx
+++ b/sc/source/ui/miscdlgs/autofmt.cxx
@@ -53,7 +53,6 @@
 #include "scmod.hxx"
 #include "attrib.hxx"
 #include "zforauto.hxx"
-#include "scitems.hxx"
 #include "global.hxx"
 #include "globstr.hrc"
 #include "autoform.hxx"
diff --git a/sc/source/ui/miscdlgs/scuiautofmt.cxx b/sc/source/ui/miscdlgs/scuiautofmt.cxx
index cb8198c..6f71f31 100644
--- a/sc/source/ui/miscdlgs/scuiautofmt.cxx
+++ b/sc/source/ui/miscdlgs/scuiautofmt.cxx
@@ -53,7 +53,6 @@
 #include "scmod.hxx"
 #include "attrib.hxx"
 #include "zforauto.hxx"
-#include "scitems.hxx"
 #include "global.hxx"
 #include "globstr.hrc"
 #include "autoform.hxx"
diff --git a/sc/source/ui/miscdlgs/textdlgs.cxx b/sc/source/ui/miscdlgs/textdlgs.cxx
index 72ec86b..15d7357 100644
--- a/sc/source/ui/miscdlgs/textdlgs.cxx
+++ b/sc/source/ui/miscdlgs/textdlgs.cxx
@@ -44,7 +44,6 @@
 #include "textdlgs.hxx"
 #include "scresid.hxx"
 #include "sc.hrc"
-#include <svx/svxids.hrc>
 #include <svl/intitem.hxx>
 #include <svx/flagsdef.hxx>
 // -----------------------------------------------------------------------
diff --git a/sc/source/ui/unoobj/chartuno.cxx b/sc/source/ui/unoobj/chartuno.cxx
index 8eac240..4996586 100644
--- a/sc/source/ui/unoobj/chartuno.cxx
+++ b/sc/source/ui/unoobj/chartuno.cxx
@@ -34,7 +34,6 @@
 #include <com/sun/star/chart2/data/XDataReceiver.hpp>
 #include <com/sun/star/chart/ChartDataRowSource.hpp>
 #include <com/sun/star/chart2/XChartDocument.hpp>
-#include <com/sun/star/embed/Aspects.hpp>
 #include <com/sun/star/table/CellRangeAddress.hpp>
 
 #include <svx/svditer.hxx>
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index 823974a..879956f 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -97,7 +97,6 @@
 #include "printfun.hxx"
 #include "pfuncache.hxx"
 #include "scmod.hxx"
-#include "rangeutl.hxx"
 #include "ViewSettingsSequenceDefines.hxx"
 #include "sheetevents.hxx"
 #include "sc.hrc"
diff --git a/sc/source/ui/unoobj/scdetect.cxx b/sc/source/ui/unoobj/scdetect.cxx
index 25f1696..55ae121 100644
--- a/sc/source/ui/unoobj/scdetect.cxx
+++ b/sc/source/ui/unoobj/scdetect.cxx
@@ -40,7 +40,6 @@
 #include <com/sun/star/lang/XUnoTunnel.hpp>
 #include <comphelper/processfactory.hxx>
 #include <comphelper/string.hxx>
-#include <com/sun/star/beans/PropertyValue.hpp>
 #include <com/sun/star/container/XNameAccess.hpp>
 #include <com/sun/star/io/XInputStream.hpp>
 #include <com/sun/star/task/XInteractionHandler.hpp>
@@ -50,9 +49,6 @@
 #include <com/sun/star/ucb/XContent.hpp>
 #include <com/sun/star/packages/zip/ZipIOException.hpp>
 
-
-#include <framework/interaction.hxx>
-
 #include <toolkit/helper/vclunohelper.hxx>
 #include <ucbhelper/simpleinteractionrequest.hxx>
 
diff --git a/sc/source/ui/unoobj/servuno.cxx b/sc/source/ui/unoobj/servuno.cxx
index 6c0146f..c9efac0 100644
--- a/sc/source/ui/unoobj/servuno.cxx
+++ b/sc/source/ui/unoobj/servuno.cxx
@@ -69,14 +69,8 @@
 #include <basic/basmgr.hxx>
 #include <sfx2/app.hxx>
 
-#include <comphelper/processfactory.hxx>
-#include <com/sun/star/document/XCodeNameQuery.hpp>
-#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
-#include <com/sun/star/form/XFormsSupplier.hpp>
-#include <com/sun/star/script/ScriptEventDescriptor.hpp>
 #include <comphelper/componentcontext.hxx>
 #include <cppuhelper/component_context.hxx>
-#include <vbahelper/vbaaccesshelper.hxx>
 #include <com/sun/star/script/vba/XVBACompatibility.hpp>
 
 using namespace ::com::sun::star;
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index c674791..ddec78f 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -115,12 +115,8 @@
 #include <vbahelper/helperdecl.hxx>
 #include "excelvbahelper.hxx"
 
-#include <basic/sbmeth.hxx>
 #include <basic/sbmod.hxx>
-#include <basic/sbstar.hxx>
-#include <basic/sbx.hxx>
 #include <basic/sbxobj.hxx>
-#include <basic/sbuno.hxx>
 
 #include "vbafiledialog.hxx"
 using namespace ::ooo::vba;
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index 23a7492..089f516 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -92,7 +92,6 @@
 #include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
 #include <com/sun/star/awt/XDevice.hpp>
 
-#include <com/sun/star/sheet/XCellRangeMovement.hpp>
 #include <com/sun/star/sheet/XSubTotalCalculatable.hpp>
 #include <com/sun/star/sheet/XSubTotalDescriptor.hpp>
 #include <com/sun/star/sheet/GeneralFunction.hdl>
diff --git a/sc/source/ui/vba/vbaworksheet.cxx b/sc/source/ui/vba/vbaworksheet.cxx
index 5ccab92..f659da3 100644
--- a/sc/source/ui/vba/vbaworksheet.cxx
+++ b/sc/source/ui/vba/vbaworksheet.cxx
@@ -67,7 +67,6 @@
 #include <ooo/vba/excel/XlSheetVisibility.hpp>
 #include <ooo/vba/excel/XWorkbook.hpp>
 #include <ooo/vba/XControlProvider.hpp>
-#include <ooo/vba/excel/XlSheetVisibility.hpp>
 
 #include <comphelper/processfactory.hxx>
 #include <comphelper/servicehelper.hxx>
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index bdcf456..3c6807f 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -92,7 +92,6 @@
 #include "postit.hxx"
 #include "clipparam.hxx"
 #include "pivot.hxx"
-#include "dpobject.hxx"
 #include "dpsdbtab.hxx"     // ScImportSourceDesc
 #include "dpshttab.hxx"     // ScSheetSourceDesc
 #include "dbdata.hxx"
@@ -102,7 +101,6 @@
 
 #include "globstr.hrc"
 #include "scui_def.hxx"
-#include <svx/svxdlg.hxx>
 #include <svx/dialogs.hrc>
 #include "scabstdlg.hxx"
 
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index efae750..3812183 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -113,10 +113,8 @@
 #include "compiler.hxx"
 #include "editable.hxx"
 #include "fillinfo.hxx"
-#include "scitems.hxx"
 #include "userdat.hxx"
 #include "drwlayer.hxx"
-#include "attrib.hxx"
 #include "validat.hxx"
 #include "tabprotection.hxx"
 #include "postit.hxx"
diff --git a/sc/source/ui/view/preview.cxx b/sc/source/ui/view/preview.cxx
index 67e6171..8c479b1 100644
--- a/sc/source/ui/view/preview.cxx
+++ b/sc/source/ui/view/preview.cxx
@@ -66,7 +66,6 @@
 #include <svx/algitem.hxx>
 #include <editeng/lrspitem.hxx>
 #include <editeng/ulspitem.hxx>
-#include <editeng/sizeitem.hxx>
 #include "attrib.hxx"
 #include "pagepar.hxx"
 #include <com/sun/star/accessibility/XAccessible.hpp>
diff --git a/sc/source/ui/view/prevwsh.cxx b/sc/source/ui/view/prevwsh.cxx
index 85dd306..6d876b3 100644
--- a/sc/source/ui/view/prevwsh.cxx
+++ b/sc/source/ui/view/prevwsh.cxx
@@ -51,7 +51,6 @@
 #include <sfx2/docfile.hxx>
 #include <sfx2/printer.hxx>
 
-#include <svx/zoomslideritem.hxx>
 #include "prevwsh.hxx"
 #include "preview.hxx"
 #include "printfun.hxx"
@@ -79,7 +78,6 @@
 #include <svx/zoom_def.hxx>
 #include <com/sun/star/document/XDocumentProperties.hpp>
 
-#include "sc.hrc"
 #include "scabstdlg.hxx"
 //  for mouse wheel
 #define MINZOOM_SLIDER 10
diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx
index 35c2c54..9b6f1ce 100644
--- a/sc/source/ui/view/tabvwsh4.cxx
+++ b/sc/source/ui/view/tabvwsh4.cxx
@@ -38,7 +38,6 @@
 #include <editeng/boxitem.hxx>
 #include <svx/fmshell.hxx>
 #include <editeng/sizeitem.hxx>
-#include <editeng/boxitem.hxx>
 #include <svx/prtqry.hxx>
 #include <sfx2/request.hxx>
 #include <sfx2/printer.hxx>
@@ -90,7 +89,6 @@
 #include "drawview.hxx"
 #include "fupoor.hxx"
 #include "navsett.hxx"
-#include "sc.hrc"
 #include "scabstdlg.hxx"
 #include "externalrefmgr.hxx"
 #include "docoptio.hxx"
diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index a2a7fe1..cdb42db 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -92,10 +92,6 @@
 #include "tabbgcolor.hxx"
 #include "clipparam.hxx"
 
-#include <basic/sbstar.hxx>
-#include <com/sun/star/container/XNameContainer.hpp>
-#include <com/sun/star/script/XLibraryContainer.hpp>
-
 #include <boost/scoped_ptr.hpp>
 #include <vector>
 #include <memory>
diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx
index bd13314..1662da8 100644
--- a/sc/source/ui/view/viewfun3.cxx
+++ b/sc/source/ui/view/viewfun3.cxx
@@ -174,8 +174,6 @@
 #include "warnbox.hxx"
 #include "drwlayer.hxx"
 #include "editable.hxx"
-#include "transobj.hxx"
-#include "drwtrans.hxx"
 #include "docuno.hxx"
 #include "clipparam.hxx"
 #include "undodat.hxx"
diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx
index 94672a7..b03a446 100644
--- a/sc/source/ui/view/viewfun4.cxx
+++ b/sc/source/ui/view/viewfun4.cxx
@@ -60,7 +60,6 @@
 
 #include "viewfunc.hxx"
 #include "docsh.hxx"
-#include "docsh.hxx"
 #include "document.hxx"
 #include "docpool.hxx"
 #include "globstr.hrc"
diff --git a/sc/source/ui/view/viewfun5.cxx b/sc/source/ui/view/viewfun5.cxx
index 2456402..54e8f0e 100644
--- a/sc/source/ui/view/viewfun5.cxx
+++ b/sc/source/ui/view/viewfun5.cxx
@@ -59,7 +59,6 @@
 #include <comphelper/storagehelper.hxx>
 #include <comphelper/string.hxx>
 
-#include <sot/formats.hxx>
 #define SOT_FORMATSTR_ID_STARCALC_CURRENT   SOT_FORMATSTR_ID_STARCALC_50
 
 #include "viewfunc.hxx"


More information about the Libreoffice-commits mailing list