diff options
Diffstat (limited to 'include/editeng/brushitem.hxx')
-rw-r--r-- | include/editeng/brushitem.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/brushitem.hxx b/include/editeng/brushitem.hxx index cf30544d6d7d..69e49b68e3ca 100644 --- a/include/editeng/brushitem.hxx +++ b/include/editeng/brushitem.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_BRSHITEM_HXX -#define _SVX_BRSHITEM_HXX +#ifndef INCLUDED_EDITENG_BRUSHITEM_HXX +#define INCLUDED_EDITENG_BRUSHITEM_HXX #include <svl/poolitem.hxx> #include <vcl/wall.hxx> @@ -124,6 +124,6 @@ public: static sal_Int8 TransparencyToPercent(sal_Int32 nTrans); }; -#endif // #ifndef _SVX_BRSHITEM_HXX +#endif // INCLUDED_EDITENG_BRUSHITEM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |