summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/SearchRecursion.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/SearchRecursion.idl')
-rw-r--r--offapi/com/sun/star/ucb/SearchRecursion.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/SearchRecursion.idl b/offapi/com/sun/star/ucb/SearchRecursion.idl
index 7edcdd14d8c1..8bd03dcdde1d 100644
--- a/offapi/com/sun/star/ucb/SearchRecursion.idl
+++ b/offapi/com/sun/star/ucb/SearchRecursion.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_ucb_SearchRecursion_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** the various modes of recursion when searching through a hierarchical
object.
@@ -32,24 +30,20 @@ module com { module sun { module star { module ucb {
*/
published enum SearchRecursion
{
- //-------------------------------------------------------------------------
/** Does not search through any sub-objects.
*/
NONE,
- //-------------------------------------------------------------------------
/** Only searches through sub-objects of the first hierarchy level.
*/
ONE_LEVEL,
- //-------------------------------------------------------------------------
/** Searches through the complete hierarchy of all sub-objects.
*/
DEEP
};
-//=============================================================================
}; }; }; };