diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:40 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:11:20 +0200 |
commit | facd86ef9cdac2f0acab13a8b525f0bfb99cac28 (patch) | |
tree | b20099418ed50ea373d131c15835efd3946fab41 /framework/source/services | |
parent | 30afa21872109ef351ece5d0f0ad14e29d5e790e (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'framework/source/services')
-rw-r--r-- | framework/source/services/backingcomp.cxx | 6 | ||||
-rw-r--r-- | framework/source/services/desktop.cxx | 6 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 6 | ||||
-rw-r--r-- | framework/source/services/menudocumenthandler.cxx | 4 | ||||
-rw-r--r-- | framework/source/services/sessionlistener.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/substitutepathvars.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/taskcreatorsrv.cxx | 2 |
7 files changed, 0 insertions, 28 deletions
diff --git a/framework/source/services/backingcomp.cxx b/framework/source/services/backingcomp.cxx index 13c5647341e6..8c358b5b5613 100644 --- a/framework/source/services/backingcomp.cxx +++ b/framework/source/services/backingcomp.cxx @@ -42,9 +42,7 @@ #include <properties.h> #include <services.h> -#ifndef _FRAMEWORK_HELPID_HRC #include <helpid.hrc> -#endif //_______________________________________________ // interface includes @@ -70,16 +68,12 @@ #include <tools/urlobj.hxx> #include <rtl/ustrbuf.hxx> -#ifndef _SOLAR_HRC #include <svl/solar.hrc> -#endif #include <svl/urihelper.hxx> #include <osl/file.hxx> #include <unotools/configmgr.hxx> -#ifndef _UTL_BOOTSTRAP_HXX_ #include <unotools/bootstrap.hxx> -#endif namespace framework { diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index 293e03ee655b..ea42daed2507 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -33,19 +33,13 @@ //_________________________________________________________________________________________________________________ #include <loadenv/loadenv.hxx> -#ifndef __FRAMEWORK_LOADENV_TARGETHELPER_HXX_ #include <loadenv/targethelper.hxx> -#endif -#ifndef __FRAMEWORK_DESKTOP_HXX_ #include <services/desktop.hxx> -#endif #include <helper/ocomponentaccess.hxx> #include <dispatch/dispatchprovider.hxx> -#ifndef __FRAMEWORK_DISPATCH_INTERCEPTIONHELPER_HXX_ #include <dispatch/interceptionhelper.hxx> -#endif #include <classes/taskcreator.hxx> #include <threadhelp/transactionguard.hxx> #include <threadhelp/writeguard.hxx> diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 08a7c522831b..825b467bf5f2 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -34,9 +34,7 @@ #include <services/frame.hxx> #include <dispatch/dispatchprovider.hxx> -#ifndef __FRAMEWORK_DISPATCH_INTERCEPTIONHELPER_HXX_ #include <dispatch/interceptionhelper.hxx> -#endif #include <dispatch/closedispatcher.hxx> #include <dispatch/windowcommanddispatch.hxx> #include <loadenv/loadenv.hxx> @@ -80,9 +78,7 @@ #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/beans/XMaterialHolder.hpp> -#ifndef _COM_SUN_STAR_FRAME_XTITLECHANGEBROADCASTER_HPP_ #include <com/sun/star/frame/XTitleChangeBroadcaster.hpp> -#endif //_________________________________________________________________________________________________________________ // includes of other projects @@ -97,9 +93,7 @@ #include <vcl/wrkwin.hxx> #include <vcl/svapp.hxx> -#ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_ #include <toolkit/unohlp.hxx> -#endif #include <toolkit/awt/vclxwindow.hxx> #include <comphelper/processfactory.hxx> #include <unotools/moduleoptions.hxx> diff --git a/framework/source/services/menudocumenthandler.cxx b/framework/source/services/menudocumenthandler.cxx index 8741fff39320..e65fbc2656bd 100644 --- a/framework/source/services/menudocumenthandler.cxx +++ b/framework/source/services/menudocumenthandler.cxx @@ -33,13 +33,9 @@ #include <classes/menuconfiguration.hxx> #include <classes/addonmenu.hxx> -#ifndef __FRAMEWORK_SERVICES_ATTRIBUTELIST_HXX_ #include <services/attributelist.hxx> -#endif -#ifndef __COM_SUN_STAR_XML_SAX_XEXTENDEDDOCUMENTHANDLER_HPP_ #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> -#endif using namespace ::rtl; diff --git a/framework/source/services/sessionlistener.cxx b/framework/source/services/sessionlistener.cxx index 42a2637f823e..9dbbf031e566 100644 --- a/framework/source/services/sessionlistener.cxx +++ b/framework/source/services/sessionlistener.cxx @@ -30,9 +30,7 @@ //_______________________________________________ // my own includes -#ifndef __FRAMEWORK_SERVICES_TYPEDETECTION_HXX_ #include <services/sessionlistener.hxx> -#endif #include <threadhelp/readguard.hxx> #include <threadhelp/resetableguard.hxx> #include <protocols.h> diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx index 90c460b74298..be1ba436d3de 100644 --- a/framework/source/services/substitutepathvars.cxx +++ b/framework/source/services/substitutepathvars.cxx @@ -48,9 +48,7 @@ #include <unotools/localfilehelper.hxx> #include <unotools/configmgr.hxx> -#ifndef _UTL_BOOTSTRAP_HXX_ #include <unotools/bootstrap.hxx> -#endif #include <osl/mutex.hxx> #include <osl/file.hxx> #include <osl/security.hxx> diff --git a/framework/source/services/taskcreatorsrv.cxx b/framework/source/services/taskcreatorsrv.cxx index 90bcdb93efbf..a1a17971d684 100644 --- a/framework/source/services/taskcreatorsrv.cxx +++ b/framework/source/services/taskcreatorsrv.cxx @@ -55,9 +55,7 @@ #include <svtools/colorcfg.hxx> #include <vcl/svapp.hxx> -#ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_ #include <toolkit/unohlp.hxx> -#endif #include <vcl/window.hxx> //_______________________________________________ |