summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ui/dialogs/FilePicker.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/FilePicker.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/FilePicker.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/FilePicker.idl b/offapi/com/sun/star/ui/dialogs/FilePicker.idl
index 230f289c10f4..c208bb75d91d 100644
--- a/offapi/com/sun/star/ui/dialogs/FilePicker.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilePicker.idl
@@ -59,8 +59,8 @@ module com { module sun { module star { module ui { module dialogs {
It is <strong>NOT</strong> recommended to cache a reference to a file
picker instance. Due to restrictions by the underlying system there can
- be specific limitations possible. To overcome these problems it'
- s recommended to create a new instance on demand.
+ be specific limitations possible. To overcome these problems it's
+ recommended to create a new instance on demand.
@see XFilePicker
*/
@@ -129,7 +129,7 @@ published service FilePicker
<br/><br/>
<p><strong>Notes for the implementation of a FileSave dialog:</strong>
The implementation of a FileSave dialog should automatically check
- for existens of a file and issue a warning if a file with the same
+ for existence of a file and issue a warning if a file with the same
name already exist.</p>
@see com::sun::star::ui::dialogs::TemplateDescription
@@ -138,7 +138,7 @@ published service FilePicker
//-------------------------------------------------------------------------
/** For canceling a running dialog instance.
- <p>This may be usefull for automatic test tools for instance.</p>
+ <p>This may be useful for automatic test tools for instance.</p>
*/
[optional] interface com::sun::star::util::XCancellable;