summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/system/XProxySettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/system/XProxySettings.idl')
-rw-r--r--offapi/com/sun/star/system/XProxySettings.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/system/XProxySettings.idl b/offapi/com/sun/star/system/XProxySettings.idl
index 711bac5b907e..72c76786ddea 100644
--- a/offapi/com/sun/star/system/XProxySettings.idl
+++ b/offapi/com/sun/star/system/XProxySettings.idl
@@ -50,16 +50,16 @@ module com { module sun { module star { module system {
published interface XProxySettings: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- /** Access to the Ftp proxy address.
+ /** Access to the FTP proxy address.
@returns
- The address of the ftp proxy server, if any has been specified.
+ The address of the FTP proxy server, if any has been specified.
*/
string getFtpProxyAddress( );
//-------------------------------------------------------------------------
- /** Access to the Ftp proxy port.
+ /** Access to the FTP proxy port.
@returns
- The port of the ftp proxy server, if any has been specified.
+ The port of the FTP proxy server, if any has been specified.
*/
string getFtpProxyPort( );
@@ -92,16 +92,16 @@ published interface XProxySettings: com::sun::star::uno::XInterface
string getHttpProxyPort( );
//-------------------------------------------------------------------------
- /** Access to the Https proxy address.
+ /** Access to the HTTPS proxy address.
@returns
- The address of the https proxy server, if any has been specified.
+ The address of the HTTPS proxy server, if any has been specified.
*/
string getHttpsProxyAddress( );
//-------------------------------------------------------------------------
- /** Access to the Https proxy port.
+ /** Access to the HTTPS proxy port.
@returns
- The port of the https proxy server, if any has been specified.
+ The port of the HTTPS proxy server, if any has been specified.
*/
string getHttpsProxyPort( );
@@ -122,7 +122,7 @@ published interface XProxySettings: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** Access to the Proxy-Bypass address.
@returns
- A string of ';' separated addresses for which no proxy server
+ A string of ";" separated addresses for which no proxy server
should be used.
*/
string getProxyBypassAddress( );