summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XOLESimpleStorage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XOLESimpleStorage.idl')
-rw-r--r--offapi/com/sun/star/embed/XOLESimpleStorage.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/embed/XOLESimpleStorage.idl b/offapi/com/sun/star/embed/XOLESimpleStorage.idl
index 7f9f816a0f13..4ea4f69b1259 100644
--- a/offapi/com/sun/star/embed/XOLESimpleStorage.idl
+++ b/offapi/com/sun/star/embed/XOLESimpleStorage.idl
@@ -37,32 +37,32 @@ module com { module sun { module star { module embed {
published interface XOLESimpleStorage
{
//INTERFACES
- /** interface <type>XNameContainer</type> is the generic interface for
+ /** interface XNameContainer is the generic interface for
supporting the insertion and removal of named elements.
<p>The access to the elements is provided though
- <type>XNameContainer</type> methods.</p>
+ XNameContainer methods.</p>
*/
interface ::com::sun::star::container::XNameContainer;
- /** interface <type>XComponent</type> allows to explicitly free resources
+ /** interface XComponent allows to explicitly free resources
and break cyclic references.
*/
interface ::com::sun::star::lang::XComponent;
- /** interface <type>XTransactedObject</type> allows transacted access to
+ /** interface XTransactedObject allows transacted access to
an object.
<p>The storages are always opened in transacted mode, the
- <type>XTransactedObject</type> interface allows to commit the storage.
+ XTransactedObject interface allows to commit the storage.
</p>
*/
interface XTransactedObject;
- /** interface <type>XClassifiedObject</type> represents common
+ /** interface XClassifiedObject represents common
functionality for embedded objects
- <p>the <type>XClassifiedObject</type> interface allows to set/get the
+ <p>the XClassifiedObject interface allows to set/get the
ClassID of the storage.</p>
*/
interface XClassifiedObject;