diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-05 10:22:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-05 17:15:39 +0200 |
commit | 06b9ea06ac93dd8dab13145813b4ac6f57ca7c78 (patch) | |
tree | 0929eaf717988d147ac2c9b5cca79d2a18862f5d /offapi/com/sun/star/inspection | |
parent | 09084404383ca34f638abb983cd22be51bc14054 (diff) |
Fix typos
Change-Id: I9caf2bebb69a891c64ded0f3b12ad1094ec87cbb
Reviewed-on: https://gerrit.libreoffice.org/76968
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com/sun/star/inspection')
-rw-r--r-- | offapi/com/sun/star/inspection/PropertyControlType.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/inspection/XObjectInspector.idl | 2 |
2 files changed, 2 insertions, 2 deletions
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. <p>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 <p>The com::sun::star::frame::XController::setModel() method accepts only XObjectInspectorModels, and will return `FALSE` if the |