diff options
Diffstat (limited to 'include/xmloff/table')
-rw-r--r-- | include/xmloff/table/XMLTableExport.hxx | 4 | ||||
-rw-r--r-- | include/xmloff/table/XMLTableImport.hxx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/xmloff/table/XMLTableExport.hxx b/include/xmloff/table/XMLTableExport.hxx index e93c0a244a51..777efb446ce8 100644 --- a/include/xmloff/table/XMLTableExport.hxx +++ b/include/xmloff/table/XMLTableExport.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 _XMLOFF_XMLTABLEEXPORT_HXX -#define _XMLOFF_XMLTABLEEXPORT_HXX +#ifndef INCLUDED_XMLOFF_TABLE_XMLTABLEEXPORT_HXX +#define INCLUDED_XMLOFF_TABLE_XMLTABLEEXPORT_HXX #include "sal/config.h" diff --git a/include/xmloff/table/XMLTableImport.hxx b/include/xmloff/table/XMLTableImport.hxx index fec6b37e0eaa..eafa9ebe7cfc 100644 --- a/include/xmloff/table/XMLTableImport.hxx +++ b/include/xmloff/table/XMLTableImport.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef XMLTABLEIMPORT_HXX_ -#define XMLTABLEIMPORT_HXX_ +#ifndef INCLUDED_XMLOFF_TABLE_XMLTABLEIMPORT_HXX +#define INCLUDED_XMLOFF_TABLE_XMLTABLEIMPORT_HXX #include <com/sun/star/table/XColumnRowRange.hpp> @@ -67,6 +67,6 @@ private: XMLTableTemplateMap maTableTemplates; }; -#endif /*XMLTABLEIMPORT_HXX_*/ +#endif // INCLUDED_XMLOFF_TABLE_XMLTABLEIMPORT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |