summaryrefslogtreecommitdiff
path: root/sal/inc/osl/file.hxx
diff options
context:
space:
mode:
authorOliver Braun <obr@openoffice.org>2001-10-12 12:27:05 +0000
committerOliver Braun <obr@openoffice.org>2001-10-12 12:27:05 +0000
commit1c8ada172d56c46197e969bf6a5814083e9ad55d (patch)
tree3ce45d370330304e5eab33a1909c46a57bfd23a7 /sal/inc/osl/file.hxx
parentead047b01a5c825ec11ccda9be61203479cd03f8 (diff)
make autodoc happy
Diffstat (limited to 'sal/inc/osl/file.hxx')
-rw-r--r--sal/inc/osl/file.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index 13e5361bb..92ec43138 100644
--- a/sal/inc/osl/file.hxx
+++ b/sal/inc/osl/file.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: file.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obr $ $Date: 2001-09-19 11:18:13 $
+ * last change: $Author: obr $ $Date: 2001-10-12 13:27:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -676,7 +676,7 @@ public:
The path delimiter is '/'. Relative paths are not allowed.
*/
- File( const ::rtl::OUString& strPath ): _pData( 0 ), _aPath( strPath ) {};
+ File( const ::rtl::OUString& strPath ): _pData( 0 ), _aPath( strPath ) {}
/** D'tor
*/
@@ -758,7 +758,7 @@ public:
}
return (RC) Error;
- };
+ }
/** Sets the internal position pointer of an open file.
@@ -1082,7 +1082,7 @@ public:
if( _pData )
osl_acquireDirectoryItem( _pData );
return *this;
- };
+ }
/** @return sal_True if object is valid directory item,
sal_False otherwise.
@@ -1201,7 +1201,7 @@ public:
Directory( const ::rtl::OUString& strPath ): _pData( 0 ), _aPath( strPath )
{
- };
+ }
/** D'tor
*/