summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/NavigationBarMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/NavigationBarMode.idl')
-rw-r--r--offapi/com/sun/star/form/NavigationBarMode.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/form/NavigationBarMode.idl b/offapi/com/sun/star/form/NavigationBarMode.idl
index 84d9659b4ca1..ce6e148fb177 100644
--- a/offapi/com/sun/star/form/NavigationBarMode.idl
+++ b/offapi/com/sun/star/form/NavigationBarMode.idl
@@ -20,17 +20,14 @@
#define __com_sun_star_form_NavigationBarMode_idl__
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** describes in which way the navigation of the records of a database form is performed.
*/
published enum NavigationBarMode
{
- //-------------------------------------------------------------------------
/** no navigation bar is provided and navigation on the current
form is only possible with the keyboard (TAB/SHIFT TAB).
@@ -43,7 +40,6 @@ published enum NavigationBarMode
*/
NONE,
- //-------------------------------------------------------------------------
/** a navigation bar is provided and navigation will be performed
on the current/active form.
@@ -51,7 +47,6 @@ published enum NavigationBarMode
*/
CURRENT,
- //-------------------------------------------------------------------------
/** a navigation bar is provided and navigation will be performed
on the parent of the current/active form.
@@ -65,7 +60,6 @@ published enum NavigationBarMode
};
-//=============================================================================
}; }; }; };