diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-15 19:56:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-16 14:37:28 +0200 |
commit | 638848d5eab0ca713814cef6e6f2aca5956fe0f9 (patch) | |
tree | 128a4905de7edd0271797951a2ffecb20b4fe4ab /stoc | |
parent | 93037e30610ef9549acadf4696f119dde2f5307f (diff) |
idl: remove external header guards
Change-Id: I78661f0750e4213a20dd2341580cbb181897f3ba
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/testintrosp.idl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/stoc/test/testintrosp.idl b/stoc/test/testintrosp.idl index 7f75e7aa288a..338ce02a8c36 100644 --- a/stoc/test/testintrosp.idl +++ b/stoc/test/testintrosp.idl @@ -19,28 +19,11 @@ #ifndef __com_sun_star_beans_XIntroTest_idl__ #define __com_sun_star_beans_XIntroTest_idl__ -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef __com_sun_star_beans_Property_idl__ #include <com/sun/star/beans/Property.idl> -#endif - -#ifndef __com_sun_star_beans_PropertyValue_idl__ #include <com/sun/star/beans/PropertyValue.idl> -#endif - -#ifndef __com_sun_star_uno_TypeClass_idl__ #include <com/sun/star/uno/TypeClass.idl> -#endif - -#ifndef __com_sun_star_beans_XPropertiesChangeListener_idl__ #include <com/sun/star/beans/XPropertiesChangeListener.idl> -#endif - - - module ModuleA { |