summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XFileIdentifierConverter.idl')
-rw-r--r--offapi/com/sun/star/ucb/XFileIdentifierConverter.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl b/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
index b1b80f32b597..440b7b68276d 100644
--- a/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
+++ b/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** specifies methods to convert between (file) URLs and file paths in system
dependent notation.
@@ -43,7 +41,6 @@ module com { module sun { module star { module ucb {
*/
published interface XFileIdentifierConverter : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Get information about the "locality" of a file content provider.
<p>The returned information can be used to chose the "best" among a
@@ -62,7 +59,6 @@ published interface XFileIdentifierConverter : com::sun::star::uno::XInterface
*/
long getFileProviderLocality( [in] string BaseURL );
- //-------------------------------------------------------------------------
/** converts a file path in system dependent notation to a (file) URL.
@param BaseURL
@@ -79,7 +75,6 @@ published interface XFileIdentifierConverter : com::sun::star::uno::XInterface
string getFileURLFromSystemPath( [in] string BaseURL,
[in] string SystemPath );
- //-------------------------------------------------------------------------
/** converts a (file) URL to a file path in system dependent notation.
@param URL
@@ -92,7 +87,6 @@ published interface XFileIdentifierConverter : com::sun::star::uno::XInterface
string getSystemPathFromFileURL( [in] string URL );
};
-//=============================================================================
}; }; }; };