diff options
Diffstat (limited to 'include/editeng/writingmodeitem.hxx')
-rw-r--r-- | include/editeng/writingmodeitem.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/writingmodeitem.hxx b/include/editeng/writingmodeitem.hxx index c1ad81587f42..d97422497640 100644 --- a/include/editeng/writingmodeitem.hxx +++ b/include/editeng/writingmodeitem.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_WRITINGMODEITEM_HXX -#define _SVX_WRITINGMODEITEM_HXX +#ifndef INCLUDED_EDITENG_WRITINGMODEITEM_HXX +#define INCLUDED_EDITENG_WRITINGMODEITEM_HXX #include <com/sun/star/text/WritingMode.hpp> #include <svl/intitem.hxx> @@ -52,6 +52,6 @@ public: virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ); }; -#endif // #ifndef _SVX_WRITINGMODEITEM_HXX +#endif // INCLUDED_EDITENG_WRITINGMODEITEM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |