summaryrefslogtreecommitdiffstats
path: root/include/editeng/wghtitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/wghtitem.hxx')
-rw-r--r--include/editeng/wghtitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/wghtitem.hxx b/include/editeng/wghtitem.hxx
index b10d74361dc8..548e232e0545 100644
--- a/include/editeng/wghtitem.hxx
+++ b/include/editeng/wghtitem.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_WGHTITEM_HXX
-#define _SVX_WGHTITEM_HXX
+#ifndef INCLUDED_EDITENG_WGHTITEM_HXX
+#define INCLUDED_EDITENG_WGHTITEM_HXX
#include <vcl/vclenum.hxx>
#include <svl/eitem.hxx>
@@ -71,6 +71,6 @@ public:
{ SetValue( (sal_uInt16)eNew ); }
};
-#endif // #ifndef _SVX_WGHTITEM_HXX
+#endif // INCLUDED_EDITENG_WGHTITEM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */