[Libreoffice-commits] core.git: offapi/com
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Dec 2 19:29:36 UTC 2018
offapi/com/sun/star/sheet/XConditionEntry.idl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4f47b7a792c12c6f343073930098056b5e4ae1a9
Author: Vikas Mahato <vikasmahato0 at gmail.com>
AuthorDate: Thu Nov 22 21:01:01 2018 +0530
Commit: Markus Mohrhard <markus.mohrhard at googlemail.com>
CommitDate: Sun Dec 2 20:29:15 2018 +0100
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 at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
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>
More information about the Libreoffice-commits
mailing list