summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb')
-rw-r--r--offapi/com/sun/star/ucb/CertificateValidationRequest.idl5
-rw-r--r--offapi/com/sun/star/ucb/URLAuthenticationRequest.idl2
-rw-r--r--offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl2
-rw-r--r--offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl7
4 files changed, 7 insertions, 9 deletions
diff --git a/offapi/com/sun/star/ucb/CertificateValidationRequest.idl b/offapi/com/sun/star/ucb/CertificateValidationRequest.idl
index 20c3d06ec954..e43e8ca5c6ad 100644
--- a/offapi/com/sun/star/ucb/CertificateValidationRequest.idl
+++ b/offapi/com/sun/star/ucb/CertificateValidationRequest.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module ucb {
//=============================================================================
/** An error specifying an invalid certificate.
*/
-published exception CertificateValidationRequest: com::sun::star::task::ClassifiedInteractionRequest
+exception CertificateValidationRequest: com::sun::star::task::ClassifiedInteractionRequest
{
//-------------------------------------------------------------------------
/** This value describes the validity of the certificate.
@@ -50,9 +50,6 @@ published exception CertificateValidationRequest: com::sun::star::task::Classifi
*/
com::sun::star::security::XCertificate Certificate;
- //-------------------------------------------------------------------------
- /** The host name.
- */
string HostName;
};
diff --git a/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl b/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl
index e63d18b7a3e6..7fcceb37fdce 100644
--- a/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl
+++ b/offapi/com/sun/star/ucb/URLAuthenticationRequest.idl
@@ -41,7 +41,7 @@ module com { module sun { module star { module ucb {
@since OOo 3.2
*/
-published exception URLAuthenticationRequest : AuthenticationRequest
+/*published*/ exception URLAuthenticationRequest : AuthenticationRequest
{
//-------------------------------------------------------------------------
/** The URL for which authentication is requested.
diff --git a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
index 4e3003cdb684..697c142da34e 100644
--- a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
+++ b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
@@ -44,7 +44,7 @@ module com { module sun { module star { module ucb {
@since OOo 3.2
*/
-published interface XInteractionSupplyAuthentication2 : XInteractionSupplyAuthentication
+/*published*/ interface XInteractionSupplyAuthentication2 : XInteractionSupplyAuthentication
{
//-------------------------------------------------------------------------
/** Specifies if "system credentials" can be obtained and used by the issuer
diff --git a/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl b/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl
index af6e3830b58c..dcfdd4203df2 100644
--- a/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl
+++ b/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl
@@ -43,7 +43,8 @@ module com { module sun { module star { module ucb {
<type>XCommandEnvironment</type> implementation, when executing a command
using <type>XCommandProcessor</type>.
*/
-published interface XWebDAVCommandEnvironment : com::sun::star::uno::XInterface
+/* published */
+interface XWebDAVCommandEnvironment : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
/** This method gets called while assembling an WebDAV/HTTP request.
@@ -62,8 +63,8 @@ published interface XWebDAVCommandEnvironment : com::sun::star::uno::XInterface
The header value must be an Any containing a string.
*/
sequence<com::sun::star::beans::NamedValue> getUserRequestHeaders(
- [in] string aURI,
- [in] string aMethod);
+ [in] string aURI,
+ [in] string aMethod);
};
//=============================================================================