diff options
author | Noel Grandin <noel@peralex.com> | 2012-12-12 12:36:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2012-12-21 09:12:07 +0200 |
commit | 2a1b850b789a386fe77fecf8c4c2bfb0a4d099dc (patch) | |
tree | 76baaf5f6ee4ba6f8edf248bfc0fbca9a4f9505b /offapi/com/sun/star/style | |
parent | e93a0018871ebea4da1959c72c06f3c7f4dc7b27 (diff) |
clean up all the UNO IDL module header guards
.. so I don't keep tripping over the bad ones during my UNO cleanup work.
(1) make them all use a similar syntax, makes it easier to run my automatic checker
(2) some of them were just cut'n'paste accidents waiting to happen
(3) remove unnecessary header guards in the __including__ file. That is very brittle.
Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r-- | offapi/com/sun/star/style/CharacterPropertiesComplex.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/style/XStyleSupplier.idl | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/offapi/com/sun/star/style/CharacterPropertiesComplex.idl b/offapi/com/sun/star/style/CharacterPropertiesComplex.idl index 2f0d304a9600..d3da3bbee5d7 100644 --- a/offapi/com/sun/star/style/CharacterPropertiesComplex.idl +++ b/offapi/com/sun/star/style/CharacterPropertiesComplex.idl @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_style_CharacterProperties_Complex_idl__ -#define __com_sun_star_style_CharacterProperties_Complex_idl__ +#ifndef __com_sun_star_style_CharacterPropertiesComplex_idl__ +#define __com_sun_star_style_CharacterPropertiesComplex_idl__ #include <com/sun/star/lang/Locale.idl> #include <com/sun/star/awt/FontSlant.idl> diff --git a/offapi/com/sun/star/style/XStyleSupplier.idl b/offapi/com/sun/star/style/XStyleSupplier.idl index fc285d7255f0..1e9e171ae183 100644 --- a/offapi/com/sun/star/style/XStyleSupplier.idl +++ b/offapi/com/sun/star/style/XStyleSupplier.idl @@ -19,15 +19,9 @@ #ifndef com_sun_star_style_XStyleSupplier_idl #define com_sun_star_style_XStyleSupplier_idl -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif -#ifndef __com_sun_star_style_XStyle_idl__ #include <com/sun/star/style/XStyle.idl> -#endif -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> -#endif module com { |