diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:19 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:21:30 +0200 |
commit | 1275d274db37fc333838321347e1887488f8f4c0 (patch) | |
tree | 8857c3ae31f6ebddb0137f708487cbc1cccb1d97 /unotools | |
parent | bcef91b779f6802dd8bdec91d945038716faf181 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/accessiblerelationsethelper.hxx | 2 | ||||
-rw-r--r-- | unotools/inc/unotools/accessiblestatesethelper.hxx | 2 | ||||
-rw-r--r-- | unotools/inc/unotools/collatorwrapper.hxx | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | unotools/inc/unotools/lingucfg.hxx | 0 | ||||
-rw-r--r-- | unotools/inc/unotools/localedatawrapper.hxx | 2 | ||||
-rw-r--r-- | unotools/inc/unotools/optionsdlg.hxx | 2 | ||||
-rw-r--r-- | unotools/inc/unotools/unotunnelhelper.hxx | 2 | ||||
-rw-r--r-- | unotools/inc/unotools/xmlaccelcfg.hxx | 2 | ||||
-rw-r--r-- | unotools/source/config/eventcfg.cxx | 2 | ||||
-rw-r--r-- | unotools/source/i18n/textsearch.cxx | 2 | ||||
-rw-r--r-- | unotools/source/processfactory/componentfactory.cxx | 2 | ||||
-rw-r--r-- | unotools/source/ucbhelper/XTempFile.hxx | 2 | ||||
-rw-r--r-- | unotools/source/ucbhelper/ucbstreamhelper.cxx | 2 |
13 files changed, 0 insertions, 24 deletions
diff --git a/unotools/inc/unotools/accessiblerelationsethelper.hxx b/unotools/inc/unotools/accessiblerelationsethelper.hxx index ba853381329f..e1be7da477f0 100644 --- a/unotools/inc/unotools/accessiblerelationsethelper.hxx +++ b/unotools/inc/unotools/accessiblerelationsethelper.hxx @@ -30,9 +30,7 @@ #include "unotools/unotoolsdllapi.h" -#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLESSTATESET_HPP_ #include <com/sun/star/accessibility/XAccessibleRelationSet.hpp> -#endif #include <com/sun/star/uno/Reference.hxx> #include <cppuhelper/weak.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/unotools/inc/unotools/accessiblestatesethelper.hxx b/unotools/inc/unotools/accessiblestatesethelper.hxx index 3847beeee146..7e4657c8ec26 100644 --- a/unotools/inc/unotools/accessiblestatesethelper.hxx +++ b/unotools/inc/unotools/accessiblestatesethelper.hxx @@ -29,9 +29,7 @@ #include "unotools/unotoolsdllapi.h" -#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLESSTATESET_HPP_ #include <com/sun/star/accessibility/XAccessibleStateSet.hpp> -#endif #include <com/sun/star/uno/Reference.hxx> #include <cppuhelper/weak.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/unotools/inc/unotools/collatorwrapper.hxx b/unotools/inc/unotools/collatorwrapper.hxx index e4f2a3443f1d..c1aa6aa8b614 100644 --- a/unotools/inc/unotools/collatorwrapper.hxx +++ b/unotools/inc/unotools/collatorwrapper.hxx @@ -29,9 +29,7 @@ #ifndef _UNOTOOLS_COLLATORWRAPPER_HXX #define _UNOTOOLS_COLLATORWRAPPER_HXX -#ifndef _COM_SUN_STAR_UTIL_XCOLLATOR_HPP_ #include <com/sun/star/i18n/XCollator.hpp> -#endif namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; diff --git a/unotools/inc/unotools/lingucfg.hxx b/unotools/inc/unotools/lingucfg.hxx index 9a26bdd73021..9a26bdd73021 100755..100644 --- a/unotools/inc/unotools/lingucfg.hxx +++ b/unotools/inc/unotools/lingucfg.hxx diff --git a/unotools/inc/unotools/localedatawrapper.hxx b/unotools/inc/unotools/localedatawrapper.hxx index fd09b07e58cb..9d2183547911 100644 --- a/unotools/inc/unotools/localedatawrapper.hxx +++ b/unotools/inc/unotools/localedatawrapper.hxx @@ -35,9 +35,7 @@ #include <unotools/readwritemutexguard.hxx> #include "unotools/unotoolsdllapi.h" -#ifndef BOOST_SHARED_PTR_HPP_INCLUDED #include <boost/shared_ptr.hpp> -#endif namespace com { namespace sun { namespace star { diff --git a/unotools/inc/unotools/optionsdlg.hxx b/unotools/inc/unotools/optionsdlg.hxx index 833e8d5700c3..ceafb650a134 100644 --- a/unotools/inc/unotools/optionsdlg.hxx +++ b/unotools/inc/unotools/optionsdlg.hxx @@ -27,9 +27,7 @@ #ifndef INCLUDED_unotools_OPTIONSDLG_HXX #define INCLUDED_unotools_OPTIONSDLG_HXX -#ifndef INCLUDED_unotoolsdllapi_H #include "unotools/unotoolsdllapi.h" -#endif #include <tools/string.hxx> #include <unotools/options.hxx> diff --git a/unotools/inc/unotools/unotunnelhelper.hxx b/unotools/inc/unotools/unotunnelhelper.hxx index ec4f1243f4d9..431d86055fcd 100644 --- a/unotools/inc/unotools/unotunnelhelper.hxx +++ b/unotools/inc/unotools/unotunnelhelper.hxx @@ -34,9 +34,7 @@ #include <rtl/uuid.h> #include <rtl/memory.h> -#ifndef _CPPUHELPER_EXTRACT_HXX_ #include <cppuhelper/extract.hxx> -#endif namespace utl { diff --git a/unotools/inc/unotools/xmlaccelcfg.hxx b/unotools/inc/unotools/xmlaccelcfg.hxx index db561660d3c2..88293586ad08 100644 --- a/unotools/inc/unotools/xmlaccelcfg.hxx +++ b/unotools/inc/unotools/xmlaccelcfg.hxx @@ -28,9 +28,7 @@ #ifndef INCLUDED_unotools_XMLACCELCFG_HXX #define INCLUDED_unotools_XMLACCELCFG_HXX -#ifndef __COM_SUN_STAR_XML_SAX_XDOCUMENTHANDLER_HPP_ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> -#endif #include <cppuhelper/weak.hxx> #include <unotools/accelcfg.hxx> diff --git a/unotools/source/config/eventcfg.cxx b/unotools/source/config/eventcfg.cxx index a07c99b70381..99553d8ad225 100644 --- a/unotools/source/config/eventcfg.cxx +++ b/unotools/source/config/eventcfg.cxx @@ -37,9 +37,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <cppuhelper/weakref.hxx> -#ifndef __SGI_STL_HASH_MAP #include <hash_map> -#endif #include <tools/urlobj.hxx> #include <rtl/ustrbuf.hxx> diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx index 3f722adb0dba..6a3dcd2b7d28 100644 --- a/unotools/source/i18n/textsearch.cxx +++ b/unotools/source/i18n/textsearch.cxx @@ -33,9 +33,7 @@ //#include <tools/intn.hxx> #endif #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#ifndef _COM_SUN_STAR_UTIL_SEARCHFLAGS_HDL_ #include <com/sun/star/util/SearchFlags.hdl> -#endif #include <com/sun/star/i18n/TransliterationModules.hpp> #include <unotools/charclass.hxx> #include <comphelper/processfactory.hxx> diff --git a/unotools/source/processfactory/componentfactory.cxx b/unotools/source/processfactory/componentfactory.cxx index 67055ee215ca..c0155b4c5110 100644 --- a/unotools/source/processfactory/componentfactory.cxx +++ b/unotools/source/processfactory/componentfactory.cxx @@ -33,9 +33,7 @@ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HDL_ #include <com/sun/star/registry/XRegistryKey.hpp> -#endif #include <cppuhelper/factory.hxx> diff --git a/unotools/source/ucbhelper/XTempFile.hxx b/unotools/source/ucbhelper/XTempFile.hxx index 115f6cf823a7..e1ee66f1a1dd 100644 --- a/unotools/source/ucbhelper/XTempFile.hxx +++ b/unotools/source/ucbhelper/XTempFile.hxx @@ -37,9 +37,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <cppuhelper/implbase5.hxx> -#ifndef _CPPUHELPER_PROPERTYSETMIXIN_HXX_ #include <cppuhelper/propertysetmixin.hxx> -#endif #include <osl/mutex.hxx> class SvStream; diff --git a/unotools/source/ucbhelper/ucbstreamhelper.cxx b/unotools/source/ucbhelper/ucbstreamhelper.cxx index f27f663b3698..7cbe3e2262fc 100644 --- a/unotools/source/ucbhelper/ucbstreamhelper.cxx +++ b/unotools/source/ucbhelper/ucbstreamhelper.cxx @@ -33,9 +33,7 @@ #include <comphelper/processfactory.hxx> #include <com/sun/star/ucb/CommandAbortedException.hpp> -#ifndef _COM_SUN_STAR_UCB_XCOMMANDENVIRONMENT_HDL_ #include <com/sun/star/ucb/XCommandEnvironment.hdl> -#endif #include <com/sun/star/ucb/InsertCommandArgument.hpp> #include <com/sun/star/io/XActiveDataStreamer.hpp> |