From 50f4e1883c2e9eb8ec25ad9095889fc7699440dd Mon Sep 17 00:00:00 2001 From: Tamas Bunth Date: Sat, 24 Jun 2017 12:58:20 +0200 Subject: oovbaapi: add Application.OperatingSystem property MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit stub As documented at: https://msdn.microsoft.com/en-us/vba/excel-vba/articles/application-operatingsystem-property-excel Change-Id: I2ccf17c698eb631e7b5ca420752b2268d2142d2a Reviewed-on: https://gerrit.libreoffice.org/39208 Tested-by: Jenkins Reviewed-by: Tamás Bunth --- oovbaapi/ooo/vba/excel/XApplication.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'oovbaapi') diff --git a/oovbaapi/ooo/vba/excel/XApplication.idl b/oovbaapi/ooo/vba/excel/XApplication.idl index a8de92208937..153ed8bfc952 100644 --- a/oovbaapi/ooo/vba/excel/XApplication.idl +++ b/oovbaapi/ooo/vba/excel/XApplication.idl @@ -67,6 +67,7 @@ interface XApplication [attribute, readonly] string LibraryPath; [attribute, readonly] string TemplatesPath; [attribute, readonly] string PathSeparator; + [attribute, readonly] string OperatingSystem; void setDefaultFilePath([in] string DefaultFilePath) raises(com::sun::star::script::BasicErrorException); -- cgit