summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/XReplaceable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XReplaceable.idl')
-rw-r--r--offapi/com/sun/star/util/XReplaceable.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/util/XReplaceable.idl b/offapi/com/sun/star/util/XReplaceable.idl
index 35ba7ea47ef8..66c82b2367f7 100644
--- a/offapi/com/sun/star/util/XReplaceable.idl
+++ b/offapi/com/sun/star/util/XReplaceable.idl
@@ -35,11 +35,9 @@
#include <com/sun/star/util/XSearchDescriptor.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** makes it possible to replace strings in a text described by a
<type>SearchDescriptor</type>.
@@ -55,20 +53,17 @@ module com { module sun { module star { module util {
*/
published interface XReplaceable: com::sun::star::util::XSearchable
{
- //-------------------------------------------------------------------------
/** creates a descriptor which contains properties that
specify a search in this container.@see SearchDescriptor
*/
com::sun::star::util::XReplaceDescriptor createReplaceDescriptor();
- //-------------------------------------------------------------------------
/** searches for all occurrences of whatever is specified.@see SearchDescriptor
*/
long replaceAll( [in] com::sun::star::util::XSearchDescriptor xDesc );
};
-//=============================================================================
}; }; }; };