diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 15:17:01 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 12:36:37 +0000 |
commit | 095438e52ccff8eaf12af6b3e3eb5f8c00792416 (patch) | |
tree | 1f9c5ad0e05fa67ff10d970b166ba3641ee60784 /offapi | |
parent | 25e0872da600c65a08c73c335f0e1ef21b2f00f5 (diff) |
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')
-rw-r--r-- | offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/FeatureStateEvent.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/util/XURLTransformer.idl | 2 |
3 files changed, 3 insertions, 3 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(); }; diff --git a/offapi/com/sun/star/frame/FeatureStateEvent.idl b/offapi/com/sun/star/frame/FeatureStateEvent.idl index e18e3e958c0d..026341239306 100644 --- a/offapi/com/sun/star/frame/FeatureStateEvent.idl +++ b/offapi/com/sun/star/frame/FeatureStateEvent.idl @@ -46,7 +46,7 @@ published struct FeatureStateEvent: com::sun::star::lang::EventObject */ boolean IsEnabled; - /** specifies whether the XDispatch has to be requeried. + /** specifies whether the XDispatch has to be required. <p> Interest code should listen for FrameActionEvent diff --git a/offapi/com/sun/star/util/XURLTransformer.idl b/offapi/com/sun/star/util/XURLTransformer.idl index 9a6efdb83ea1..e6d2b0212872 100644 --- a/offapi/com/sun/star/util/XURLTransformer.idl +++ b/offapi/com/sun/star/util/XURLTransformer.idl @@ -85,7 +85,7 @@ published interface XURLTransformer: com::sun::star::uno::XInterface stores it into URL::Complete @param aURL - the URL which contains alls necessary information in a structured form. The + the URL which contains all necessary information in a structured form. The member URL::Complete contains the URL in string notation after the operation finished successfully. Otherwise the content of URL::Complete is not defined. |