summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/runtime/XFormControllerContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/runtime/XFormControllerContext.idl')
-rw-r--r--offapi/com/sun/star/form/runtime/XFormControllerContext.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/runtime/XFormControllerContext.idl b/offapi/com/sun/star/form/runtime/XFormControllerContext.idl
index b4e0cded8b6b..5cce866a4dfb 100644
--- a/offapi/com/sun/star/form/runtime/XFormControllerContext.idl
+++ b/offapi/com/sun/star/form/runtime/XFormControllerContext.idl
@@ -26,9 +26,9 @@
module com { module sun { module star { module form { module runtime {
-/** provides a context for a <type>FormController</type>
+/** provides a context for a FormController
-<p>A <type>FormController</type> knows about the controls it is responsible
+<p>A FormController knows about the controls it is responsible
for, and about the control container which those controls live in. However, it doesn't know
about a possible larger context, like a scrollable view which the controls are embedded into.
To compensate this, it can be provided a <code>XFormControllerContext</code>.</p>