summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection/XPropertyHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/inspection/XPropertyHandler.idl')
-rw-r--r--offapi/com/sun/star/inspection/XPropertyHandler.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/inspection/XPropertyHandler.idl b/offapi/com/sun/star/inspection/XPropertyHandler.idl
index a1dddb1a27d0..ffc46563b014 100644
--- a/offapi/com/sun/star/inspection/XPropertyHandler.idl
+++ b/offapi/com/sun/star/inspection/XPropertyHandler.idl
@@ -342,9 +342,9 @@ interface XPropertyHandler
@param Primary
`TRUE` if and only if the primary button has been clicked, `FALSE` otherwise
- @param out_Data
+ @param outData
If the method returns InteractiveSelectionResult::ObtainedValue,
- then out_Data contains the value which has been interactively obtained
+ then outData contains the value which has been interactively obtained
from the user, and which still needs to be set at the inspected component.
@param InspectorUI
@@ -369,7 +369,7 @@ interface XPropertyHandler
onInteractivePropertySelection(
[in] string PropertyName,
[in] boolean Primary,
- [out] any out_Data,
+ [out] any outData,
[in] XObjectInspectorUI InspectorUI
)
raises (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::NullPointerException);