diff options
Diffstat (limited to 'include/xmloff/xmlnumi.hxx')
-rw-r--r-- | include/xmloff/xmlnumi.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmlnumi.hxx b/include/xmloff/xmlnumi.hxx index ea547379f261..5371b8cc14b3 100644 --- a/include/xmloff/xmlnumi.hxx +++ b/include/xmloff/xmlnumi.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XMLOFF_XMLNUMI_HXX -#define _XMLOFF_XMLNUMI_HXX +#ifndef INCLUDED_XMLOFF_XMLNUMI_HXX +#define INCLUDED_XMLOFF_XMLNUMI_HXX #include <com/sun/star/container/XIndexReplace.hpp> @@ -99,6 +99,6 @@ public: void CreateAndInsertAuto() const; }; -#endif // _XMLOFF_XMLNUMI_HXX +#endif // INCLUDED_XMLOFF_XMLNUMI_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |