summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XStringSubstitution.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XStringSubstitution.idl')
-rw-r--r--offapi/com/sun/star/util/XStringSubstitution.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XStringSubstitution.idl b/offapi/com/sun/star/util/XStringSubstitution.idl
index 29278c6c80e5..0c477cafc9f5 100644
--- a/offapi/com/sun/star/util/XStringSubstitution.idl
+++ b/offapi/com/sun/star/util/XStringSubstitution.idl
@@ -56,7 +56,7 @@ published interface XStringSubstitution : com::sun::star::uno::XInterface
@param bSubstRequired
Specifies if a successful substitution is required. The
- function throws a <type scope="com::sun::star::container">NoSuchElementException</type>
+ function throws a com::sun::star::container::NoSuchElementException
if it finds a variable that is unknown. In this case it is possible
that the returned string would not be what the caller expected!
@@ -93,7 +93,7 @@ published interface XStringSubstitution : com::sun::star::uno::XInterface
<p>
The method iterates through it's internal variable list and tries to
find the given variable. If the variable is unknown a
- <type scope="com::sun::star::container">NoSuchElementException</type>
+ com::sun::star::container::NoSuchElementException
is thrown.
</p>
@@ -102,7 +102,7 @@ published interface XStringSubstitution : com::sun::star::uno::XInterface
@return
Returns a string that represents the variable. If the
- variable is unknown a <type scope="com::sun::star::container">NoSuchElementException</type>
+ variable is unknown a com::sun::star::container::NoSuchElementException
is thrown.
*/
string getSubstituteVariableValue( [in] string variable )