From dd4f6ce146380d83d210d5c8ce4f7eaa33ed32f6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Apr 2016 20:01:33 +0200 Subject: Avoid reserved identifier Change-Id: I578a5ec6a839fddecb372ed78ca7425548e3ae8b --- xmloff/inc/xmlsdtypes.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/xmlsdtypes.hxx b/xmloff/inc/xmlsdtypes.hxx index fb13d9f1e77b..8e388cf032c7 100644 --- a/xmloff/inc/xmlsdtypes.hxx +++ b/xmloff/inc/xmlsdtypes.hxx @@ -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 _XMLSDTYPES_HXX -#define _XMLSDTYPES_HXX +#ifndef INCLUDED_XMLOFF_INC_XMLSDTYPES_HXX +#define INCLUDED_XMLOFF_INC_XMLSDTYPES_HXX //#include //#include -- cgit