summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XPropertyReplace.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-15 16:18:28 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-15 16:18:28 +0000
commit43985a5ecddaca68e4fc24bf57ced3489c666d96 (patch)
tree1c4dc98a333e1bdcf93a488c74731ad28a9125c8 /offapi/com/sun/star/util/XPropertyReplace.idl
parent0b44434f4f7673c35d32fc6965957b5ca96a66cd (diff)
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/util/XPropertyReplace.idl')
-rw-r--r--offapi/com/sun/star/util/XPropertyReplace.idl15
1 files changed, 9 insertions, 6 deletions
diff --git a/offapi/com/sun/star/util/XPropertyReplace.idl b/offapi/com/sun/star/util/XPropertyReplace.idl
index 9c963f0a7bfe..6261fc779a3c 100644
--- a/offapi/com/sun/star/util/XPropertyReplace.idl
+++ b/offapi/com/sun/star/util/XPropertyReplace.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyReplace.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,15 +93,15 @@ interface XPropertyReplace: com::sun::star::util::XReplaceDescriptor
// DocMerge from xml: method com::sun::star::util::XPropertyReplace::getValueSearch
/** provides the information if specific property values are
- searched or just the existance of the specified properties.
+ searched, or just the existence of the specified properties.
*/
boolean getValueSearch();
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::util::XPropertyReplace::setValueSearch
- /** specifies if specific property values are searched
- or just the existance of the specified properties.
+ /** specifies if specific property values are searched,
+ or just the existence of the specified properties.
*/
void setValueSearch( [in] boolean bValueSearch );
@@ -126,7 +126,7 @@ interface XPropertyReplace: com::sun::star::util::XReplaceDescriptor
// DocMerge from idl: method com::sun::star::util::XPropertyReplace::getReplaceAttributes
/** @returns
- the attribute values which are used to replace the found occurences.
+ the attribute values which are used to replace the found occurrences.
*/
sequence<com::sun::star::beans::PropertyValue> getReplaceAttributes();
@@ -148,6 +148,9 @@ interface XPropertyReplace: com::sun::star::util::XReplaceDescriptor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api