diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 23:45:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:02 +0200 |
commit | d11a7b5eb1b127c4f60367ecaeb64868313002d6 (patch) | |
tree | 4333a00f2ffd957219cfa355c54cc62fc7cd670a /udkapi | |
parent | 4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4 (diff) |
*api: convert <const>
This one is apparently often abused to link to a constant group, while
it can only link to constants within a group.
sed -i "s,<const>\([^<]\+\)</const>,\1,g"
Change-Id: Ic3d8099751340e4b046298c861bb659beb351eaf
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/beans/Property.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/PropertyAttribute.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/PropertyState.idl | 10 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/XIntrospectionAccess.idl | 16 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/XMultiPropertySet.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/XPropertySet.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/bridge/OleBridgeSupplier.idl | 4 | ||||
-rw-r--r-- | udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl | 4 | ||||
-rw-r--r-- | udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl | 4 | ||||
-rw-r--r-- | udkapi/com/sun/star/lang/XConnectionPointContainer.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/script/FinishEngineEvent.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/uno/XAggregation.idl | 4 |
12 files changed, 27 insertions, 27 deletions
diff --git a/udkapi/com/sun/star/beans/Property.idl b/udkapi/com/sun/star/beans/Property.idl index b22e5e0c3edc..7c6a19ff21fc 100644 --- a/udkapi/com/sun/star/beans/Property.idl +++ b/udkapi/com/sun/star/beans/Property.idl @@ -58,7 +58,7 @@ published struct Property <p>If the property has multiple types or the type is not known, <strong>but not an <atom>any</atom></strong>, then - <const>void</const> must be returned.</p> + void must be returned.</p> */ type Type; diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl index 903dcd332edc..5ab1de90c427 100644 --- a/udkapi/com/sun/star/beans/PropertyAttribute.idl +++ b/udkapi/com/sun/star/beans/PropertyAttribute.idl @@ -77,7 +77,7 @@ published constants PropertyAttribute const short REMOVABLE = 128; /** @deprecated - same as <const>PropertyAttribute::REMOVABLE</const>. + same as PropertyAttribute::REMOVABLE. */ const short REMOVEABLE = 128; diff --git a/udkapi/com/sun/star/beans/PropertyState.idl b/udkapi/com/sun/star/beans/PropertyState.idl index f005d1ca6212..3a8d177d3cac 100644 --- a/udkapi/com/sun/star/beans/PropertyState.idl +++ b/udkapi/com/sun/star/beans/PropertyState.idl @@ -43,7 +43,7 @@ published enum PropertyState <p>The property value must be available and of the specified type. If the #PropertyAttribute field in the struct - Property contains <const>PropertyAttribute::MAYBEVOID</const>, + Property contains PropertyAttribute::MAYBEVOID, then the value may be void. </p> */ DIRECT_VALUE, @@ -53,10 +53,10 @@ published enum PropertyState <p>The #PropertyAttribute field in the struct Property must contain the - <const>PropertyAttribute::MAYBEDEFAULT</const> flag. The property + PropertyAttribute::MAYBEDEFAULT flag. The property value must be available and of the specified type. If the #PropertyAttribute field in the struct Property - contains <const>PropertyAttribute::MAYBEVOID</const>, then the + contains PropertyAttribute::MAYBEVOID, then the value may be void. </p> */ DEFAULT_VALUE, @@ -67,10 +67,10 @@ published enum PropertyState <p>The #PropertyAttribute field in the struct Property must contain the - <const>PropertyAttribute::MAYBEAMBIGUOUS</const> flag. The + PropertyAttribute::MAYBEAMBIGUOUS flag. The property value must be available and of the specified type. If the Attribute field in the struct Property contains - <const>PropertyAttribute::MAYBEVOID</const>, then the value + PropertyAttribute::MAYBEVOID, then the value may be void. </p> */ AMBIGUOUS_VALUE diff --git a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl index cfac4c05ca63..85c9bc165534 100644 --- a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl +++ b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl @@ -69,11 +69,11 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface <p>The minimum supported concepts should be:</p> <ul> - <li> <const>MethodConcept::PROPERTY</const>, </li> - <li> <const>MethodConcept::LISTENER</const>, </li> - <li> <const>MethodConcept::ENUMERATION</const>, </li> - <li> <const>MethodConcept::NAMECONTAINER</const></li> - <li> <const>MethodConcept::INDEXCONTAINER</const>; </li> + <li> MethodConcept::PROPERTY, </li> + <li> MethodConcept::LISTENER, </li> + <li> MethodConcept::ENUMERATION, </li> + <li> MethodConcept::NAMECONTAINER</li> + <li> MethodConcept::INDEXCONTAINER; </li> </ul> @returns @@ -89,9 +89,9 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface <p>The minimum supported concepts should be:</p> <ul> - <li> <const>PropertyConcept::PROPERTYSET</const>, </li> - <li> <const>PropertyConcept::ATTRIBUTES</const> and </li> - <li> <const>PropertyConcept::METHODS</const>. </li> + <li> PropertyConcept::PROPERTYSET, </li> + <li> PropertyConcept::ATTRIBUTES and </li> + <li> PropertyConcept::METHODS. </li> </ul> @returns diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl index 113279edc363..5c7adce43357 100644 --- a/udkapi/com/sun/star/beans/XMultiPropertySet.idl +++ b/udkapi/com/sun/star/beans/XMultiPropertySet.idl @@ -44,7 +44,7 @@ published interface XMultiPropertySet: com::sun::star::uno::XInterface /** @returns the XPropertySetInfo interface, which describes all properties of the object to which this interface belongs. - <const>NULL</const> is returned if the object cannot or will + NULL is returned if the object cannot or will not provide information about the properties. @see XPropertySet::getPropertySetInfo diff --git a/udkapi/com/sun/star/beans/XPropertySet.idl b/udkapi/com/sun/star/beans/XPropertySet.idl index 8d95ea26e226..bcf97fa6edd9 100644 --- a/udkapi/com/sun/star/beans/XPropertySet.idl +++ b/udkapi/com/sun/star/beans/XPropertySet.idl @@ -69,7 +69,7 @@ published interface XPropertySet: com::sun::star::uno::XInterface interface. @returns - <const>NULL</const> if the implementation cannot or will + NULL if the implementation cannot or will not provide information about the properties; otherwise the interface XPropertySetInfo is returned. */ diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl index 047a65b3c9f0..614e7d442d3e 100644 --- a/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl +++ b/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl @@ -30,8 +30,8 @@ /** makes it possible to generate OLE bridges to UNO objects and vice versa. <p>The service implements the XBridgeSupplier interface - and handles the model types <const>ModelDependent::UNO</const> and - <const>ModelDependent::OLE</const>. The service does not specify any + and handles the model types ModelDependent::UNO and + ModelDependent::OLE. The service does not specify any requirements on registering OLE objects and class factories. </p> @deprecated */ diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl index a00864e1bf30..bf485e540679 100644 --- a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl +++ b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl @@ -43,8 +43,8 @@ module com { module sun { module star { module bridge { <p>The service implements the XBridgeSupplier2 interface and handles the model types - <const>com::sun::star::bridge::ModelDependent::UNO</const> and - <const>com::sun::star::bridge::ModelDependent::OLE</const>. + com::sun::star::bridge::ModelDependent::UNO and + com::sun::star::bridge::ModelDependent::OLE. The service does not specify any requirements for registering OLE objects and class factories. </p> diff --git a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl index 44d6a70482a9..a9a1bedd0778 100644 --- a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl +++ b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl @@ -49,8 +49,8 @@ module com { module sun { module star { module bridge { module oleautomation { The service implements the com::sun::star::bridge::XBridgeSupplier2 interface and handles the model types - <const>com::sun::star::bridge::ModelDependent::UNO</const> and - <const>com::sun::star::bridge::ModelDependent::OLE</const>. + com::sun::star::bridge::ModelDependent::UNO and + com::sun::star::bridge::ModelDependent::OLE. The service does not specify any requirements for registering OLE objects and class factories. </p> diff --git a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl index c78c7516c506..56e698ea7637 100644 --- a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl +++ b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl @@ -48,7 +48,7 @@ published interface XConnectionPointContainer: com::sun::star::uno::XInterface an XConnectionPoint interface of a connection point for a specified type if that type describes a supported outgoing interface. It is - <const>NULL</const> on failure of the call. + NULL on failure of the call. @param aType specifies the connection point's type. diff --git a/udkapi/com/sun/star/script/FinishEngineEvent.idl b/udkapi/com/sun/star/script/FinishEngineEvent.idl index 09b50086a9a6..e51db99d544c 100644 --- a/udkapi/com/sun/star/script/FinishEngineEvent.idl +++ b/udkapi/com/sun/star/script/FinishEngineEvent.idl @@ -46,7 +46,7 @@ published struct FinishEngineEvent: com::sun::star::lang::EventObject /** contains the return value. <p>This field is only valid if FinishEngineEvent::Finish is - <const>FinishReason::OK</const>.</p> + FinishReason::OK.</p> */ any Return; diff --git a/udkapi/com/sun/star/uno/XAggregation.idl b/udkapi/com/sun/star/uno/XAggregation.idl index beb4fe1a36da..04e77ceb8477 100644 --- a/udkapi/com/sun/star/uno/XAggregation.idl +++ b/udkapi/com/sun/star/uno/XAggregation.idl @@ -56,7 +56,7 @@ module com { module sun { module star { module uno { <li>The destructor of a delegator has to reset the delegator in its aggregated objects by calling their method XAggregation::setDelegator() with - <const>NULL</const> before it releases its reference to + NULL before it releases its reference to its aggregated objects. </ol> @@ -75,7 +75,7 @@ published interface XAggregation: com::sun::star::uno::XInterface @param xDelegator specifies the object which handles the calls to XInterface::queryInterface(). - If <var>xDelegator</var> is <const>NULL</const>, the delegator is + If <var>xDelegator</var> is NULL, the delegator is removed and thus the object becomes its own delegator and has to handle calls to the method XInterface::queryInterface() |