summaryrefslogtreecommitdiff
path: root/sw/inc/unobaseclass.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-03-31 09:43:24 +0200
committerMiklos Vajna <vmiklos@collabora.com>2022-03-31 10:37:07 +0200
commitc4268efef25129b162884312b15527f1e5c3bcb0 (patch)
tree69ce3e04167f2ef60540d79340a7210fa7e9c7be /sw/inc/unobaseclass.hxx
parentf0c7746e83e9c9f17f7c415ef3423c882a6de1ca (diff)
sw content controls: add UNO API to insert this
This only allows the default richText type, the others are not yet handled. Change-Id: I39f73ccd9e2c1f0db5735cf97301b01482063d1d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132350 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc/unobaseclass.hxx')
-rw-r--r--sw/inc/unobaseclass.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unobaseclass.hxx b/sw/inc/unobaseclass.hxx
index 5982a5d699ec..049d28b9a748 100644
--- a/sw/inc/unobaseclass.hxx
+++ b/sw/inc/unobaseclass.hxx
@@ -50,6 +50,7 @@ enum class CursorType
// a text range or cursor
SelectionInTable,
Meta, // meta/meta-field
+ ContentControl,
};
/*