From 928b8640c0d1a9c49249100efbdd70f8c1090b07 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 28 Apr 2013 00:44:31 +0200 Subject: *api: convert sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201 --- udkapi/com/sun/star/lang/NullPointerException.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udkapi/com/sun/star/lang') 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 - in a case where an object is required. + `NULL` in a case where an object is required.

Applications should throw instances of this class to indicate - other illegal uses of the object.

+ other illegal uses of the `NULL` object.

@see com::sun::star::reflection::XIdlReflection::forName */ -- cgit v1.2.3