summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xforms
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-25 20:24:26 +0200
committerCaolán McNamara <caolanm@redhat.com>2011-01-31 10:43:16 +0000
commit406a63e9a0f1a955ff08a0d10d13352174b77193 (patch)
tree67c556e031bd22ada3bbff7dee72499f163f9e8b /offapi/com/sun/star/xforms
parenta129a38585fe89bb95de35982432c28dd4c62b4d (diff)
Some fixes to documentation (part 5)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/xforms')
-rw-r--r--offapi/com/sun/star/xforms/Binding.idl2
-rw-r--r--offapi/com/sun/star/xforms/XFormsUIHelper1.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xforms/Binding.idl b/offapi/com/sun/star/xforms/Binding.idl
index 8885d56a4d9e..3c6006e59f70 100644
--- a/offapi/com/sun/star/xforms/Binding.idl
+++ b/offapi/com/sun/star/xforms/Binding.idl
@@ -64,7 +64,7 @@ service Binding
/** allows external instances to observe the value represented by the binding
<p>This interface is an optional part of the
- <type scope="com::sun::star::form::binding">ValueBinding</type> servce, but loses
+ <type scope="com::sun::star::form::binding">ValueBinding</type> service, but loses
its optionality here.</p>
*/
interface com::sun::star::util::XModifyBroadcaster;
diff --git a/offapi/com/sun/star/xforms/XFormsUIHelper1.idl b/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
index 35488ba2883d..1529c75fdcba 100644
--- a/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
+++ b/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
@@ -94,7 +94,7 @@ interface XFormsUIHelper1
// Creates a new binding based on the one passed as argument.
// The new binding does *not* contribute to the MIPs table and acts
- // as a propertyset in disguise, which is what the UI needs this object for...
+ // as a property set in disguise, which is what the UI needs this object for...
com::sun::star::beans::XPropertySet cloneBindingAsGhost( [in] com::sun::star::beans::XPropertySet binding );
void removeBindingIfUseless( [in] com::sun::star::beans::XPropertySet xBinding );