summaryrefslogtreecommitdiff
path: root/include/unotools/fontcvt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/fontcvt.hxx')
-rw-r--r--include/unotools/fontcvt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/fontcvt.hxx b/include/unotools/fontcvt.hxx
index 216ebcac101b..2beda5d8a77b 100644
--- a/include/unotools/fontcvt.hxx
+++ b/include/unotools/fontcvt.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UNOTOOLS_FONTCVT_HXX
-#define _UNOTOOLS_FONTCVT_HXX
+#ifndef INCLUDED_UNOTOOLS_FONTCVT_HXX
+#define INCLUDED_UNOTOOLS_FONTCVT_HXX
#include <unotools/unotoolsdllapi.h>
#include <rtl/ustring.hxx>
@@ -69,6 +69,6 @@ public:
//The users of this might want to make a distinction between failed characters
//which were inside and those outside the unicode private area.
UNOTOOLS_DLLPUBLIC StarSymbolToMSMultiFont *CreateStarSymbolToMSMultiFont(bool bPerfectOnly=false);
-#endif // _UNOTOOLS_FONTCVT_HXX
+#endif // INCLUDED_UNOTOOLS_FONTCVT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */