diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:09:35 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:28 +0200 |
commit | b95ee1be9b45352344b090d5b97e25f75b353c52 (patch) | |
tree | d1a27d7af191f7d37757594551b33dc94d0c4928 /include/xmloff/xmlictxt.hxx | |
parent | 027ac563630d06aa52801f6b1d601132b96db236 (diff) |
fixincludeguards.sh: include/xml*
Change-Id: Iffab819621615c59709c087202cc578af00dd799
Diffstat (limited to 'include/xmloff/xmlictxt.hxx')
-rw-r--r-- | include/xmloff/xmlictxt.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx index 2ed80c1ec7cf..b9dd0c48752e 100644 --- a/include/xmloff/xmlictxt.hxx +++ b/include/xmloff/xmlictxt.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XMLOFF_XMLICTXT_HXX -#define _XMLOFF_XMLICTXT_HXX +#ifndef INCLUDED_XMLOFF_XMLICTXT_HXX +#define INCLUDED_XMLOFF_XMLICTXT_HXX #include "sal/config.h" #include "xmloff/dllapi.h" @@ -96,6 +96,6 @@ SV_DECL_REF( SvXMLImportContext ) SV_IMPL_REF( SvXMLImportContext ) -#endif // _XMLOFF_XMLICTXT_HXX +#endif // INCLUDED_XMLOFF_XMLICTXT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |