summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/presentation/CustomPresentationAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/CustomPresentationAccess.idl')
-rw-r--r--offapi/com/sun/star/presentation/CustomPresentationAccess.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/presentation/CustomPresentationAccess.idl b/offapi/com/sun/star/presentation/CustomPresentationAccess.idl
index d6c49c794965..053a78647203 100644
--- a/offapi/com/sun/star/presentation/CustomPresentationAccess.idl
+++ b/offapi/com/sun/star/presentation/CustomPresentationAccess.idl
@@ -34,14 +34,14 @@ published service CustomPresentationAccess
/** This is the container of the custom presentations.
<p>Each instance in this container implements the service
- <type>CustomPresentation</type>.
+ CustomPresentation.
<p>The methods insertByName and replaceByName both replace
- the name of the given <type>CustomPresentation</type>
+ the name of the given CustomPresentation
*/
interface com::sun::star::container::XNameContainer;
/** This interface lets you create empty instances of
- the service <type>CustomPresentation</type>.
+ the service CustomPresentation.
<p>These services are needed for the <code>insertByName</code>
and <code>replaceByName</code> methods of this service