summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XViewPanesSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XViewPanesSupplier.idl')
-rw-r--r--offapi/com/sun/star/sheet/XViewPanesSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XViewPanesSupplier.idl b/offapi/com/sun/star/sheet/XViewPanesSupplier.idl
index 9fd391791d2e..370262ba9333 100644
--- a/offapi/com/sun/star/sheet/XViewPanesSupplier.idl
+++ b/offapi/com/sun/star/sheet/XViewPanesSupplier.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/container/XIndexAccess.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** enables access to the panes in a view.
@@ -35,7 +33,6 @@ module com { module sun { module star { module sheet {
*/
published interface XViewPanesSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the collection of panes in the view.
*/
@@ -43,7 +40,6 @@ published interface XViewPanesSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };