From 4f47b7a792c12c6f343073930098056b5e4ae1a9 Mon Sep 17 00:00:00 2001 From: Vikas Mahato Date: Thu, 22 Nov 2018 21:01:01 +0530 Subject: Fixed header include guard in offapi/com/sun/star/sheet/XConditionEntry.idl Change-Id: I159affa46a13b5ea6b501aeec43cc809885b6e11 Reviewed-on: https://gerrit.libreoffice.org/63811 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- offapi/com/sun/star/sheet/XConditionEntry.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun') diff --git a/offapi/com/sun/star/sheet/XConditionEntry.idl b/offapi/com/sun/star/sheet/XConditionEntry.idl index f7dfa79b58dd..d3ac1f9a97fa 100644 --- a/offapi/com/sun/star/sheet/XConditionEntry.idl +++ b/offapi/com/sun/star/sheet/XConditionEntry.idl @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef __com_sun_star_sheet_XConditionalFormat_idl__ -#define __com_sun_star_sheet_XConditionalFormat_idl__ +#ifndef __com_sun_star_sheet_XConditionEntry_idl__ +#define __com_sun_star_sheet_XConditionEntry_idl__ #include #include -- cgit