summaryrefslogtreecommitdiffstats
path: root/include/vcl/inputctx.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-11 14:06:49 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-15 05:51:53 +0000
commitd64395704e1a41e8f39e70a219ce3be90928e04d (patch)
treef04fd671709347e82752f2faa3aab30c9a0a9faf /include/vcl/inputctx.hxx
parentRevert "add CUMPRINC test case" (diff)
downloadcore-d64395704e1a41e8f39e70a219ce3be90928e04d.tar.gz
core-d64395704e1a41e8f39e70a219ce3be90928e04d.zip
loplugin:unusedenumconstants in unotools..xmlhelp
Change-Id: Id7ddc0fc1f57c5e8e7fb002e31d54fb8e9f8ffab Reviewed-on: https://gerrit.libreoffice.org/28050 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/inputctx.hxx')
-rw-r--r--include/vcl/inputctx.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/vcl/inputctx.hxx b/include/vcl/inputctx.hxx
index 49f0c8f260b3..95c860e1a902 100644
--- a/include/vcl/inputctx.hxx
+++ b/include/vcl/inputctx.hxx
@@ -30,13 +30,11 @@ enum class InputContextFlags
{
NONE = 0x0000,
Text = 0x0001,
- ExtText = 0x0002,
- ExtTextOn = 0x0004,
- ExtTextOff = 0x0008,
+ ExtText = 0x0002
};
namespace o3tl
{
- template<> struct typed_flags<InputContextFlags> : is_typed_flags<InputContextFlags, 0x000f> {};
+ template<> struct typed_flags<InputContextFlags> : is_typed_flags<InputContextFlags, 0x0003> {};
}