summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-17 09:20:38 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-17 09:20:38 +0000
commit01b4abb79024cd8860ccf05fa05e839fab95b4de (patch)
tree4258a60392f861e2625239f172f915a651b6945e /offapi/com/sun/star/util
parent41cfb1232dd529c98a1b5eebbf834a3a0d8ec00d (diff)
INTEGRATION: CWS sdk01 (1.2.76); FILE MERGED
2003/04/07 09:10:40 mi 1.2.76.1: #107627# new idls marked with @since
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/PathSubstitution.idl6
-rw-r--r--offapi/com/sun/star/util/VetoException.idl6
2 files changed, 8 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/PathSubstitution.idl b/offapi/com/sun/star/util/PathSubstitution.idl
index f85e9924f8a6..60284744ac0d 100644
--- a/offapi/com/sun/star/util/PathSubstitution.idl
+++ b/offapi/com/sun/star/util/PathSubstitution.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PathSubstitution.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:58:10 $
+ * last change: $Author: rt $ $Date: 2003-04-17 10:20:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,6 +117,8 @@ module com { module sun { module star { module util {
<dt>$(vlang)</dt>
<dd>The language used by the Office as a string. Like "german" for a german Office.</dd>
</dl>
+
+ @since #107627#
*/
service PathSubstitution
diff --git a/offapi/com/sun/star/util/VetoException.idl b/offapi/com/sun/star/util/VetoException.idl
index b94153eca115..a0e8649d4a36 100644
--- a/offapi/com/sun/star/util/VetoException.idl
+++ b/offapi/com/sun/star/util/VetoException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: VetoException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:58:11 $
+ * last change: $Author: rt $ $Date: 2003-04-17 10:20:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,8 @@ module com { module sun { module star { module util {
//=============================================================================
/** thrown to indicate a general veto.
+
+ @since #107627#
*/
exception VetoException : com::sun::star::uno::Exception
{