summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/XScreenCursor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/XScreenCursor.idl')
-rw-r--r--offapi/com/sun/star/view/XScreenCursor.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/view/XScreenCursor.idl b/offapi/com/sun/star/view/XScreenCursor.idl
index b78d896d31f6..82a4a09da47b 100644
--- a/offapi/com/sun/star/view/XScreenCursor.idl
+++ b/offapi/com/sun/star/view/XScreenCursor.idl
@@ -22,29 +22,24 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module view {
-//=============================================================================
/** makes it possible to page through the document in steps of the displayed size.
*/
published interface XScreenCursor: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** scrolls the view forward by one visible page.
*/
boolean screenDown();
- //-------------------------------------------------------------------------
/** scrolls the view backward by one visible page.
*/
boolean screenUp();
};
-//=============================================================================
}; }; }; };