diff options
author | Adesola Samuel <adesolasamuel2022@outlook.com> | 2024-10-30 16:05:15 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2024-10-31 14:46:30 +0100 |
commit | 71d2849bf62c21672626cc5fa9729677ef5ef292 (patch) | |
tree | 0b337b61d75e53ccaff8101460fd9a5abe8dc938 /sw/inc/viewsh.hxx | |
parent | 50a0bb366da12eab4ac673609c8335102915171c (diff) |
tdf#153138 Add IgnoreTabsAndBlanksForLineCalculation compat opt to dialog
IgnoreTabsAndBlanksForLineCalculation was added to the option->
writer->compatibility options with the label "Make whitespace
character height not affect line height"
Change-Id: I8b99409b01ba2af635018d15cde2e549dff92732
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175831
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 1752a167d149..eaa1630cd084 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -456,6 +456,8 @@ public: SW_DLLPUBLIC void SetMsWordCompGridMetrics(bool bMsWordCompGridMetrics); + SW_DLLPUBLIC void SetIgnoreTabsAndBlanksForLineCalculation(bool bIgnoreTabsAndBlanksForLineCalculation); + // DOCUMENT COMPATIBILITY FLAGS END // Calls Idle-formatter of Layout. |