diff options
author | Khaled Hosny <khaled@libreoffice.org> | 2024-02-24 11:18:04 +0200 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2024-02-24 13:40:42 +0100 |
commit | 6cad38dece31eb035a9685ed8d123a74a0b69637 (patch) | |
tree | 1cb785d6fb179d28cae5f101de572b6cff0bdbe9 /include | |
parent | fe84ced08668ef0030fbd37bea52424fd86c8e7a (diff) |
tdf#159251: Blind fix
Hopefully fixes regression introduced in:
commit 611694b707eb43e4c0f20b781f6869016a3ba099
Author: Khaled Hosny <khaled@libreoffice.org>
Date: Thu Aug 17 17:39:29 2023 +0300
vcl: Allow pushing/popping OutputDevice’s RTLEnabled state
Change-Id: I9236bd6951d83a512390934127031204d94d14bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163877
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/rendercontext/State.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/rendercontext/State.hxx b/include/vcl/rendercontext/State.hxx index 0359a486e4b2..33970dcccb7f 100644 --- a/include/vcl/rendercontext/State.hxx +++ b/include/vcl/rendercontext/State.hxx @@ -67,7 +67,7 @@ template <> struct typed_flags<vcl::PushFlags> : is_typed_flags<vcl::PushFlags, #define PUSH_ALLFONT \ (vcl::PushFlags::TEXTCOLOR | vcl::PushFlags::TEXTFILLCOLOR | vcl::PushFlags::TEXTLINECOLOR \ | vcl::PushFlags::OVERLINECOLOR | vcl::PushFlags::TEXTALIGN | vcl::PushFlags::TEXTLAYOUTMODE \ - | vcl::PushFlags::TEXTLANGUAGE | vcl::PushFlags::RTLENABLED | vcl::PushFlags::FONT) + | vcl::PushFlags::TEXTLANGUAGE | vcl::PushFlags::FONT) namespace vcl::text { |