summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XApplication.idl
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-03 14:06:43 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-03 14:06:43 +0200
commitc5003146554b13ca50869db1b608fa425843e6d2 (patch)
treefd112bd882556198d62ead4538f698218d686b7a /oovbaapi/ooo/vba/excel/XApplication.idl
parent968e631bdc4145e51424d770c2e2591192d100ec (diff)
parentf8e7afbac976ca862a801b9648fd95b2107757b2 (diff)
rebase to DEV300_m80
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XApplication.idl')
-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;