diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-19 10:16:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-19 11:04:15 +0200 |
commit | 2e488d7bd3b71e588cd1862a56c489dd7070474c (patch) | |
tree | b97f71eb7d20ab61d804110db7bd535ec6392a37 /editeng | |
parent | e46e8d19458fd64ff20b1013e5eeabd07e62379c (diff) |
All uses of LINE_SEP are fine with a char literal
Change-Id: I057c2d346be6a6775f01a3a32edd4fc8224271a5
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/impedit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx index 4866523f5171..bad7347ae36a 100644 --- a/editeng/source/editeng/impedit.hxx +++ b/editeng/source/editeng/impedit.hxx @@ -74,7 +74,7 @@ #define GETCRSR_ENDOFLINE 0x0004 #define GETCRSR_PREFERPORTIONSTART 0x0008 -#define LINE_SEP 0x0A +#define LINE_SEP '\x0A' class EditView; class EditEngine; |