diff options
Diffstat (limited to 'include/xmloff/attrlist.hxx')
-rw-r--r-- | include/xmloff/attrlist.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/attrlist.hxx b/include/xmloff/attrlist.hxx index cc0d6aa14f65..1e6be30a5bd9 100644 --- a/include/xmloff/attrlist.hxx +++ b/include/xmloff/attrlist.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XMLOFF_ATTRLIST_HXX -#define _XMLOFF_ATTRLIST_HXX +#ifndef INCLUDED_XMLOFF_ATTRLIST_HXX +#define INCLUDED_XMLOFF_ATTRLIST_HXX #include "sal/config.h" #include "xmloff/dllapi.h" @@ -81,6 +81,6 @@ public: }; -#endif // _XMLOFF_ATTRLIST_HXX +#endif // INCLUDED_XMLOFF_ATTRLIST_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |