diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-03-31 09:43:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-03-31 10:37:07 +0200 |
commit | c4268efef25129b162884312b15527f1e5c3bcb0 (patch) | |
tree | 69ce3e04167f2ef60540d79340a7210fa7e9c7be /sw/Library_sw.mk | |
parent | f0c7746e83e9c9f17f7c415ef3423c882a6de1ca (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/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index c63efce27993..609be7281d53 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -481,6 +481,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/core/unocore/unobkm \ sw/source/core/unocore/unochart \ sw/source/core/unocore/unocoll \ + sw/source/core/unocore/unocontentcontrol \ sw/source/core/unocore/unocrsr \ sw/source/core/unocore/unocrsrhelper \ sw/source/core/unocore/unodraw \ |