summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-12-07 10:24:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-12-07 10:24:20 +0000
commit561cda6571469f98b1f6c49501b77b4b7cf53484 (patch)
tree538de4dca9c693215a741b48f0ce6d23c2206e5c /oovbaapi
parentfe806e01251c0f9f7c4abef27e6885513cfaea05 (diff)
INTEGRATION: CWS npower8 (1.2.2); FILE MERGED
2007/07/18 13:46:58 npower 1.2.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:22:16 npower 1.2.2.1: #i77189# idl
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/org/openoffice/excel/XDialog.idl19
1 files changed, 11 insertions, 8 deletions
diff --git a/oovbaapi/org/openoffice/excel/XDialog.idl b/oovbaapi/org/openoffice/excel/XDialog.idl
index c2cbad3c33..1ec8e56e73 100644
--- a/oovbaapi/org/openoffice/excel/XDialog.idl
+++ b/oovbaapi/org/openoffice/excel/XDialog.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XDialog.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-04-27 07:40:37 $
+ * last change: $Author: vg $ $Date: 2007-12-07 11:24:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,8 +38,12 @@
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
-
-
+
+#ifndef __org_openoffice_vba_XHelperInterface_idl__
+#include <org/openoffice/vba/XHelperInterface.idl>
+#endif
+
+
//=============================================================================
module org { module openoffice { module excel {
@@ -48,11 +52,10 @@ module org { module openoffice { module excel {
interface XApplication;
-interface XDialog : com::sun::star::uno::XInterface
+interface XDialog
{
- [attribute, readonly] XApplication Application;
- [attribute, readonly] any Parent;
- [attribute, readonly] long Creator;
+ interface ::org::openoffice::vba::XHelperInterface;
+
void Show();
};