From d548b250dbd74247d7c5c7b220a38e93cb19053d Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 18 Feb 2014 13:21:58 +0900 Subject: Drop unnecessary #include Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6 --- desktop/source/deployment/gui/dp_gui.h | 3 --- desktop/source/deployment/gui/dp_gui_updatedialog.cxx | 1 - desktop/source/deployment/gui/dp_gui_updatedialog.hxx | 1 - desktop/source/deployment/inc/dp_resource.h | 1 - desktop/source/deployment/registry/dp_registry.cxx | 1 - desktop/source/deployment/registry/inc/dp_backend.h | 1 - desktop/source/deployment/registry/sfwk/dp_sfwk.cxx | 1 - editeng/source/misc/unolingu.cxx | 4 ---- extensions/source/propctrlr/standardcontrol.cxx | 1 - forms/source/inc/FormComponent.hxx | 2 -- forms/source/richtext/richtextimplcontrol.cxx | 2 -- forms/source/richtext/richtextvclcontrol.cxx | 1 - forms/source/solar/control/navtoolbar.cxx | 1 - forms/source/xforms/binding.hxx | 1 - forms/source/xforms/convert.cxx | 1 - fpicker/source/aqua/SalAquaFilePicker.hxx | 3 --- fpicker/source/aqua/SalAquaFolderPicker.hxx | 4 ---- framework/inc/uielement/generictoolbarcontroller.hxx | 1 - include/avmedia/mediawindow.hxx | 1 - include/formula/token.hxx | 2 -- l10ntools/inc/helpmerge.hxx | 1 - linguistic/source/dlistimp.hxx | 1 - lotuswordpro/source/filter/lwpsvstream.cxx | 1 - 23 files changed, 36 deletions(-) diff --git a/desktop/source/deployment/gui/dp_gui.h b/desktop/source/deployment/gui/dp_gui.h index 4a09cc36a265..f8762050d864 100644 --- a/desktop/source/deployment/gui/dp_gui.h +++ b/desktop/source/deployment/gui/dp_gui.h @@ -36,9 +36,6 @@ #include "svtools/headbar.hxx" #include "com/sun/star/ucb/XContentEventListener.hpp" #include "osl/mutex.hxx" -#include -#include -#include namespace com { namespace sun { namespace star { namespace container { diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx index 435666006860..3bae5ce8558a 100644 --- a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.hxx b/desktop/source/deployment/gui/dp_gui_updatedialog.hxx index b5dfa20eb777..b19e575986cf 100644 --- a/desktop/source/deployment/gui/dp_gui_updatedialog.hxx +++ b/desktop/source/deployment/gui/dp_gui_updatedialog.hxx @@ -22,7 +22,6 @@ #include "sal/config.h" -#include #include #include "com/sun/star/uno/Reference.hxx" #include "com/sun/star/uno/Sequence.hxx" diff --git a/desktop/source/deployment/inc/dp_resource.h b/desktop/source/deployment/inc/dp_resource.h index 8602df2e4b13..f1390ad52825 100644 --- a/desktop/source/deployment/inc/dp_resource.h +++ b/desktop/source/deployment/inc/dp_resource.h @@ -23,7 +23,6 @@ #include "tools/resid.hxx" #include #include "dp_misc.h" -#include #include "dp_misc_api.hxx" namespace dp_misc { diff --git a/desktop/source/deployment/registry/dp_registry.cxx b/desktop/source/deployment/registry/dp_registry.cxx index 7fae937d5f66..cc1584865967 100644 --- a/desktop/source/deployment/registry/dp_registry.cxx +++ b/desktop/source/deployment/registry/dp_registry.cxx @@ -42,7 +42,6 @@ #include #include #include -#include using namespace ::dp_misc; using namespace ::com::sun::star; diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h index f0e29fb0a420..2c8a41771cff 100644 --- a/desktop/source/deployment/registry/inc/dp_backend.h +++ b/desktop/source/deployment/registry/inc/dp_backend.h @@ -33,7 +33,6 @@ #include "com/sun/star/deployment/XPackageRegistry.hpp" #include "com/sun/star/deployment/XPackageManager.hpp" #include "com/sun/star/deployment/InvalidRemovedParameterException.hpp" -#include #include #include #include "dp_registry.hrc" diff --git a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx index 318980191d77..7486909aefdf 100644 --- a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx +++ b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx @@ -29,7 +29,6 @@ #include #include #include -#include using namespace ::dp_misc; diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index cd7e3783e05a..cb38e7ab0a25 100644 --- a/editeng/source/misc/unolingu.cxx +++ b/editeng/source/misc/unolingu.cxx @@ -18,10 +18,6 @@ */ -#include -#include -#include -#include #include #include #include diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx index 0ef0293004c8..787de5642c26 100644 --- a/extensions/source/propctrlr/standardcontrol.cxx +++ b/extensions/source/propctrlr/standardcontrol.cxx @@ -46,7 +46,6 @@ #include //================================================================== -#include #include #include #include diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx index dfb830505aff..55294fa2a7bb 100644 --- a/forms/source/inc/FormComponent.hxx +++ b/forms/source/inc/FormComponent.hxx @@ -73,8 +73,6 @@ #include #include -#include - //......................................................................... namespace frm { diff --git a/forms/source/richtext/richtextimplcontrol.cxx b/forms/source/richtext/richtextimplcontrol.cxx index 6a51f5ef98c7..a5dbc96c83a3 100644 --- a/forms/source/richtext/richtextimplcontrol.cxx +++ b/forms/source/richtext/richtextimplcontrol.cxx @@ -34,8 +34,6 @@ #include #include -#include - #define EMPTY_PAPER_SIZE 0x7FFFFFFF //........................................................................ diff --git a/forms/source/richtext/richtextvclcontrol.cxx b/forms/source/richtext/richtextvclcontrol.cxx index 67a4f7c43746..4b205d211716 100644 --- a/forms/source/richtext/richtextvclcontrol.cxx +++ b/forms/source/richtext/richtextvclcontrol.cxx @@ -37,7 +37,6 @@ #include #include #include -#include //........................................................................ namespace frm diff --git a/forms/source/solar/control/navtoolbar.cxx b/forms/source/solar/control/navtoolbar.cxx index 6578ef269105..10685aee247f 100644 --- a/forms/source/solar/control/navtoolbar.cxx +++ b/forms/source/solar/control/navtoolbar.cxx @@ -31,7 +31,6 @@ #include #include -#include #include #define LID_RECORD_LABEL 1000 diff --git a/forms/source/xforms/binding.hxx b/forms/source/xforms/binding.hxx index 1e31fa0ea09f..7b2d0559a419 100644 --- a/forms/source/xforms/binding.hxx +++ b/forms/source/xforms/binding.hxx @@ -58,7 +58,6 @@ namespace com { namespace sun { namespace star { #include "mip.hxx" #include #include -#include diff --git a/forms/source/xforms/convert.cxx b/forms/source/xforms/convert.cxx index f81749cde5c0..103b802485d2 100644 --- a/forms/source/xforms/convert.cxx +++ b/forms/source/xforms/convert.cxx @@ -21,7 +21,6 @@ #include "convert.hxx" #include "unohelper.hxx" -#include #include #include #include diff --git a/fpicker/source/aqua/SalAquaFilePicker.hxx b/fpicker/source/aqua/SalAquaFilePicker.hxx index 50c5aa8512e2..d0bda1f3258a 100644 --- a/fpicker/source/aqua/SalAquaFilePicker.hxx +++ b/fpicker/source/aqua/SalAquaFilePicker.hxx @@ -29,9 +29,6 @@ #include "SalAquaPicker.hxx" -#include -#include - #include #include "FilterHelper.hxx" #include "AquaFilePickerDelegate.hxx" diff --git a/fpicker/source/aqua/SalAquaFolderPicker.hxx b/fpicker/source/aqua/SalAquaFolderPicker.hxx index 9a3ce4f7d221..1849fee82563 100644 --- a/fpicker/source/aqua/SalAquaFolderPicker.hxx +++ b/fpicker/source/aqua/SalAquaFolderPicker.hxx @@ -29,12 +29,8 @@ #include "SalAquaPicker.hxx" -#include - #include -#include - //---------------------------------------------------------- // class declaration //---------------------------------------------------------- diff --git a/framework/inc/uielement/generictoolbarcontroller.hxx b/framework/inc/uielement/generictoolbarcontroller.hxx index 8a385bda9789..f81e9ef7002d 100644 --- a/framework/inc/uielement/generictoolbarcontroller.hxx +++ b/framework/inc/uielement/generictoolbarcontroller.hxx @@ -21,7 +21,6 @@ #define INCLUDED_FRAMEWORK_INC_UIELEMENT_GENERICTOOLBARCONTROLLER_HXX #include -#include #include diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx index b2bca33302fe..93575955a27f 100644 --- a/include/avmedia/mediawindow.hxx +++ b/include/avmedia/mediawindow.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_AVMEDIA_MEDIAWINDOW_HXX #define INCLUDED_AVMEDIA_MEDIAWINDOW_HXX -#include #include #include #include diff --git a/include/formula/token.hxx b/include/formula/token.hxx index b72897d8ad31..3bf006f9e06c 100644 --- a/include/formula/token.hxx +++ b/include/formula/token.hxx @@ -20,9 +20,7 @@ #ifndef INCLUDED_FORMULA_TOKEN_HXX #define INCLUDED_FORMULA_TOKEN_HXX -#include #include -#include #include #include #include diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx index 42b2401e45f2..604817fddf19 100644 --- a/l10ntools/inc/helpmerge.hxx +++ b/l10ntools/inc/helpmerge.hxx @@ -21,7 +21,6 @@ #include #include #include -#include /* auto_ptr */ /// This Class is responsible for extracting/merging OpenOffice XML Helpfiles class HelpParser diff --git a/linguistic/source/dlistimp.hxx b/linguistic/source/dlistimp.hxx index ddfafe60188d..4f48bca7bd5b 100644 --- a/linguistic/source/dlistimp.hxx +++ b/linguistic/source/dlistimp.hxx @@ -29,7 +29,6 @@ #include #include -#include #include "linguistic/misc.hxx" #include "lngopt.hxx" diff --git a/lotuswordpro/source/filter/lwpsvstream.cxx b/lotuswordpro/source/filter/lwpsvstream.cxx index a1bdc9927809..3cd2c44703a4 100644 --- a/lotuswordpro/source/filter/lwpsvstream.cxx +++ b/lotuswordpro/source/filter/lwpsvstream.cxx @@ -54,7 +54,6 @@ * ************************************************************************/ #include "lwpsvstream.hxx" -#include const sal_uInt32 LwpSvStream::LWP_STREAM_BASE = 0x0010; -- cgit