summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XSimpleFileAccess.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:32:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit3122600a5e11309b86e33061defd710cf0872975 (patch)
tree849f913b061611d306194e07c22071219dafd592 /offapi/com/sun/star/ucb/XSimpleFileAccess.idl
parentb352a8bf0321c13919c9882484a1c4d4d65cfd33 (diff)
*api: convert <member>Foo::bar</member>
Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
Diffstat (limited to 'offapi/com/sun/star/ucb/XSimpleFileAccess.idl')
-rw-r--r--offapi/com/sun/star/ucb/XSimpleFileAccess.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/XSimpleFileAccess.idl b/offapi/com/sun/star/ucb/XSimpleFileAccess.idl
index d7a11dcb74db..974f4eee0591 100644
--- a/offapi/com/sun/star/ucb/XSimpleFileAccess.idl
+++ b/offapi/com/sun/star/ucb/XSimpleFileAccess.idl
@@ -193,7 +193,7 @@ published interface XSimpleFileAccess: com::sun::star::uno::XInterface
UnsupportedDataSinkException, if the file cannot be
opened for random write access. Some resources do not allow random
write access. To write data for those resources
- <member>XSimpleFileAccess2::writeFile</member> may be used.
+ XSimpleFileAccess2::writeFile() may be used.
*/
com::sun::star::io::XOutputStream openFileWrite( [in] string FileURL )
raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
@@ -210,7 +210,7 @@ published interface XSimpleFileAccess: com::sun::star::uno::XInterface
UnsupportedDataSinkException, if the file cannot be
opened for random write access. Some resources do not allow random
write access. To write data for those resources
- <member>XSimpleFileAccess2::writeFile</member> may be used.
+ XSimpleFileAccess2::writeFile() may be used.
*/
com::sun::star::io::XStream openFileReadWrite( [in] string FileURL )
raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );