summaryrefslogtreecommitdiff
path: root/svx/util
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-06-10 12:28:29 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2021-06-10 15:21:11 +0200
commit01379acedcdad4fc08c61b73b8500e758b88d5ae (patch)
treeab2a93f2f49151574bf9b807faaf37a3efc07a9e /svx/util
parentd693223b84b518701d308678801ccc50877490dc (diff)
svxcore: provide UNO constructor for com.sun.star.text.TextColumns
This allows to create it e.g. in Basic macros using CreateUnoService Change-Id: I949d3b92c83cd9e763244f70b22f0f367b93cb48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116970 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'svx/util')
-rw-r--r--svx/util/svxcore.component4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/util/svxcore.component b/svx/util/svxcore.component
index b36a8d71bcb4..d8989b71f4e9 100644
--- a/svx/util/svxcore.component
+++ b/svx/util/svxcore.component
@@ -92,4 +92,8 @@
constructor="com_sun_star_comp_svx_StylesPreviewToolBoxControl_get_implementation">
<service name="com.sun.star.frame.ToolbarController"/>
</implementation>
+ <implementation name="com.sun.star.comp.svx.TextColumns"
+ constructor="com_sun_star_comp_svx_TextColumns_get_implementation">
+ <service name="com.sun.star.text.TextColumns"/>
+ </implementation>
</component>