summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XEmbeddedObjectResolver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XEmbeddedObjectResolver.idl')
-rw-r--r--offapi/com/sun/star/document/XEmbeddedObjectResolver.idl36
1 files changed, 18 insertions, 18 deletions
diff --git a/offapi/com/sun/star/document/XEmbeddedObjectResolver.idl b/offapi/com/sun/star/document/XEmbeddedObjectResolver.idl
index f1b31dd21d90..0abca8785a71 100644
--- a/offapi/com/sun/star/document/XEmbeddedObjectResolver.idl
+++ b/offapi/com/sun/star/document/XEmbeddedObjectResolver.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,31 +24,31 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_document_XEmbeddedObjectResolver_idl__
-#define __com_sun_star_document_XEmbeddedObjectResolver_idl__
-
+#ifndef __com_sun_star_document_XEmbeddedObjectResolver_idl__
+#define __com_sun_star_document_XEmbeddedObjectResolver_idl__
+
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
-//=============================================================================
-
-module com { module sun { module star { module document {
-
-//=============================================================================
-
+//=============================================================================
+
+module com { module sun { module star { module document {
+
+//=============================================================================
+
/** this interface converts embedded object URLs from one URL space to another.
*/
published interface XEmbeddedObjectResolver: com::sun::star::uno::XInterface
-{
+{
/** converts the given URL from the source URL namespace to the destination
URL space of this instance.
*/
string resolveEmbeddedObjectURL( [in] string aURL );
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif