diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-22 18:18:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-22 18:19:19 +0200 |
commit | 520a67ccd3f974c66e222b3f5dbc6d343ec90666 (patch) | |
tree | 0095069e8ac314a0ac2182e9833f97e321bf14be /include/comphelper/syntaxhighlight.hxx | |
parent | 8e48edad588dbbb79c0857c3d8bbfd7434a40594 (diff) |
Make violation of "trailing OUString NUL is impl. detail" more obvious
Change-Id: I4e91b73dc276f984a4fe324c3a80cb94e8df6ee3
Diffstat (limited to 'include/comphelper/syntaxhighlight.hxx')
-rw-r--r-- | include/comphelper/syntaxhighlight.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/comphelper/syntaxhighlight.hxx b/include/comphelper/syntaxhighlight.hxx index 32790eeda030..7ad9e2af6ab0 100644 --- a/include/comphelper/syntaxhighlight.hxx +++ b/include/comphelper/syntaxhighlight.hxx @@ -71,9 +71,6 @@ struct HighlightPortion { #define CHAR_SPACE 0x0100 #define CHAR_EOL 0x0200 -#define CHAR_EOF 0x00 - - // Language mode of the Highlighter (possibly to be refined later with keyword // lists, C comment flags) enum HighlighterLanguage |