diff options
author | npower Developer <npower@openoffice.org> | 2010-04-07 17:02:52 +0100 |
---|---|---|
committer | npower Developer <npower@openoffice.org> | 2010-04-07 17:02:52 +0100 |
commit | 708b462a826eef5634275fa0400ec003c310619f (patch) | |
tree | b8a98a07fe9c323e177f4f0cd902852b8a2fce8b /oovbaapi | |
parent | 6302434c682f559337bb3b4efc8e2d6ceadd9341 (diff) |
npower13_objectmodule: #i110672# fix Application.ThisWorkbook ( from dr )
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XApplication.idl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/oovbaapi/ooo/vba/excel/XApplication.idl b/oovbaapi/ooo/vba/excel/XApplication.idl index 1a29a0d0c459..e4c063d161cf 100644 --- a/oovbaapi/ooo/vba/excel/XApplication.idl +++ b/oovbaapi/ooo/vba/excel/XApplication.idl @@ -61,10 +61,6 @@ interface XApplication : com::sun::star::uno::XInterface [attribute, readonly] XWorksheet ActiveSheet; [attribute, readonly] ooo::vba::XAssistant Assistant; [attribute] long Calculation; - //#TODO #FIXME this is more of a placeholder, will return - // the value of activeworkbook, in xl 'ThisWorkbook' should return the - // workbook in which the 'calling' macro is running. Should be possible - // to determine this [attribute, readonly] XWorkbook ThisWorkbook; [attribute, readonly] string Name; [attribute] boolean DisplayAlerts; |