diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-04-22 01:09:24 +0400 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2017-04-23 13:30:13 +0200 |
commit | f586c7ec352b3b7b23dba0e1e774d85b1c14e2b7 (patch) | |
tree | ab011fe8680323aab2588de9389e498c6421c68f /sw | |
parent | dff3d8ca4c17a649d2ac6ced448df9c784497d41 (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 'sw')
-rw-r--r-- | sw/source/uibase/shells/annotsh.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/shells/drwtxtex.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/shells/textsh1.cxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/uibase/shells/annotsh.cxx b/sw/source/uibase/shells/annotsh.cxx index c51072f5695c..a4a3c8f78204 100644 --- a/sw/source/uibase/shells/annotsh.cxx +++ b/sw/source/uibase/shells/annotsh.cxx @@ -851,8 +851,6 @@ void SwAnnotationShell::GetState(SfxItemSet& rSet) break; case SID_INSERT_RLM : case SID_INSERT_LRM : - case SID_INSERT_ZWNBSP : - case SID_INSERT_ZWSP: { SvtCTLOptions aCTLOptions; bool bEnabled = aCTLOptions.IsCTLFontEnabled(); diff --git a/sw/source/uibase/shells/drwtxtex.cxx b/sw/source/uibase/shells/drwtxtex.cxx index 186ab8fcc0e1..b875b49d721f 100644 --- a/sw/source/uibase/shells/drwtxtex.cxx +++ b/sw/source/uibase/shells/drwtxtex.cxx @@ -872,8 +872,6 @@ ASK_ESCAPE: break; case SID_INSERT_RLM : case SID_INSERT_LRM : - case SID_INSERT_ZWNBSP : - case SID_INSERT_ZWSP: { SvtCTLOptions aCTLOptions; bool bEnabled = aCTLOptions.IsCTLFontEnabled(); diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index c4fd2b696f8d..a01601192167 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -1847,8 +1847,6 @@ void SwTextShell::GetState( SfxItemSet &rSet ) break; case SID_INSERT_RLM : case SID_INSERT_LRM : - case SID_INSERT_ZWNBSP : - case SID_INSERT_ZWSP: { SvtCTLOptions aCTLOptions; bool bEnabled = aCTLOptions.IsCTLFontEnabled(); |