diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-21 18:32:36 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-21 18:32:36 +0100 |
commit | 86f964d438eeb6b4b5f9da019d85e641e6a4590d (patch) | |
tree | b9cccb4862e9653a79d93c93be3aa843262b81c7 /extensions | |
parent | f97dcd3d93cdec4fe7daca49b62b00e8a47cac02 (diff) |
Remove doubled headers.
Diffstat (limited to 'extensions')
22 files changed, 0 insertions, 41 deletions
diff --git a/extensions/inc/pch/precompiled_extensions.hxx b/extensions/inc/pch/precompiled_extensions.hxx index d0f8b8936f10..b88ae7d2c826 100644 --- a/extensions/inc/pch/precompiled_extensions.hxx +++ b/extensions/inc/pch/precompiled_extensions.hxx @@ -34,7 +34,6 @@ #include "sal/config.h" #include "sal/types.h" - #include "boost/scoped_array.hpp" #include "boost/shared_ptr.hpp" @@ -457,13 +456,8 @@ #include "cppuhelper/weakagg.hxx" #include "cppuhelper/weakref.hxx" - - #include "i18npool/mslangid.hxx" - - - #include "osl/conditn.h" #include "osl/conditn.hxx" #include "osl/diagnose.h" @@ -472,8 +466,6 @@ #include "osl/getglobalmutex.hxx" #include "osl/interlck.h" #include "osl/module.h" -#include "osl/module.hxx" -#include "osl/mutex.hxx" #include "osl/nlsupport.h" #include "osl/pipe.hxx" #include "osl/process.h" @@ -481,7 +473,6 @@ #include "osl/thread.h" #include "osl/time.h" - #include "rtl/alloc.h" #include "rtl/bootstrap.hxx" #include "rtl/byteseq.h" @@ -505,10 +496,6 @@ #include "sane/sane.h" - - - - #include "svl/filenotation.hxx" #include "svtools/imgdef.hxx" #include "svtools/miscopt.hxx" @@ -520,15 +507,12 @@ #include "sys/stat.h" #include "sys/types.h" - #include "tools/diagnose_ex.h" - #include "typelib/typeclass.h" #include "typelib/typedescription.h" #include "typelib/typedescription.hxx" - #include "uno/dispatcher.h" #include "uno/environment.h" #include "uno/lbnames.h" @@ -537,7 +521,6 @@ #include "unotools/confignode.hxx" #include "unotools/processfactory.hxx" - #include "vcl/fldunit.hxx" #include "osl/module.hxx" diff --git a/extensions/source/bibliography/bibview.cxx b/extensions/source/bibliography/bibview.cxx index c985291a5121..eab0e1439d3b 100644 --- a/extensions/source/bibliography/bibview.cxx +++ b/extensions/source/bibliography/bibview.cxx @@ -32,7 +32,6 @@ #include "bib.hrc" #include "bibcont.hxx" #include "bibbeam.hxx" -#include "bibmod.hxx" #include "general.hxx" #include "bibview.hxx" #include "datman.hxx" diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index 54ab918d7fbe..2915e2cb547d 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -64,7 +64,6 @@ #include <svtools/headbar.hxx> #include <vcl/dialog.hxx> #include <vcl/button.hxx> -#include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> #include <vcl/group.hxx> #include <vcl/lstbox.hxx> @@ -76,7 +75,6 @@ #include "bibmod.hxx" #include "bibview.hxx" // #100312# --------- -#include "bibbeam.hxx" #include "bibprop.hrc" #include "toolbar.hxx" #include "toolbar.hrc" diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx index 39b6e30660c2..8e130bef94dc 100644 --- a/extensions/source/bibliography/framectr.cxx +++ b/extensions/source/bibliography/framectr.cxx @@ -31,7 +31,6 @@ #include <vcl/waitobj.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <com/sun/star/util/URL.hpp> -#include <osl/mutex.hxx> #include <vcl/msgbox.hxx> #include <tools/debug.hxx> #include <vcl/stdtext.hxx> diff --git a/extensions/source/bibliography/general.cxx b/extensions/source/bibliography/general.cxx index 8100c1fcfa86..c38180d43dbd 100644 --- a/extensions/source/bibliography/general.cxx +++ b/extensions/source/bibliography/general.cxx @@ -51,7 +51,6 @@ #include "bibtools.hxx" #include "bibliography.hrc" #include <tools/debug.hxx> -#include <vcl/mnemonic.hxx> #include <vcl/svapp.hxx> #include <vcl/i18nhelp.hxx> #include <vcl/mnemonic.hxx> diff --git a/extensions/source/bibliography/toolbar.cxx b/extensions/source/bibliography/toolbar.cxx index e7fcf991a63d..2b77d1224283 100644 --- a/extensions/source/bibliography/toolbar.cxx +++ b/extensions/source/bibliography/toolbar.cxx @@ -29,7 +29,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_extensions.hxx" #include <comphelper/processfactory.hxx> -#include <osl/mutex.hxx> #include <tools/urlobj.hxx> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> diff --git a/extensions/source/nsplugin/source/so_main.cxx b/extensions/source/nsplugin/source/so_main.cxx index f2f6c131d610..ccd879020ec1 100644 --- a/extensions/source/nsplugin/source/so_main.cxx +++ b/extensions/source/nsplugin/source/so_main.cxx @@ -45,7 +45,6 @@ #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <winsock2.h> -#include <stdlib.h> #include <malloc.h> #include <memory.h> #include <tchar.h> diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index df0e4b918bb8..99dedf5467ac 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -36,7 +36,6 @@ #include <vector> #include <list> #include <hash_map> -#include "comifaces.hxx" #include <tools/postsys.h> diff --git a/extensions/source/plugin/inc/plugin/aqua/sysplug.hxx b/extensions/source/plugin/inc/plugin/aqua/sysplug.hxx index 01b8dafa0f2c..d254a74d91e9 100644 --- a/extensions/source/plugin/inc/plugin/aqua/sysplug.hxx +++ b/extensions/source/plugin/inc/plugin/aqua/sysplug.hxx @@ -33,10 +33,8 @@ #include <list> #include <map> #include <algorithm> -#include "premac.h" #include <Carbon/Carbon.h> #include <Security/cssmconfig.h> -#include "postmac.h" #undef uint32 #define XP_MAC diff --git a/extensions/source/propctrlr/fontdialog.cxx b/extensions/source/propctrlr/fontdialog.cxx index 6fbda0cbcab0..1c06d9310974 100644 --- a/extensions/source/propctrlr/fontdialog.cxx +++ b/extensions/source/propctrlr/fontdialog.cxx @@ -53,7 +53,6 @@ #include <editeng/udlnitem.hxx> #include <editeng/crsditem.hxx> #include <editeng/colritem.hxx> -#include <editeng/flstitem.hxx> #include <editeng/langitem.hxx> #include <editeng/wrlmitem.hxx> #include <editeng/cmapitem.hxx> diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx index a5b26feaf9ca..0155062b9dbb 100644 --- a/extensions/source/propctrlr/formmetadata.cxx +++ b/extensions/source/propctrlr/formmetadata.cxx @@ -29,7 +29,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_extensions.hxx" #include "formmetadata.hxx" -#include "propctrlr.hrc" #include "formstrings.hxx" #include "formresid.hrc" #include "propctrlr.hrc" diff --git a/extensions/source/propctrlr/propcontroller.hxx b/extensions/source/propctrlr/propcontroller.hxx index 6535ce6d3ca8..e7c02599a723 100644 --- a/extensions/source/propctrlr/propcontroller.hxx +++ b/extensions/source/propctrlr/propcontroller.hxx @@ -55,7 +55,6 @@ #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/sdbc/XConnection.hpp> #include <com/sun/star/awt/XLayoutConstrains.hpp> -#include <com/sun/star/awt/XLayoutConstrains.hpp> #include <com/sun/star/awt/XControlContainer.hpp> #include <com/sun/star/inspection/XPropertyControlFactory.hpp> #include <com/sun/star/inspection/XObjectInspector.hpp> diff --git a/extensions/source/propctrlr/propertycomposer.hxx b/extensions/source/propctrlr/propertycomposer.hxx index d57d4ad16cfb..b1d5cbedbe9c 100644 --- a/extensions/source/propctrlr/propertycomposer.hxx +++ b/extensions/source/propctrlr/propertycomposer.hxx @@ -30,7 +30,6 @@ #define EXTENSIONS_SOURCE_PROPCTRLR_PROPERTYCOMPOSER_HXX #include "pcrcommon.hxx" -#include "formbrowsertools.hxx" #include "composeduiupdate.hxx" #include "formbrowsertools.hxx" diff --git a/extensions/source/propctrlr/stringrepresentation.cxx b/extensions/source/propctrlr/stringrepresentation.cxx index f07d4d60f756..e2e6c0d7fd49 100644 --- a/extensions/source/propctrlr/stringrepresentation.cxx +++ b/extensions/source/propctrlr/stringrepresentation.cxx @@ -44,7 +44,6 @@ #include <com/sun/star/util/Time.hpp> #include <comphelper/sequence.hxx> #include <connectivity/dbconversion.hxx> -#include "modulepcr.hxx" #include "formresid.hrc" #include <tools/debug.hxx> #include <tools/string.hxx> diff --git a/extensions/source/propctrlr/usercontrol.cxx b/extensions/source/propctrlr/usercontrol.cxx index 4b7fbf18a5d8..f1ccab670cb3 100644 --- a/extensions/source/propctrlr/usercontrol.cxx +++ b/extensions/source/propctrlr/usercontrol.cxx @@ -32,7 +32,6 @@ /** === begin UNO includes === **/ #include <com/sun/star/inspection/PropertyControlType.hpp> -#include <com/sun/star/inspection/PropertyControlType.hpp> /** === end UNO includes === **/ #include <svl/numuno.hxx> #include <rtl/math.hxx> diff --git a/extensions/source/scanner/scanner.hxx b/extensions/source/scanner/scanner.hxx index b263ecaa0802..52bba3113938 100644 --- a/extensions/source/scanner/scanner.hxx +++ b/extensions/source/scanner/scanner.hxx @@ -33,7 +33,6 @@ #include <osl/mutex.hxx> #include <rtl/ustring.hxx> #include <cppuhelper/weak.hxx> -#include <cppuhelper/weak.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/awt/XBitmap.hpp> diff --git a/extensions/source/svg/svgcom.hxx b/extensions/source/svg/svgcom.hxx index d0441536944e..b43beeb611e9 100644 --- a/extensions/source/svg/svgcom.hxx +++ b/extensions/source/svg/svgcom.hxx @@ -43,7 +43,6 @@ #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/io/XInputStream.hpp> diff --git a/extensions/source/update/check/download.cxx b/extensions/source/update/check/download.cxx index 68123924c567..f6a971ae64de 100644 --- a/extensions/source/update/check/download.cxx +++ b/extensions/source/update/check/download.cxx @@ -33,7 +33,6 @@ #ifdef _MSC_VER #pragma warning(push, 1) /* disable warnings within system headers */ #endif -#include <curl/curl.h> #ifdef _MSC_VER #pragma warning(pop) #endif diff --git a/extensions/source/update/check/updatecheckconfig.cxx b/extensions/source/update/check/updatecheckconfig.cxx index 854638c26e52..9bce2540662d 100644 --- a/extensions/source/update/check/updatecheckconfig.cxx +++ b/extensions/source/update/check/updatecheckconfig.cxx @@ -34,8 +34,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertyState.hpp> -#include <com/sun/star/beans/XPropertyState.hpp> - #include <osl/security.hxx> #include <osl/time.h> #include <osl/file.hxx> diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx index 1ef024d7e3dd..35066dc8db17 100644 --- a/extensions/source/update/ui/updatecheckui.cxx +++ b/extensions/source/update/ui/updatecheckui.cxx @@ -44,7 +44,6 @@ #include <comphelper/processfactory.hxx> #include <osl/mutex.hxx> -#include <osl/mutex.hxx> #include <vcl/window.hxx> #include <vcl/floatwin.hxx> diff --git a/extensions/source/xmlextract/xmxcom.hxx b/extensions/source/xmlextract/xmxcom.hxx index e44419b633fd..fd8690f26b32 100644 --- a/extensions/source/xmlextract/xmxcom.hxx +++ b/extensions/source/xmlextract/xmxcom.hxx @@ -40,7 +40,6 @@ #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/io/XInputStream.hpp> diff --git a/extensions/test/ole/unloading/unloadTest.cxx b/extensions/test/ole/unloading/unloadTest.cxx index 85f2de33db47..fa3e39271365 100644 --- a/extensions/test/ole/unloading/unloadTest.cxx +++ b/extensions/test/ole/unloading/unloadTest.cxx @@ -33,7 +33,6 @@ #include<osl/module.hxx> #include <osl/time.h> #include <rtl/ustring.hxx> -#include <stdio.h> #include <cppuhelper/factory.hxx> #include <cppuhelper/servicefactory.hxx> #include <cppuhelper/bootstrap.hxx> |