summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XPropertyMatcher.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XPropertyMatcher.idl')
-rw-r--r--offapi/com/sun/star/ucb/XPropertyMatcher.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XPropertyMatcher.idl b/offapi/com/sun/star/ucb/XPropertyMatcher.idl
index 27ae1fe56c9b..a74fa5c4454c 100644
--- a/offapi/com/sun/star/ucb/XPropertyMatcher.idl
+++ b/offapi/com/sun/star/ucb/XPropertyMatcher.idl
@@ -23,18 +23,15 @@
#include <com/sun/star/ucb/XCommandProcessor.idl>
#include <com/sun/star/ucb/XCommandEnvironment.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** Checks whether a set of properties matches a set of search criteria.
@see XPropertyMatcherFactory.
*/
published interface XPropertyMatcher : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Checks whether a set of properties matches the given search criteria.
@param Properties
@@ -51,7 +48,6 @@ published interface XPropertyMatcher : com::sun::star::uno::XInterface
[in] com::sun::star::ucb::XCommandEnvironment Environment);
};
-//=============================================================================
}; }; }; };