From a93783c42d46d60a93e78348db942a571e34abd4 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 23:52:30 +0200 Subject: *api: convert ... which does not seem to do anything anyway. sed -i "s,\([^<]\+\),\1,g" Change-Id: I90bcf81ea046bc88297ed8eadc560ad31d19830b --- offapi/com/sun/star/inspection/ObjectInspector.idl | 2 +- offapi/com/sun/star/inspection/ObjectInspectorModel.idl | 6 +++--- offapi/com/sun/star/inspection/XObjectInspectorModel.idl | 2 +- offapi/com/sun/star/inspection/XObjectInspectorUI.idl | 4 ++-- offapi/com/sun/star/inspection/XPropertyControlFactory.idl | 2 +- offapi/com/sun/star/inspection/XPropertyHandler.idl | 10 +++++----- 6 files changed, 13 insertions(+), 13 deletions(-) (limited to 'offapi/com/sun/star/inspection') diff --git a/offapi/com/sun/star/inspection/ObjectInspector.idl b/offapi/com/sun/star/inspection/ObjectInspector.idl index 79230df6a616..3ad5098703e5 100644 --- a/offapi/com/sun/star/inspection/ObjectInspector.idl +++ b/offapi/com/sun/star/inspection/ObjectInspector.idl @@ -78,7 +78,7 @@ service ObjectInspector : XObjectInspector /** creates an instance of the ObjectInspector, using a given ObjectInspectorModel @throws ::com::sun::star::lang::IllegalArgumentException - if Model is . + if Model is . @since OOo 2.2 */ diff --git a/offapi/com/sun/star/inspection/ObjectInspectorModel.idl b/offapi/com/sun/star/inspection/ObjectInspectorModel.idl index 4aaf87b0a5d9..e70bb43872a8 100644 --- a/offapi/com/sun/star/inspection/ObjectInspectorModel.idl +++ b/offapi/com/sun/star/inspection/ObjectInspectorModel.idl @@ -76,11 +76,11 @@ service ObjectInspectorModel : XObjectInspectorModel section. @throws ::com::sun::star::lang::IllegalArgumentException - if handlerFactories is empty. + if handlerFactories is empty. @throws ::com::sun::star::lang::IllegalArgumentException - if minHelpTextLines or maxHelpTextLines are negative, - or if minHelpTextLines is greater than maxHelpTextLines. + if minHelpTextLines or maxHelpTextLines are negative, + or if minHelpTextLines is greater than maxHelpTextLines. @see XObjectInspectorModel::HandlerFactories @see XObjectInspectorModel::HasHelpSection diff --git a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl index 095bd841cbc1..741c89b6e76f 100644 --- a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl +++ b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl @@ -110,7 +110,7 @@ interface XObjectInspectorModel @param PropertyName the property whose global order index should be retrieved @return - the global order index of PropertyName. + the global order index of PropertyName. */ long getPropertyOrderIndex( [in] string PropertyName ); diff --git a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl index 19946c5242bd..5d3ea226dbe3 100644 --- a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl +++ b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl @@ -71,7 +71,7 @@ interface XObjectInspectorUI this does mean that this element's state is not affected by the call - it does not mean that it is disabled. @param Enable - if the elements denoted by _nElements should be enabled, if + if the elements denoted by _nElements should be enabled, if they should be disabled. */ void enablePropertyUIElements( @@ -89,7 +89,7 @@ interface XObjectInspectorUI

Note that the property whose UI should be rebuilt must not necessarily be (though usually is) in the responsibility of the handler which calls this method. The object inspector will look up the - handler with the responsibility for PropertyName and call its + handler with the responsibility for PropertyName and call its XPropertyHandler::describePropertyLine()

@param PropertyName diff --git a/offapi/com/sun/star/inspection/XPropertyControlFactory.idl b/offapi/com/sun/star/inspection/XPropertyControlFactory.idl index abb78655744d..06b3a40b237b 100644 --- a/offapi/com/sun/star/inspection/XPropertyControlFactory.idl +++ b/offapi/com/sun/star/inspection/XPropertyControlFactory.idl @@ -55,7 +55,7 @@ interface XPropertyControlFactory a control of the given type. @throws com::sun::star::lang::IllegalArgumentException - if the given ControlType is not a value PropertyControlType + if the given ControlType is not a value PropertyControlType */ XPropertyControl createPropertyControl( [in] short ControlType, [in] boolean CreateReadOnly ) raises ( com::sun::star::lang::IllegalArgumentException ); diff --git a/offapi/com/sun/star/inspection/XPropertyHandler.idl b/offapi/com/sun/star/inspection/XPropertyHandler.idl index 39d295f118a9..bd1a0d0ab36b 100644 --- a/offapi/com/sun/star/inspection/XPropertyHandler.idl +++ b/offapi/com/sun/star/inspection/XPropertyHandler.idl @@ -112,7 +112,7 @@ interface XPropertyHandler @throws com::sun::star::beans::UnknownPropertyException if the given property is not supported by this handler @throws com::sun::star::lang::NullPointerException - if ControlFactory is . + if ControlFactory is . @see PropertyControlType @see LineDescriptor */ @@ -344,7 +344,7 @@ interface XPropertyHandler @param out_Data If the method returns InteractiveSelectionResult::ObtainedValue, - then out_Data contains the value which has been interactively obtained + then out_Data contains the value which has been interactively obtained from the user, and which still needs to be set at the inspected component. @param InspectorUI @@ -359,7 +359,7 @@ interface XPropertyHandler @throws com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler @throws com::sun::star::lang::NullPointerException - if InspectorUI is + if InspectorUI is @see describePropertyLine @see addPropertyChangeListener @@ -396,9 +396,9 @@ interface XPropertyHandler
In some cases it may be necessary to differentiate between both situations. For instance, if you want to set the value of another property when an actuating property's value changed, - you should definitely not do this when FirstTimeInit is . + you should definitely not do this when FirstTimeInit is . @throws com::sun::star::lang::NullPointerException - if InspectorUI is + if InspectorUI is */ void actuatingPropertyChanged( -- cgit