summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/system/ProxySettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/system/ProxySettings.idl')
-rw-r--r--offapi/com/sun/star/system/ProxySettings.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/system/ProxySettings.idl b/offapi/com/sun/star/system/ProxySettings.idl
index 11ffa1ff3a85..bdea6a7c2691 100644
--- a/offapi/com/sun/star/system/ProxySettings.idl
+++ b/offapi/com/sun/star/system/ProxySettings.idl
@@ -23,15 +23,12 @@
#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
-//=============================================================================
module com { module sun { module star { module system {
-//=============================================================================
published interface XProxySettings;
-//=============================================================================
/** Specifies a service for reading the proxy settings from an old office
installation or a central system database.
@@ -42,23 +39,19 @@ module com { module sun { module star { module system {
published service ProxySettings
{
- //-------------------------------------------------------------------------
/** Provides access to a <type>XProxySettings</type> interface.
*/
interface XProxySettings;
- //-------------------------------------------------------------------------
/** Service should always support this interface.
*/
interface com::sun::star::lang::XServiceInfo;
- //-------------------------------------------------------------------------
/** Service should always support this interface.
*/
interface com::sun::star::lang::XTypeProvider;
};
-//=============================================================================
}; }; }; };