diff options
author | Tomas Hlavaty <tom@logand.com> | 2012-01-25 01:46:32 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-04-20 12:57:50 +0200 |
commit | 5040115c9825e70161c52ff21ef45ff403cbde46 (patch) | |
tree | 3bf92ed90a37b2d52cf2291d19463d07ca4bcbd4 /offapi/com | |
parent | 940be4690893674042cb945820b25052b35b069d (diff) |
idl #ifndef fix
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl b/offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl index c5d2bd890f81..27aec53d199d 100644 --- a/offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl +++ b/offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl @@ -26,8 +26,8 @@ * ************************************************************************/ -#ifndef __com_sun_star_xsd_XDataType_idl__ -#define __com_sun_star_xsd_XDataType_idl__ +#ifndef __com_sun_star_xsd_WhiteSpaceTreatment_idl__ +#define __com_sun_star_xsd_WhiteSpaceTreatment_idl__ //============================================================================= module com { module sun { module star { module xsd { |