summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewutil.cxx
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2017-04-22 01:09:24 +0400
committerKhaled Hosny <khaledhosny@eglug.org>2017-04-23 13:30:13 +0200
commitf586c7ec352b3b7b23dba0e1e774d85b1c14e2b7 (patch)
treeab011fe8680323aab2588de9389e498c6421c68f /sc/source/ui/view/viewutil.cxx
parentdff3d8ca4c17a649d2ac6ced448df9c784497d41 (diff)
tdf#104610 Always enabled no-width break formatting marks
Change-Id: I0708a61d43bfa44dac19683b200975e3a6da788a Reviewed-on: https://gerrit.libreoffice.org/36807 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'sc/source/ui/view/viewutil.cxx')
-rw-r--r--sc/source/ui/view/viewutil.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/view/viewutil.cxx b/sc/source/ui/view/viewutil.cxx
index bd4afc6e47e3..8c00d51c6028 100644
--- a/sc/source/ui/view/viewutil.cxx
+++ b/sc/source/ui/view/viewutil.cxx
@@ -323,8 +323,6 @@ void ScViewUtil::HideDisabledSlot( SfxItemSet& rSet, SfxBindings& rBindings, sal
case SID_INSERT_RLM:
case SID_INSERT_LRM:
- case SID_INSERT_ZWNBSP:
- case SID_INSERT_ZWSP:
bEnabled = aCTLOptions.IsCTLFontEnabled();
break;