summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-05-15 15:40:38 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2016-05-15 15:42:40 +0300
commit4154f8bc5a905a39f18914613788b3a17f139745 (patch)
treedcb1e92c5ae5b6a8576858db3c3a044619d58434
parente11afdff0199cb212401f9424ac40cd69784cfdc (diff)
tdf#99783 Invalidate SID_ATTR_CHAR_OVERLINE
Change-Id: I450f3922408879ec812e4a92fc4950388ce00a73
-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 afaccd2c1ca9..48b335166dfa 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -2442,6 +2442,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 );