summaryrefslogtreecommitdiffstats
path: root/oovbaapi
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/word/XApplication.idl11
1 files changed, 3 insertions, 8 deletions
diff --git a/oovbaapi/ooo/vba/word/XApplication.idl b/oovbaapi/ooo/vba/word/XApplication.idl
index de6fafc085a7..a0ad911370a9 100644
--- a/oovbaapi/ooo/vba/word/XApplication.idl
+++ b/oovbaapi/ooo/vba/word/XApplication.idl
@@ -24,19 +24,14 @@
module ooo { module vba { module word {
-interface XDocument;
-interface XWindow;
-interface XSystem;
-interface XOptions;
-interface XSelection;
interface XApplication : XConnectable
{
[attribute, readonly] XDocument ActiveDocument;
[attribute, readonly] XWindow ActiveWindow;
[attribute, readonly] string Name;
- [attribute, readonly] ooo::vba::word::XSystem System;
- [attribute, readonly] ooo::vba::word::XOptions Options;
- [attribute, readonly] ooo::vba::word::XSelection Selection;
+ [attribute, readonly] XSystem System;
+ [attribute, readonly] XOptions Options;
+ [attribute, readonly] XSelection Selection;
[attribute] boolean DisplayAutoCompleteTips;
[attribute] long EnableCancelKey;