diff options
author | Vikas Mahato <vikasmahato0@gmail.com> | 2018-11-22 21:01:01 +0530 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-12-02 20:29:15 +0100 |
commit | 4f47b7a792c12c6f343073930098056b5e4ae1a9 (patch) | |
tree | c777f3134031bddab095464e83ec2d9eef9c090e /offapi | |
parent | ec7ad2a0bbd7f45d8262ae97c98e835650afd3a9 (diff) |
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 <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/XConditionEntry.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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 <com/sun/star/uno/XInterface.idl> #include <com/sun/star/sheet/ConditionEntryType.idl> |