diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:01:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:49 +0200 |
commit | dd4f6ce146380d83d210d5c8ce4f7eaa33ed32f6 (patch) | |
tree | 743e1a50f43ebce74ebb8ddeebe64c0261dc7c66 | |
parent | 0c3b327ed02def4becbb1abbc61d962cfc1ba01e (diff) |
Avoid reserved identifier
Change-Id: I578a5ec6a839fddecb372ed78ca7425548e3ae8b
-rw-r--r-- | xmloff/inc/xmlsdtypes.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 <xmloff/xmlnume.hxx> //#include <xmloff/maptype.hxx> |