summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XSpreadsheetView.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XSpreadsheetView.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSpreadsheetView.idl29
1 files changed, 5 insertions, 24 deletions
diff --git a/offapi/com/sun/star/sheet/XSpreadsheetView.idl b/offapi/com/sun/star/sheet/XSpreadsheetView.idl
index 112fceedf..fae6d07c7 100644
--- a/offapi/com/sun/star/sheet/XSpreadsheetView.idl
+++ b/offapi/com/sun/star/sheet/XSpreadsheetView.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSpreadsheetView.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:39 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:08:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,22 +76,19 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::sheet::XSpreadsheetView
-/** the main interface of a <type>SpreadsheetView</type>. It
+/** is the main interface of a <type>SpreadsheetView</type>. It
manages the active sheet within this view.
*/
interface XSpreadsheetView: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sheet::XSpreadsheetView::getActiveSheet
/** returns the sheet that is shown in the view.
*/
com::sun::star::sheet::XSpreadsheet getActiveSheet();
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sheet::XSpreadsheetView::setActiveSheet
/** sets the sheet that is shown in the view.
*/
void setActiveSheet( [in] com::sun::star::sheet::XSpreadsheet xActiveSheet );
@@ -102,21 +99,5 @@ interface XSpreadsheetView: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:43:47 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:52 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:53 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
-#endif
+#endif
+