summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel
diff options
context:
space:
mode:
authornpower Developer <npower@openoffice.org>2010-04-07 17:02:52 +0100
committernpower Developer <npower@openoffice.org>2010-04-07 17:02:52 +0100
commit708b462a826eef5634275fa0400ec003c310619f (patch)
treeb8a98a07fe9c323e177f4f0cd902852b8a2fce8b /oovbaapi/ooo/vba/excel
parent6302434c682f559337bb3b4efc8e2d6ceadd9341 (diff)
npower13_objectmodule: #i110672# fix Application.ThisWorkbook ( from dr )
Diffstat (limited to 'oovbaapi/ooo/vba/excel')
-rw-r--r--oovbaapi/ooo/vba/excel/XApplication.idl4
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;