diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2017-06-29 10:33:45 +0200 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2017-06-30 09:35:50 +0200 |
commit | af3a46d7630a26fd4d54a3b47a3d9beaa5e88c83 (patch) | |
tree | 098bdc67fb69a6bfb8f07f4d19c89dae305ed7f6 /oovbaapi/ooo/vba | |
parent | c1845e4970143e5f8d8d6386c297319c2185d3a4 (diff) |
oovbaapi: add Borders.TintAndShade Property
As documented at:
https://msdn.microsoft.com/VBA/Excel-VBA/articles/borders-tintandshade-property-excel
A stub for now.
Change-Id: Id422f3585ced7df59112f6757aeef0860bb0210e
Reviewed-on: https://gerrit.libreoffice.org/39381
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'oovbaapi/ooo/vba')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XBorder.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XBorder.idl b/oovbaapi/ooo/vba/excel/XBorder.idl index f13ba825257b..b49a1d7c5c8e 100644 --- a/oovbaapi/ooo/vba/excel/XBorder.idl +++ b/oovbaapi/ooo/vba/excel/XBorder.idl @@ -35,6 +35,7 @@ interface XBorder [attribute] any ColorIndex; [attribute] any LineStyle; [attribute] any Weight; + [attribute] any TintAndShade; }; |