diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 11:11:26 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 11:11:26 +0000 |
commit | 48f1b43e6632d9f0ff2cae116ba6d32a2840049c (patch) | |
tree | ccc7bb3369fce2a0ae8ee9dd256515fb0009d65c /sfx2/source/appl/shutdownicon.hxx | |
parent | 5cbd0623f281823c7bb50c314293ab80b7ed1808 (diff) |
INTEGRATION: CWS changefileheader (1.26.28); FILE MERGED
2008/04/01 15:38:49 thb 1.26.28.2: #i85898# Stripping all external header guards
2008/04/01 12:40:41 thb 1.26.28.1: #i85898# Stripping all external header guards
Diffstat (limited to 'sfx2/source/appl/shutdownicon.hxx')
-rw-r--r-- | sfx2/source/appl/shutdownicon.hxx | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sfx2/source/appl/shutdownicon.hxx b/sfx2/source/appl/shutdownicon.hxx index 6adc4e65b90b..eaaaf1bfa806 100644 --- a/sfx2/source/appl/shutdownicon.hxx +++ b/sfx2/source/appl/shutdownicon.hxx @@ -2,57 +2,27 @@ #ifndef __SHUTDOWNICON_HXX__ #define __SHUTDOWNICON_HXX__ -#ifndef _COM_SUN_STAR_FRAME_XTERMINATELISTENER_HPP_ #include <com/sun/star/frame/XTerminateListener.hpp> -#endif -#ifndef _COM_SUN_STAR_FRAME_XDESKTOP_HPP_ #include <com/sun/star/frame/XDesktop.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_ #include <com/sun/star/lang/XSingleServiceFactory.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HPP_ #include <com/sun/star/lang/XComponent.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XEVENTLISTENER_HPP_ #include <com/sun/star/lang/XEventListener.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ #include <com/sun/star/lang/XServiceInfo.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_ #include <com/sun/star/lang/XInitialization.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_ #include <com/sun/star/lang/XInitialization.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XFASTPROPERTYSET_HPP_ #include <com/sun/star/beans/XFastPropertySet.hpp> -#endif #ifndef _RTL_STRING_HXX #include <rtl/string.hxx> #endif #ifndef _RTL_USTRING_HXX #include <rtl/ustring.hxx> #endif -#ifndef _OSL_MUTEX_HXX_ #include <osl/mutex.hxx> -#endif -#ifndef _OSL_MODULE_HXX_ #include <osl/module.hxx> -#endif -#ifndef _SFX_SFXUNO_HXX #include <sfx2/sfxuno.hxx> -#endif -#ifndef _CPPUHELPER_COMPBASE4_HXX_ #include <cppuhelper/compbase4.hxx> -#endif -#ifndef INCLUDED_SFX2_DLLAPI_H #include <sfx2/dllapi.h> -#endif class ResMgr; namespace sfx2 |