summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XViewFreezable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XViewFreezable.idl')
-rw-r--r--offapi/com/sun/star/sheet/XViewFreezable.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XViewFreezable.idl b/offapi/com/sun/star/sheet/XViewFreezable.idl
index 3003c7d5a6db..c80b7f55193b 100644
--- a/offapi/com/sun/star/sheet/XViewFreezable.idl
+++ b/offapi/com/sun/star/sheet/XViewFreezable.idl
@@ -22,18 +22,15 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** enables a <type>SpreadsheetView</type> to freeze
columns and rows of the view.
*/
published interface XViewFreezable: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns <TRUE/> if the view has frozen panes.
@@ -44,7 +41,6 @@ published interface XViewFreezable: com::sun::star::uno::XInterface
*/
boolean hasFrozenPanes();
- //-------------------------------------------------------------------------
/** freezes panes with the specified number of
columns and rows.
@@ -57,7 +53,6 @@ published interface XViewFreezable: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };