summaryrefslogtreecommitdiffstats
path: root/include/editeng/fontitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/fontitem.hxx')
-rw-r--r--include/editeng/fontitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/fontitem.hxx b/include/editeng/fontitem.hxx
index 0536c79ca33c..c28116265426 100644
--- a/include/editeng/fontitem.hxx
+++ b/include/editeng/fontitem.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_FONTITEM_HXX
-#define _SVX_FONTITEM_HXX
+#ifndef INCLUDED_EDITENG_FONTITEM_HXX
+#define INCLUDED_EDITENG_FONTITEM_HXX
#include <editeng/editengdllapi.h>
#include <rtl/ustring.hxx>
@@ -92,7 +92,7 @@ public:
EDITENG_DLLPUBLIC void GetDefaultFonts( SvxFontItem& rLatin, SvxFontItem& rAsian,
SvxFontItem& rComplex );
-#endif // #ifndef _SVX_FONTITEM_HXX
+#endif // INCLUDED_EDITENG_FONTITEM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */