summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/SearchCommandArgument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/SearchCommandArgument.idl')
-rw-r--r--offapi/com/sun/star/ucb/SearchCommandArgument.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/SearchCommandArgument.idl b/offapi/com/sun/star/ucb/SearchCommandArgument.idl
index 098a75f724fa..1df91bfcb5f9 100644
--- a/offapi/com/sun/star/ucb/SearchCommandArgument.idl
+++ b/offapi/com/sun/star/ucb/SearchCommandArgument.idl
@@ -23,30 +23,25 @@
#include <com/sun/star/beans/Property.idl>
#include <com/sun/star/ucb/SearchInfo.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** The argument for the command "search".
@see XCommandProcessor
*/
published struct SearchCommandArgument
{
- //-------------------------------------------------------------------------
/** the search criteria.
*/
SearchInfo Info;
- //-------------------------------------------------------------------------
/** the properties for which values shall be provided through the
<type>ContentResultSet</type> returned by the search command.
*/
sequence< com::sun::star::beans::Property > Properties;
};
-//=============================================================================
}; }; }; };