summaryrefslogtreecommitdiffstats
path: root/include/editeng/editobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/editobj.hxx')
-rw-r--r--include/editeng/editobj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx
index 3f78126a75e3..73d91af4fb21 100644
--- a/include/editeng/editobj.hxx
+++ b/include/editeng/editobj.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDITOBJ_HXX
-#define _EDITOBJ_HXX
+#ifndef INCLUDED_EDITENG_EDITOBJ_HXX
+#define INCLUDED_EDITENG_EDITOBJ_HXX
#include <tools/stream.hxx>
#include <tools/debug.hxx>
@@ -151,6 +151,6 @@ public:
#endif
};
-#endif // _EDITOBJ_HXX
+#endif // INCLUDED_EDITENG_EDITOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */