diff options
author | Mohit Marathe <mohitmarathe@proton.me> | 2024-04-12 23:31:51 +0530 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2024-04-25 07:45:54 +0200 |
commit | b51271b85387a57b4cdd20ee6277c1a955706fc1 (patch) | |
tree | ebf0b739117e1f356d8b7f26bd27879652aa0755 /sw/inc/viewsh.hxx | |
parent | a938ed2be520426ce7949c4fd30a6e7e31d7c279 (diff) |
tdf#76005 add TabsRelativeToIndent, TabOverMargin compat option to dialog
Change-Id: I17703c2fe388f485462bd82982664f0b4a14d537
Signed-off-by: Mohit Marathe <mohitmarathe@proton.me>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166040
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index a55da3bc1f69..9417702f5b86 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -447,6 +447,10 @@ public: SW_DLLPUBLIC void SetNoGapAfterNoteNumber(bool bNew); + SW_DLLPUBLIC void SetTabsRelativeToIndent(bool bNew); + + SW_DLLPUBLIC void SetTabOverMargin(bool bNew); + // DOCUMENT COMPATIBILITY FLAGS END // Calls Idle-formatter of Layout. |