summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2015-06-14 18:50:01 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2015-06-14 18:50:01 +0200
commit3588a04f438b001cb64aa1fd86b28869f2c4e70b (patch)
tree841202b71953905130d499354b2b97cd9de577fe /include/svx
parent63ca46a0dc064de0bba52224449effeec3e90efc (diff)
tdf#89830: Ambiguous naming of character background
Use 'Highlighting' also on Character Dialog. Change-Id: Ie81d25651e5998a35b4e2646089b8f2c590cfb98
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/flagsdef.hxx1
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
{