diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 05:48:07 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 05:48:07 +0000 |
commit | ab318016b7be5cbdcec0310597628e4d30eb01a5 (patch) | |
tree | 3e665e14893ee707c1c6d42116f9182288e17529 /framework/inc/classes | |
parent | 1002aded6a78da95bb6ab76cc3d4c19bfafd96c6 (diff) |
INTEGRATION: CWS changefileheader (1.2.758); FILE MERGED
2008/04/01 15:18:14 thb 1.2.758.2: #i85898# Stripping all external header guards
2008/04/01 10:57:43 thb 1.2.758.1: #i85898# Stripping all external header guards
Diffstat (limited to 'framework/inc/classes')
-rw-r--r-- | framework/inc/classes/eventsconfiguration.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/framework/inc/classes/eventsconfiguration.hxx b/framework/inc/classes/eventsconfiguration.hxx index 40a5f48c93b1..01b55616fafb 100644 --- a/framework/inc/classes/eventsconfiguration.hxx +++ b/framework/inc/classes/eventsconfiguration.hxx @@ -1,27 +1,14 @@ #ifndef __FRAMEWORK_CLASSES_EVENTSCONFIGURATION_HXX_ #define __FRAMEWORK_CLASSES_EVENTSCONFIGURATION_HXX_ -#ifndef _SVARRAY_HXX #include <svtools/svarray.hxx> -#endif -#ifndef _STRING_HXX #include <tools/string.hxx> -#endif -#ifndef _STREAM_HXX #include <tools/stream.hxx> -#endif - -#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ #include <com/sun/star/uno/Sequence.hxx> -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_ #include <com/sun/star/beans/PropertyValue.hpp> -#endif // #110897# -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#endif namespace framework { |