summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2023-02-28 09:42:16 -0400
committerHenry Castro <hcastro@collabora.com>2023-06-21 17:18:40 +0200
commitba38ef8f7733a8fcfdc9228c5cf746c3130976c7 (patch)
tree7bf52260b61cab0b5a4674c8e9b09437c39030cb /include
parent2bef6e112b5ed9b37fafd71a71b883d01c8716d7 (diff)
editeng: add setter function SingleLine
Signed-off-by: Henry Castro <hcastro@collabora.com> Change-Id: I66cad37e1d3728369f0a08195bf85e6c0d50f0ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148000 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153399 Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/editeng/editeng.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index b31b77160ad5..85accc9d36e3 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -404,6 +404,8 @@ public:
bool IsFlatMode() const;
void SetFlatMode( bool bFlat );
+ void SetSingleLine( bool bValue );
+
void SetControlWord( EEControlBits nWord );
EEControlBits GetControlWord() const;