summaryrefslogtreecommitdiffstats
path: root/include/editeng/shaditem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/shaditem.hxx')
-rw-r--r--include/editeng/shaditem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/shaditem.hxx b/include/editeng/shaditem.hxx
index e76c77a7ec4e..5c47b9b71bea 100644
--- a/include/editeng/shaditem.hxx
+++ b/include/editeng/shaditem.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_SHADITEM_HXX
-#define _SVX_SHADITEM_HXX
+#ifndef INCLUDED_EDITENG_SHADITEM_HXX
+#define INCLUDED_EDITENG_SHADITEM_HXX
#include <tools/color.hxx>
#include <svl/eitem.hxx>
@@ -93,6 +93,6 @@ inline SvxShadowItem &SvxShadowItem::operator=( const SvxShadowItem& rFmtShadow
return *this;
}
-#endif // #ifndef _SVX_SHADITEM_HXX
+#endif // INCLUDED_EDITENG_SHADITEM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */