diff options
Diffstat (limited to 'include/unotools/configitem.hxx')
-rw-r--r-- | include/unotools/configitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/configitem.hxx b/include/unotools/configitem.hxx index 16153e20715f..0c24857aef7b 100644 --- a/include/unotools/configitem.hxx +++ b/include/unotools/configitem.hxx @@ -52,7 +52,7 @@ enum class ConfigItemMode namespace o3tl { - template<> struct typed_flags<ConfigItemMode> : is_typed_flags<ConfigItemMode, 0x07> {}; + template<> struct typed_flags<ConfigItemMode> : is_typed_flags<ConfigItemMode, 0x06> {}; } namespace utl |