diff options
author | Michael E. Bohn <mbn@openoffice.org> | 2010-08-10 16:55:52 +0200 |
---|---|---|
committer | Michael E. Bohn <mbn@openoffice.org> | 2010-08-10 16:55:52 +0200 |
commit | 7c2b94d0a3352ee92e0202b1eba64254583798ae (patch) | |
tree | 8272f26046581e68d109430ecf961b8299090814 | |
parent | fefe083877e478d7a09299524ffdde85948a2bff (diff) |
mib18: #163120# adding the entrypoint for symbol Debug
-rw-r--r-- | oovbaapi/ooo/vba/excel/XGlobals.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XGlobals.idl b/oovbaapi/ooo/vba/excel/XGlobals.idl index 6ed51b2aa4c4..d05d7a75fefa 100644 --- a/oovbaapi/ooo/vba/excel/XGlobals.idl +++ b/oovbaapi/ooo/vba/excel/XGlobals.idl @@ -55,6 +55,8 @@ interface XGlobals: com::sun::star::uno::XInterface [attribute, readonly] ooo::vba::XAssistant Assistant; [attribute, readonly] any Selection; [attribute, readonly] XWorkbook ThisWorkbook; + [attribute, readonly] any Debug; + void Calculate() raises(com::sun::star::script::BasicErrorException); XRange Cells([in] any RowIndex, [in] any ColumnIndex); |