From 06b9ea06ac93dd8dab13145813b4ac6f57ca7c78 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 5 Aug 2019 10:22:39 +0200 Subject: Fix typos Change-Id: I9caf2bebb69a891c64ded0f3b12ad1094ec87cbb Reviewed-on: https://gerrit.libreoffice.org/76968 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- offapi/com/sun/star/inspection/PropertyControlType.idl | 2 +- offapi/com/sun/star/inspection/XObjectInspector.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun/star/inspection') diff --git a/offapi/com/sun/star/inspection/PropertyControlType.idl b/offapi/com/sun/star/inspection/PropertyControlType.idl index 2954dd76de06..b5eb40952c2e 100644 --- a/offapi/com/sun/star/inspection/PropertyControlType.idl +++ b/offapi/com/sun/star/inspection/PropertyControlType.idl @@ -23,7 +23,7 @@ module com { module sun { module star { module inspection { /** describes pre-defined possible control types to be used to display and enter - property values within a ObjectInspector. + property values within an ObjectInspector.

The type of a control determines its visual appearance, its behavior, and - important for property handlers using a control - the expected type when reading and writing the diff --git a/offapi/com/sun/star/inspection/XObjectInspector.idl b/offapi/com/sun/star/inspection/XObjectInspector.idl index 6ec9169d9ca3..6d91b12f8cc4 100644 --- a/offapi/com/sun/star/inspection/XObjectInspector.idl +++ b/offapi/com/sun/star/inspection/XObjectInspector.idl @@ -37,7 +37,7 @@ interface XObjectInspectorUI; */ interface XObjectInspector { - /** allows to plug the inspector into an com::sun::star::frame::XFrame + /** allows to plug the inspector into a com::sun::star::frame::XFrame

The com::sun::star::frame::XController::setModel() method accepts only XObjectInspectorModels, and will return `FALSE` if the -- cgit