diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-28 00:15:21 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:04 +0200 |
commit | be7f280ea7034a1cb1195a3d27b51d1b9626b905 (patch) | |
tree | 1d4201255666273daff789cf6e722cd9a87f06f8 /udkapi/com/sun/star/beans | |
parent | ce36de949df2351ee81ab05d32093372b65e9831 (diff) |
*api: convert <atom>
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g'
Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r-- | udkapi/com/sun/star/beans/IllegalTypeException.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/Property.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/XMultiPropertyStates.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/XPropertyState.idl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/beans/IllegalTypeException.idl b/udkapi/com/sun/star/beans/IllegalTypeException.idl index 2a51aed7fb26..9f9c1cf173ce 100644 --- a/udkapi/com/sun/star/beans/IllegalTypeException.idl +++ b/udkapi/com/sun/star/beans/IllegalTypeException.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module beans { /** This exception is thrown to indicate the use of a type which is not appropriate. - <p>This problem can occur, if you use an <atom>any</atom>. </p> + <p>This problem can occur, if you use an `any`. </p> @see PropertyContainer */ published exception IllegalTypeException: com::sun::star::uno::Exception diff --git a/udkapi/com/sun/star/beans/Property.idl b/udkapi/com/sun/star/beans/Property.idl index 7c6a19ff21fc..58588cb8b382 100644 --- a/udkapi/com/sun/star/beans/Property.idl +++ b/udkapi/com/sun/star/beans/Property.idl @@ -57,7 +57,7 @@ published struct Property the property. <p>If the property has multiple types or the type is not - known, <strong>but not an <atom>any</atom></strong>, then + known, <strong>but not an `any`</strong>, then void must be returned.</p> */ type Type; diff --git a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl index 69c6e2e31714..a54945b43fbd 100644 --- a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl +++ b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl @@ -85,7 +85,7 @@ published interface XMultiPropertyStates: com::sun::star::uno::XInterface <p>If no default exists, is not known, or is void, then the return type at the corresponding position in the - sequence returned is <atom>void</atom>. </p> + sequence returned is `void`. </p> @param aPropertyName specifies the names of the properties. All names must be unique. diff --git a/udkapi/com/sun/star/beans/XPropertyState.idl b/udkapi/com/sun/star/beans/XPropertyState.idl index 38bcb09472e6..e844cfc0b923 100644 --- a/udkapi/com/sun/star/beans/XPropertyState.idl +++ b/udkapi/com/sun/star/beans/XPropertyState.idl @@ -101,7 +101,7 @@ published interface XPropertyState: com::sun::star::uno::XInterface the default value of the property with the name PropertyName. <p>If no default exists, is not known or is void, - then the return type is <atom>void</atom>. + then the return type is `void`. @param aPropertyName specifies the name of the property. |