summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/PropertyBrowserController.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/PropertyBrowserController.idl')
-rw-r--r--offapi/com/sun/star/form/PropertyBrowserController.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/PropertyBrowserController.idl b/offapi/com/sun/star/form/PropertyBrowserController.idl
index 50f1b757aab9..4e9c3d894c95 100644
--- a/offapi/com/sun/star/form/PropertyBrowserController.idl
+++ b/offapi/com/sun/star/form/PropertyBrowserController.idl
@@ -31,7 +31,7 @@
/** describes a controller which can be used to browse and modify properties of form controls.
- <p>The controller can be plugged into an com::sun::star::frame::XFrame, and will
+ <p>The controller can be plugged into a com::sun::star::frame::XFrame, and will
provide a visual component for inspecting control properties. This means it allows to interactively control
several aspects of a FormControlModel or DataAwareControlModel, such as it's
data binding, it's layout, and it's event binding</p>
@@ -101,7 +101,7 @@ published service PropertyBrowserController
/** ensures the basic functionality for a controller.
<p>With supporting this interface, the component is able to operate in (and provide content
- for) an com::sun::star::frame::XFrame.</p>
+ for) a com::sun::star::frame::XFrame.</p>
*/
interface com::sun::star::frame::XController;