summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-04-25 17:04:49 +0300
committerTor Lillqvist <tml@collabora.com>2018-05-31 21:59:19 +0300
commite049fb311ad408ccd08f0ca5d45a9f1fba25cb7c (patch)
treeb466eb43fa44df36741406b29353f9502fb3d70a /oovbaapi
parentd237c57129d5f73b6b89c88703b6f04bcf5a0d19 (diff)
Add Author property to ooo::vba::excel::XWorkbook and implement it
Corresponds to the Author attribute of css::document::XDocumentProperties. I.e. the initial creator of the document. Change-Id: I07d3ce9dfb87900948d2bb7af14109b17546fb4c (cherry picked from commit 034e8bfafadf3dfe930447696b7a686345aa6632)
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/excel/XWorkbook.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XWorkbook.idl b/oovbaapi/ooo/vba/excel/XWorkbook.idl
index 2c9b5871fdb6..fe310e2adc1a 100644
--- a/oovbaapi/ooo/vba/excel/XWorkbook.idl
+++ b/oovbaapi/ooo/vba/excel/XWorkbook.idl
@@ -32,6 +32,7 @@ interface XWorkbook
[attribute, readonly] string CodeName;
[attribute, readonly] long FileFormat;
[attribute] boolean PrecisionAsDisplayed;
+ [attribute] string Author;
any Worksheets( [in] any Index );
any Styles( [in] any Index ) raises (com::sun::star::script::BasicErrorException);