summaryrefslogtreecommitdiff
path: root/include/svtools/htmltokn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/htmltokn.h')
-rw-r--r--include/svtools/htmltokn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/htmltokn.h b/include/svtools/htmltokn.h
index a7c1aaffa54b..8f91be906a8a 100644
--- a/include/svtools/htmltokn.h
+++ b/include/svtools/htmltokn.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _HTMLTOKN_H
-#define _HTMLTOKN_H
+#ifndef INCLUDED_SVTOOLS_HTMLTOKN_H
+#define INCLUDED_SVTOOLS_HTMLTOKN_H
#include "svtools/svtdllapi.h"
#include <sal/types.h>
@@ -459,6 +459,6 @@ HTML_O_UNKNOWN = HTML_OPTION_CONTEXT_END,
HTML_OPTION_END
};
-#endif // _HTMLTOKN_H
+#endif // INCLUDED_SVTOOLS_HTMLTOKN_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */