summaryrefslogtreecommitdiff
path: root/include/editeng/editview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/editview.hxx')
-rw-r--r--include/editeng/editview.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx
index 2f55ca43a996..f4c727c8319e 100644
--- a/include/editeng/editview.hxx
+++ b/include/editeng/editview.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
// MyEDITVIEW, due to exported EditView
-#ifndef _MyEDITVIEW_HXX
-#define _MyEDITVIEW_HXX
+#ifndef INCLUDED_EDITENG_EDITVIEW_HXX
+#define INCLUDED_EDITENG_EDITVIEW_HXX
#include <com/sun/star/i18n/WordType.hpp>
@@ -242,6 +242,6 @@ public:
bool bIsParaText );
};
-#endif // _MyEDITVIEW_HXX
+#endif // INCLUDED_EDITENG_EDITVIEW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */