summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx/CompareBookmark.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbcx/CompareBookmark.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/CompareBookmark.idl62
1 files changed, 31 insertions, 31 deletions
diff --git a/offapi/com/sun/star/sdbcx/CompareBookmark.idl b/offapi/com/sun/star/sdbcx/CompareBookmark.idl
index 383f3b45554d..3f1e4f848b0c 100644
--- a/offapi/com/sun/star/sdbcx/CompareBookmark.idl
+++ b/offapi/com/sun/star/sdbcx/CompareBookmark.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,46 +24,46 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_sdbcx_CompareBookmark_idl__
-#define __com_sun_star_sdbcx_CompareBookmark_idl__
-
- module com { module sun { module star { module sdbcx {
-
-
+#ifndef __com_sun_star_sdbcx_CompareBookmark_idl__
+#define __com_sun_star_sdbcx_CompareBookmark_idl__
+
+ module com { module sun { module star { module sdbcx {
+
+
/** describes the result of a comparision of two bookmarks.
*/
published constants CompareBookmark
-{
-
+{
+
/** the first bookmark is before the second.
*/
- const long LESS = -1;
-
-
+ const long LESS = -1;
+
+
/** the first bookmark is equal to the second.
*/
- const long EQUAL = 0;
-
-
+ const long EQUAL = 0;
+
+
/** the first bookmark is after the second one.
*/
- const long GREATER = 1;
-
-
+ const long GREATER = 1;
+
+
/** the first bookmark is not the same as the second one.
*/
- const long NOT_EQUAL = 2;
-
-
+ const long NOT_EQUAL = 2;
+
+
/** the two bookmarks are not comparable.
*/
- const long NOT_COMPARABLE = 3;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*===========================================================================
-===========================================================================*/
-#endif
+ const long NOT_COMPARABLE = 3;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif