summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl')
-rw-r--r--offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl7
1 files changed, 4 insertions, 3 deletions
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);
};
//=============================================================================