summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-03-01 16:44:03 +0100
committerMiklos Vajna <vmiklos@collabora.com>2022-03-25 13:41:59 +0100
commit461de6f712ebdc5a5a3f0e0563c50d92614f0760 (patch)
tree5f563c4b9c831f9e24a0e3d84f470233cb6f430c /sw/inc
parent864e9258ce61842091d7b37ee0a7b1d54b906289 (diff)
sw clearing breaks: add UNO API to insert this
This only allows the clear=all break type, the others are not yet handled. (cherry picked from commit 5028e5670da25ec1e8eeee62789b744c32e6108b) Conflicts: sw/qa/core/unocore/unocore.cxx Change-Id: Id4981b3cc0a8faca2166ad93827ae547f5539095 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132106 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unocoll.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx
index ae16ab4ab7bc..821d50ab4a2c 100644
--- a/sw/inc/unocoll.hxx
+++ b/sw/inc/unocoll.hxx
@@ -176,6 +176,7 @@ enum class SwServiceType {
VbaGlobals = 113,
StyleTable = 114,
StyleCell = 115,
+ LineBreak = 116,
Invalid = USHRT_MAX
};