diff options
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r-- | sw/sdi/_textsh.sdi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 6cbbd75a1f..308a1b61ed 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: _textsh.sdi,v $ - * $Revision: 1.42 $ + * $Revision: 1.42.208.1 $ * * This file is part of OpenOffice.org. * @@ -1365,6 +1365,12 @@ interface BaseText StateMethod = GetTxtCtrlState; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] + SID_ATTR_CHAR_OVERLINE // status(final|play) + [ + ExecMethod = ExecTxtCtrl; + StateMethod = GetTxtCtrlState; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] SID_ATTR_FLASH // status(final|play) [ ExecMethod = ExecTxtCtrl; |