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