diff options
author | Tomas Hlavaty <tom@logand.com> | 2012-01-22 18:05:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-04-20 12:57:50 +0200 |
commit | a7f3ca4c5bf3aa1ad28a701bf6d0bea71a107f53 (patch) | |
tree | 2732494857e603d690b00249c09f4ff7fb526efc /udkapi | |
parent | 7dbbb51f78f7a6f25a288739f9294576c399237b (diff) |
add missing #ifndef
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/corba/corba.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/udkapi/com/sun/star/corba/corba.idl b/udkapi/com/sun/star/corba/corba.idl index 45c239ae7c52..8f5d62bd5863 100644 --- a/udkapi/com/sun/star/corba/corba.idl +++ b/udkapi/com/sun/star/corba/corba.idl @@ -25,6 +25,9 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ +#ifndef __com_sun_star_corba_corba_idl__ +#define __com_sun_star_corba_corba_idl__ + module com { module sun { module star { module corba { /** @@ -103,4 +106,6 @@ module com { module sun { module star { module corba }; }; }; }; +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |