From 2a1b850b789a386fe77fecf8c4c2bfb0a4d099dc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 12 Dec 2012 12:36:45 +0200 Subject: 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 --- .../com/sun/star/report/inspection/DefaultComponentInspectorModel.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun/star/report') diff --git a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl index 189bb20f2017..ffa985c06f94 100644 --- a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl +++ b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl @@ -16,7 +16,7 @@ * 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_report_inspection__DefaultComponentInspectorModel_idl__ +#ifndef __com_sun_star_report_inspection_DefaultComponentInspectorModel_idl__ #define __com_sun_star_report_inspection_DefaultComponentInspectorModel_idl__ #include -- cgit