summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XStringMapping.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XStringMapping.idl')
-rw-r--r--offapi/com/sun/star/util/XStringMapping.idl33
1 files changed, 5 insertions, 28 deletions
diff --git a/offapi/com/sun/star/util/XStringMapping.idl b/offapi/com/sun/star/util/XStringMapping.idl
index 359278b63..193569038 100644
--- a/offapi/com/sun/star/util/XStringMapping.idl
+++ b/offapi/com/sun/star/util/XStringMapping.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStringMapping.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:11:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,20 +67,17 @@
//=============================================================================
- module com { module sun { module star { module util {
+module com { module sun { module star { module util {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::util::XStringMapping
/** provides a mapping from <atom>string</atom> to <atom>string</atom>
*/
interface XStringMapping: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
-
- // DocMerge from xml: method com::sun::star::util::XStringMapping::mapStrings
- /** provides a mapping for a given sequence of Strings to
- a sequence of belonging Strings.
+ /** provides a mapping for a given sequence of strings to
+ a sequence of belonging strings.
*/
boolean mapStrings( [inout] sequence< string > Parameter );
};
@@ -89,24 +86,4 @@ interface XStringMapping: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $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
-
- Revision 1.1.1.1 2000/09/18 23:36:21 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:53:06 mi
- documentation merged from XML
-
- Revision 1.1 2000/07/28 19:19:38 iha
- new
-
-
-=============================================================================*/
#endif