summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SpreadsheetView.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 15:21:24 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 15:21:24 +0000
commitc7189e2b707db33944e1cc78a939ffc6563cc9ea (patch)
treece2fda851c0c2d2dcc97b0f2afc622a4525af798 /offapi/com/sun/star/sheet/SpreadsheetView.idl
parent1bc9848551f883d97c38da4ec41cda45809a9c44 (diff)
INTEGRATION: CWS sab008 (1.5.208); FILE MERGED
2004/01/23 12:41:19 sab 1.5.208.1: #115009#; add XEnhancedMouseClickBroadcaster, add XActivationBroadcaster
Diffstat (limited to 'offapi/com/sun/star/sheet/SpreadsheetView.idl')
-rw-r--r--offapi/com/sun/star/sheet/SpreadsheetView.idl15
1 files changed, 13 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/SpreadsheetView.idl b/offapi/com/sun/star/sheet/SpreadsheetView.idl
index 642faa1f6152..253eec9b3d10 100644
--- a/offapi/com/sun/star/sheet/SpreadsheetView.idl
+++ b/offapi/com/sun/star/sheet/SpreadsheetView.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SpreadsheetView.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:08:01 $
+ * last change: $Author: obo $ $Date: 2004-03-19 16:21:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,6 +101,14 @@
#include <com/sun/star/container/XEnumerationAccess.idl>
#endif
+#ifndef __com_sun_star_sheet_XActivationBroadcaster_idl__
+#include <com/sun/star/sheet/XActivationBroadcaster.idl>
+#endif
+
+#ifndef __com_sun_star_sheet_XEnhancedMouseClickBroadcaster_idl__
+#include <com/sun/star/sheet/XEnhancedMouseClickBroadcaster.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module sheet {
@@ -161,6 +169,9 @@ service SpreadsheetView
*/
interface com::sun::star::sheet::XRangeSelection;
+ [optional] interface com::sun::star::sheet::XEnhancedMouseClickBroadcaster;
+
+ [optional] interface com::sun::star::sheet::XActivationBroadcaster;
};
//=============================================================================