summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-10-09 07:10:29 +0000
committerTino Rachui <tra@openoffice.org>2001-10-09 07:10:29 +0000
commitf68f95d63a130b98d675f229aa3fa5e4a6e90b70 (patch)
tree929a33c4d5c87cad560e23938eed68025beacdda /offapi/com/sun/star/ui
parent68722f7b0dc0232024b778eb0106c6c394b89f28 (diff)
#88924#added interface com.sun.star.util.XCancellable optionally
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r--offapi/com/sun/star/ui/dialogs/FolderPicker.idl13
1 files changed, 11 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/FolderPicker.idl b/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
index 4fd97ee79de9..9018cf6d4dc4 100644
--- a/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
+++ b/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FolderPicker.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2001-08-30 10:20:13 $
+ * last change: $Author: tra $ $Date: 2001-10-09 08:10:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,10 @@
#include <com/sun/star/lang/XTypeProvider.idl>
#endif
+#ifndef __com_sun_star_util_XCancellable_idl__
+#include <com/sun/star/util/XCancellable.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module ui { module dialogs {
@@ -105,6 +109,11 @@ service FolderPicker
/** service should always support this interface.
*/
interface com::sun::star::lang::XTypeProvider;
+
+ //-------------------------------------------------------------------------
+ /** For canceling a running dialog instance.
+ */
+ [optional] interface com::sun::star::util::XCancellable;
};
//=============================================================================