summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/FileSystemStorage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/FileSystemStorage.idl')
-rw-r--r--offapi/com/sun/star/embed/FileSystemStorage.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/embed/FileSystemStorage.idl b/offapi/com/sun/star/embed/FileSystemStorage.idl
index 0dcd0399ca9c..9263642323e1 100644
--- a/offapi/com/sun/star/embed/FileSystemStorage.idl
+++ b/offapi/com/sun/star/embed/FileSystemStorage.idl
@@ -43,7 +43,7 @@ published service FileSystemStorage
<dd>
<p>
A file system storage is created either by
- <type>StorageFactory</type> or by <type>XStorage</type>
+ StorageFactory or by XStorage
interface and is controlled by refcounting. In case
refcounting is decreased to zero the storage will be
disposed automatically.
@@ -54,12 +54,12 @@ published service FileSystemStorage
( substorages and substreams ) are not affected.
</p>
</dd>
- <dt>interface <type>XStorage</type></dt>
+ <dt>interface XStorage</dt>
<dd>
<dl>
<dt><method>XStorage::openStorageElement</method></dt>
<dd>
- This method returns <type>FileSystemStorage</type>
+ This method returns FileSystemStorage
service implementation.
</dd>