summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl2
-rw-r--r--offapi/com/sun/star/frame/FeatureStateEvent.idl2
-rw-r--r--offapi/com/sun/star/util/XURLTransformer.idl2
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.