summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/NullPointerException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/NullPointerException.idl')
-rw-r--r--udkapi/com/sun/star/lang/NullPointerException.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/lang/NullPointerException.idl b/udkapi/com/sun/star/lang/NullPointerException.idl
index e3bed8468dab..fbdcc382f504 100644
--- a/udkapi/com/sun/star/lang/NullPointerException.idl
+++ b/udkapi/com/sun/star/lang/NullPointerException.idl
@@ -26,10 +26,10 @@
module com { module sun { module star { module lang {
/** This exception is thrown when an application attempts to use
- <NULL/> in a case where an object is required.
+ `NULL` in a case where an object is required.
<p>Applications should throw instances of this class to indicate
- other illegal uses of the <NULL/> object. </p>
+ other illegal uses of the `NULL` object. </p>
@see com::sun::star::reflection::XIdlReflection::forName
*/