summaryrefslogtreecommitdiff
path: root/oovbaapi
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
commitebdcaf692cd780bdf0fd0f640e0dbcdd4ad57b7e (patch)
tree23b7dc48426d14a96db5c1a1c1c86252b4aa5b68 /oovbaapi
parent461c21d66df96f1131d2b20ee89493090ce3335e (diff)
npower13_objectmodule: #i110672# fix Application.ThisWorkbook ( from dr )
Diffstat (limited to 'oovbaapi')
-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 8cbebe6b7e..cae978d917 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;