summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XPageCursor.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 16:10:54 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 16:10:54 +0000
commit8a9c51a2504d1f363951495806f1c993bc678ecf (patch)
tree04c7ef0e397ac1869e6e5cd33024fc64527c6dec /offapi/com/sun/star/text/XPageCursor.idl
parentdocumentation syntax fixed (diff)
downloadcore-8a9c51a2504d1f363951495806f1c993bc678ecf.tar.gz
core-8a9c51a2504d1f363951495806f1c993bc678ecf.zip
syntax correction
Diffstat (limited to 'offapi/com/sun/star/text/XPageCursor.idl')
-rw-r--r--offapi/com/sun/star/text/XPageCursor.idl13
1 files changed, 8 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/XPageCursor.idl b/offapi/com/sun/star/text/XPageCursor.idl
index 7be1f386ab85..5721b3b01d90 100644
--- a/offapi/com/sun/star/text/XPageCursor.idl
+++ b/offapi/com/sun/star/text/XPageCursor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPageCursor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 16:03:49 $
+ * last change: $Author: mi $ $Date: 2000-12-19 17:10:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,7 @@
//=============================================================================
- module com { module sun { module star { module text {
+module com { module sun { module star { module text {
//=============================================================================
@@ -114,7 +114,7 @@ interface XPageCursor: com::sun::star::uno::XInterface
@see XPageCursor::jumpToPreviousPage
*/
- boolean jumpToNextPage
+ boolean jumpToNextPage();
//-------------------------------------------------------------------------
@@ -123,7 +123,7 @@ interface XPageCursor: com::sun::star::uno::XInterface
@see XPageCursor::jumpToNextPage
*/
- boolean jumpToPreviousPage
+ boolean jumpToPreviousPage();
//-------------------------------------------------------------------------
@@ -150,6 +150,9 @@ interface XPageCursor: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/19 16:03:49 mi
+ documentations syntax errors fixed
+
Revision 1.3 2000/11/08 12:44:27 mi
moved from api