summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XReplaceDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XReplaceDescriptor.idl')
-rw-r--r--offapi/com/sun/star/util/XReplaceDescriptor.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/util/XReplaceDescriptor.idl b/offapi/com/sun/star/util/XReplaceDescriptor.idl
index f51596f90662..a2a3bec0422a 100644
--- a/offapi/com/sun/star/util/XReplaceDescriptor.idl
+++ b/offapi/com/sun/star/util/XReplaceDescriptor.idl
@@ -22,30 +22,25 @@
#include <com/sun/star/util/XSearchDescriptor.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** specifies a string replace operation.
*/
published interface XReplaceDescriptor: com::sun::star::util::XSearchDescriptor
{
- //-------------------------------------------------------------------------
/** @returns
the string which replaces the found occurrences.
*/
string getReplaceString();
- //-------------------------------------------------------------------------
/** sets the string which replaces the found occurrences.
*/
void setReplaceString( [in] string aReplaceString );
};
-//=============================================================================
}; }; }; };