summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/RuleSet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/RuleSet.idl')
-rw-r--r--offapi/com/sun/star/ucb/RuleSet.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/RuleSet.idl b/offapi/com/sun/star/ucb/RuleSet.idl
index 6ade009a7f0f..23bee069c2f6 100644
--- a/offapi/com/sun/star/ucb/RuleSet.idl
+++ b/offapi/com/sun/star/ucb/RuleSet.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/ucb/Rule.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** describes a set of <type>Rule</type>s.
<p>A RuleSet is applied to a folder. It consists of a sequence of rules.
@@ -45,19 +43,16 @@ module com { module sun { module star { module ucb {
*/
published struct RuleSet
{
- //-------------------------------------------------------------------------
/** contains a number of rules.
*/
sequence<com::sun::star::ucb::Rule> Rules;
- //-------------------------------------------------------------------------
/** is a flag indicating whether the rules apply to folders, too.
*/
boolean HandleFolder;
};
-//=============================================================================
}; }; }; };