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
commitc217ecad291174eced54dc3d6dfc64297ce8c221 (patch)
tree73e559ba373df7bad90adf24902d8c4c9d17d098 /oovbaapi
parent75358a0af761076829ed4ccea665e6cb002801fd (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.idl15
1 files changed, 9 insertions, 6 deletions
diff --git a/oovbaapi/org/openoffice/excel/XDialog.idl b/oovbaapi/org/openoffice/excel/XDialog.idl
index 444f82b56228..7b84d5d90f1d 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.
@@ -39,6 +39,10 @@
#include <com/sun/star/uno/XInterface.idl>
#endif
+#ifndef __org_openoffice_vba_XHelperInterface_idl__
+#include <org/openoffice/vba/XHelperInterface.idl>
+#endif
+
//=============================================================================
@@ -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();
};