diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2015-06-14 18:50:01 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2015-06-14 18:50:01 +0200 |
commit | 3588a04f438b001cb64aa1fd86b28869f2c4e70b (patch) | |
tree | 841202b71953905130d499354b2b97cd9de577fe /include | |
parent | 63ca46a0dc064de0bba52224449effeec3e90efc (diff) |
tdf#89830: Ambiguous naming of character background
Use 'Highlighting' also on Character Dialog.
Change-Id: Ie81d25651e5998a35b4e2646089b8f2c590cfb98
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/flagsdef.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/flagsdef.hxx b/include/svx/flagsdef.hxx index e0745205e3b2..c3795de7d66c 100644 --- a/include/svx/flagsdef.hxx +++ b/include/svx/flagsdef.hxx @@ -44,6 +44,7 @@ enum class SvxBackgroundTabFlags SHOW_SELECTOR = 0x01, SHOW_PARACTL = 0x02, SHOW_TBLCTL = 0x08, + SHOW_HIGHLIGHTING = 0x10, }; namespace o3tl { |