summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-28 16:17:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-03 15:55:05 +0200
commit7a2ef79376c306c457f98f8574d13c7fa7f92dda (patch)
tree9392ee4d7cf0fe48fee3a6595dd0460c96ba6319 /offapi/com/sun/star/ui/dialogs/FolderPicker.idl
parentd110a0125251119d71f466b62b5250eae4be5f88 (diff)
Remove unnecessary XTypeProvider from IDL
XTypeProvider does not need to be explicitly declared in interface or service definitions, it is handling automagically by the cppuhelpers. Along the way, convert service definitions that now only have one interface into new-style UNO service definitions. Change-Id: Id1706b5afdc2c49f89c583eef8cf0a8a0721713f
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/FolderPicker.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/FolderPicker.idl8
1 files changed, 1 insertions, 7 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/FolderPicker.idl b/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
index c0490c92bfe2..d2d5f39e0d2e 100644
--- a/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
+++ b/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
@@ -30,15 +30,13 @@
#define __com_sun_star_ui_dialogs_FolderPicker_idl__
#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/lang/XServiceInfo.idl>
-#include <com/sun/star/lang/XTypeProvider.idl>
#include <com/sun/star/util/XCancellable.idl>
module com { module sun { module star { module ui { module dialogs {
- published interface XFolderPicker;
+published interface XFolderPicker;
/** A FolderPicker service.
*/
@@ -50,10 +48,6 @@ published service FolderPicker
*/
interface XFolderPicker;
- /** Service should always support this interface.
- */
- interface com::sun::star::lang::XTypeProvider;
-
/** For canceling a running dialog instance.
<p>This may be useful for automatic test tools for instance.</p>
*/