diff options
Diffstat (limited to 'include/editeng/frmdiritem.hxx')
-rw-r--r-- | include/editeng/frmdiritem.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/frmdiritem.hxx b/include/editeng/frmdiritem.hxx index 6ea04dc66f09..3b4e8ddbe870 100644 --- a/include/editeng/frmdiritem.hxx +++ b/include/editeng/frmdiritem.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 _SVX_FRMDIRITEM_HXX -#define _SVX_FRMDIRITEM_HXX +#ifndef INCLUDED_EDITENG_FRMDIRITEM_HXX +#define INCLUDED_EDITENG_FRMDIRITEM_HXX #include <svl/intitem.hxx> #include <editeng/frmdir.hxx> @@ -63,6 +63,6 @@ public: } }; -#endif // #ifndef _SVX_FRMDIRITEM_HXX +#endif // INCLUDED_EDITENG_FRMDIRITEM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |