summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 15:17:01 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 12:36:37 +0000
commit095438e52ccff8eaf12af6b3e3eb5f8c00792416 (patch)
tree1f9c5ad0e05fa67ff10d970b166ba3641ee60784 /offapi/com/sun/star/form
parentFix typos (diff)
downloadcore-095438e52ccff8eaf12af6b3e3eb5f8c00792416.tar.gz
core-095438e52ccff8eaf12af6b3e3eb5f8c00792416.zip
Fix typos
Change-Id: I14dca0d55c09187690dc1d94936c40b890ca5cea Reviewed-on: https://gerrit.libreoffice.org/35637 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com/sun/star/form')
-rw-r--r--offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl b/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl
index 70d62892b375..49a36594f875 100644
--- a/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl
+++ b/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl
@@ -50,7 +50,7 @@ interface XFeatureInvalidation
<p>This method is used of it cannot be exactly and reliably determined
which features might actually have changed their state. In this case, the callee
- should assume all features it is interested in must be requeried.</p>
+ should assume all features it is interested in must be required.</p>
*/
void invalidateAllFeatures();
};