From b95ee1be9b45352344b090d5b97e25f75b353c52 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 23 Oct 2013 19:09:35 +0200 Subject: fixincludeguards.sh: include/xml* Change-Id: Iffab819621615c59709c087202cc578af00dd799 --- include/xmlscript/xmlns.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/xmlscript/xmlns.h') diff --git a/include/xmlscript/xmlns.h b/include/xmlscript/xmlns.h index cb0e37af0b07..5594963ae303 100644 --- a/include/xmlscript/xmlns.h +++ b/include/xmlscript/xmlns.h @@ -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 _XMLSCRIPT_XMLNS_H_ -#define _XMLSCRIPT_XMLNS_H_ +#ifndef INCLUDED_XMLSCRIPT_XMLNS_H +#define INCLUDED_XMLSCRIPT_XMLNS_H #define XMLNS_DIALOGS_URI "http://openoffice.org/2000/dialog" #define XMLNS_DIALOGS_PREFIX "dlg" -- cgit