diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-06-12 09:31:03 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-06-12 11:56:01 +0200 |
commit | 23cf6dbe4d35d0d9beeaa2193247c6f67a869c66 (patch) | |
tree | 997289dac0a383d094fb9fb228bf96ef9f69b324 /sw/source/uibase/inc/optpage.hxx | |
parent | a691c1e0405993e8cb40212d532d66c08184da2c (diff) |
tdf#108427 Direct cursor: Add option to insert only spaces
Change-Id: I1136688ec8af44c533f4dd40a9a4b24ea59992ef
Reviewed-on: https://gerrit.libreoffice.org/38685
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/source/uibase/inc/optpage.hxx')
-rw-r--r-- | sw/source/uibase/inc/optpage.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/optpage.hxx b/sw/source/uibase/inc/optpage.hxx index 71c2330cf2f2..c770edf18bb2 100644 --- a/sw/source/uibase/inc/optpage.hxx +++ b/sw/source/uibase/inc/optpage.hxx @@ -251,6 +251,7 @@ class SwShdwCursorOptionsTabPage : public SfxTabPage VclPtr<RadioButton> m_pFillMarginRB; VclPtr<RadioButton> m_pFillIndentRB; VclPtr<RadioButton> m_pFillTabRB; + VclPtr<RadioButton> m_pFillTabAndSpaceRB; VclPtr<RadioButton> m_pFillSpaceRB; VclPtr<VclFrame> m_pCursorProtFrame; |