summaryrefslogtreecommitdiff
path: root/include/vcl/outdevstate.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/outdevstate.hxx
parent9532f45ff009f67940c77dccd463f3088866b75e (diff)
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/outdevstate.hxx')
-rw-r--r--include/vcl/outdevstate.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/outdevstate.hxx b/include/vcl/outdevstate.hxx
index adf915d42059..4a509a15e063 100644
--- a/include/vcl/outdevstate.hxx
+++ b/include/vcl/outdevstate.hxx
@@ -68,11 +68,10 @@ enum class ComplexTextLayoutFlags
TextOriginLeft = 0x0004,
TextOriginRight = 0x0008,
ComplexDisabled = 0x0100,
- LigaturesEnabled = 0x0200,
- SubstituteDigits = 0x0400
+ LigaturesEnabled = 0x0200
};
namespace o3tl {
- template<> struct typed_flags<ComplexTextLayoutFlags> : is_typed_flags<ComplexTextLayoutFlags, 0x070f> {};
+ template<> struct typed_flags<ComplexTextLayoutFlags> : is_typed_flags<ComplexTextLayoutFlags, 0x030f> {};
}
class OutDevState