summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-06-07 17:39:40 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-06-08 08:06:40 +0200
commitd8a84e7df7ad75362d4fb2db9aa2f1de0a025654 (patch)
treeb12c3ee2c70c214af7ac0461f8a78c02526cfab7 /oovbaapi
parent1365a9f95a8e97a8ec9bbf9a351f9f4ab2696d92 (diff)
oovbaapi: add Interior.TintAndShade Property (Excel)
As documented at <https://msdn.microsoft.com/en-us/library/office/ff197557.aspx>. Change-Id: I4ffa74293978e4642e043a9cda80a7b4a9b5512c Reviewed-on: https://gerrit.libreoffice.org/38523 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/excel/XInterior.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XInterior.idl b/oovbaapi/ooo/vba/excel/XInterior.idl
index 06baa2645864..71ec105ac86c 100644
--- a/oovbaapi/ooo/vba/excel/XInterior.idl
+++ b/oovbaapi/ooo/vba/excel/XInterior.idl
@@ -39,6 +39,7 @@ interface XInterior
[attribute] any PatternColor;
[attribute] any PatternColorIndex;
[attribute] any ThemeColor;
+ [attribute] any TintAndShade;
};