diff options
author | Jakub Trzebiatowski <ubap.dev@gmail.com> | 2016-05-30 22:07:04 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-06-01 18:51:46 +0000 |
commit | fe10783e4abd5509676c777c7aa6f172ab3a8bf6 (patch) | |
tree | 1beaf7087faf523361ddcbbc191c64fe932f98d4 /offapi | |
parent | c14627d66ca8d9fe14272fadb5305857101f513e (diff) |
sw UNO API XTextTable add TableTemplateName property
Change-Id: I8450fd4003ad5f9b082817765a2d44fc00dea15e
Reviewed-on: https://gerrit.libreoffice.org/25688
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/TextTable.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/TextTable.idl b/offapi/com/sun/star/text/TextTable.idl index 23ff27870471..e47ad56c4aee 100644 --- a/offapi/com/sun/star/text/TextTable.idl +++ b/offapi/com/sun/star/text/TextTable.idl @@ -221,6 +221,12 @@ published service TextTable */ [optional, property] sequence<com::sun::star::beans::PropertyValue> TableInteropGrabBag; + /** contains the name of table style used by the table. + + @since LibreOffice 5.3 + */ + [optional, property] string TableTemplateName; + }; |