summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfcontrolwords.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-03 17:02:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-03 17:02:27 +0100
commit8899b47d2252fd1c2f58ba30558c4ec41d65e442 (patch)
tree63a893bbe7de538d8ec9b72bd49820b875d05f76 /writerfilter/source/rtftok/rtfcontrolwords.hxx
parentab587570a2aac453cc1259379221668b94775e69 (diff)
-Werror,-Wtautological-constant-out-of-range-compare
(If the underlying type of an unscoped enumeration is unfixed, it need not be signed.) Change-Id: I26a406504863512a0d3861ad8b28523b0a6dccaa
Diffstat (limited to 'writerfilter/source/rtftok/rtfcontrolwords.hxx')
-rw-r--r--writerfilter/source/rtftok/rtfcontrolwords.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/rtftok/rtfcontrolwords.hxx b/writerfilter/source/rtftok/rtfcontrolwords.hxx
index a29b86d33f42..d38a0b499e31 100644
--- a/writerfilter/source/rtftok/rtfcontrolwords.hxx
+++ b/writerfilter/source/rtftok/rtfcontrolwords.hxx
@@ -15,6 +15,7 @@ namespace rtftok {
enum RTFKeyword
{
+ RTF_invalid = -1,
RTF_HEXCHAR,
RTF_OPTHYPH,
RTF_IGNORE,