summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-05-15 15:40:38 +0300
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:26:06 -0400
commit5b9a7813f9286b5ca4c0538ff8b8005236394611 (patch)
treedf409cae16d4559ae978dff93d1853cee41e6189 /sc
parent8ca1000940a7657967449ce12e681d4c56f6dda7 (diff)
tdf#99783 Invalidate SID_ATTR_CHAR_OVERLINE
Change-Id: I450f3922408879ec812e4a92fc4950388ce00a73 (cherry picked from commit 4154f8bc5a905a39f18914613788b3a17f139745)
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/app/inputhdl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index 392aea058de5..cb8fcf35b7d4 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -2287,6 +2287,7 @@ void ScInputHandler::InvalidateAttribs()
rBindings.Invalidate( SID_ATTR_CHAR_WEIGHT );
rBindings.Invalidate( SID_ATTR_CHAR_POSTURE );
rBindings.Invalidate( SID_ATTR_CHAR_UNDERLINE );
+ rBindings.Invalidate( SID_ATTR_CHAR_OVERLINE );
rBindings.Invalidate( SID_ULINE_VAL_NONE );
rBindings.Invalidate( SID_ULINE_VAL_SINGLE );
rBindings.Invalidate( SID_ULINE_VAL_DOUBLE );