summaryrefslogtreecommitdiff
path: root/include/unotools/fontcfg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/fontcfg.hxx')
-rw-r--r--include/unotools/fontcfg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/fontcfg.hxx b/include/unotools/fontcfg.hxx
index e33397f289c6..0bae1e42c2b5 100644
--- a/include/unotools/fontcfg.hxx
+++ b/include/unotools/fontcfg.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 _UNOTOOLS_FONTCFG_HXX
-#define _UNOTOOLS_FONTCFG_HXX
+#ifndef INCLUDED_UNOTOOLS_FONTCFG_HXX
+#define INCLUDED_UNOTOOLS_FONTCFG_HXX
#include <i18nlangtag/languagetag.hxx>
#include <unotools/unotoolsdllapi.h>
@@ -183,6 +183,6 @@ public:
} // namespace utl
-#endif // _UNOTOOLS_FONTCFG_HXX
+#endif // INCLUDED_UNOTOOLS_FONTCFG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */