diff options
author | Tomas Hlavaty <tom@logand.com> | 2011-12-15 23:57:19 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-05 14:09:37 +0100 |
commit | 405f7ac2fde0a9c60d9af2fa1501c56ef08ffb60 (patch) | |
tree | 5bde408b55017cedb1e8e6541c2d0b90cb0b5c31 /offapi | |
parent | 45652af4e2215ee83c22267dd782918be3e9abb9 (diff) |
fix broken ifndef/define guard in idl
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/frame/DoubleInitializationException.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/IllegalArgumentIOException.idl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/DoubleInitializationException.idl b/offapi/com/sun/star/frame/DoubleInitializationException.idl index 7e04e02f0c67..12f5ca6d16b9 100644 --- a/offapi/com/sun/star/frame/DoubleInitializationException.idl +++ b/offapi/com/sun/star/frame/DoubleInitializationException.idl @@ -25,8 +25,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_frame_TerminationVetoException_idl__ -#define __com_sun_star_frame_TerminationVetoException_idl__ +#ifndef __com_sun_star_frame_DoubleInitializationException_idl__ +#define __com_sun_star_frame_DoubleInitializationException_idl__ #include <com/sun/star/uno/Exception.idl> diff --git a/offapi/com/sun/star/frame/IllegalArgumentIOException.idl b/offapi/com/sun/star/frame/IllegalArgumentIOException.idl index a8016fe4876b..c3a2058fce73 100644 --- a/offapi/com/sun/star/frame/IllegalArgumentIOException.idl +++ b/offapi/com/sun/star/frame/IllegalArgumentIOException.idl @@ -25,8 +25,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_frame_TerminationVetoException_idl__ -#define __com_sun_star_frame_TerminationVetoException_idl__ +#ifndef __com_sun_star_frame_IllegalArgumentIOException_idl__ +#define __com_sun_star_frame_IllegalArgumentIOException_idl__ #include <com/sun/star/io/IOException.idl> |