summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/system/SystemShellExecute.idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-21 07:39:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-23 09:58:25 +0200
commit8b34ad6204ee35b7dca10d2b1c9761dfa72684a7 (patch)
tree519eaab89d1fba3788a990ab15034ca9987a042d /offapi/com/sun/star/system/SystemShellExecute.idl
parentfdo#46141: Don't use a timer to show header/footer separators (diff)
downloadcore-8b34ad6204ee35b7dca10d2b1c9761dfa72684a7.tar.gz
core-8b34ad6204ee35b7dca10d2b1c9761dfa72684a7.zip
fdo#46808, Remove unnecessary XServiceInfo lines in UNO IDL
XServiceInfo does not need to be declared as a supported sub-interface for services, it is always implicitly there. Also, for those services that now only contain one interface, convert them to new-style service IDL declarations. Change-Id: I325c27f287a02de6bdfc8bb6e5bf6c2a4ae0a753 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi/com/sun/star/system/SystemShellExecute.idl')
-rw-r--r--offapi/com/sun/star/system/SystemShellExecute.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/system/SystemShellExecute.idl b/offapi/com/sun/star/system/SystemShellExecute.idl
index 4ba5087bac80..e5b714306f04 100644
--- a/offapi/com/sun/star/system/SystemShellExecute.idl
+++ b/offapi/com/sun/star/system/SystemShellExecute.idl
@@ -43,10 +43,6 @@ published service SystemShellExecute
/** Service should always support this interface.
*/
- interface com::sun::star::lang::XServiceInfo;
-
- /** Service should always support this interface.
- */
interface com::sun::star::lang::XTypeProvider;
};