diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-09 09:23:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-09 09:23:08 +0100 |
commit | 8840765e2927d036b6c8b4481eabbd4f4fb460a9 (patch) | |
tree | 1ef231935faaa9824161e1e4c8865f59f6b51108 /sal | |
parent | 490f83d4807a4223bae61d34913e5bd2bf952f3a (diff) |
Fixed @since tags
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/osl/file.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx index 0ad8922e299c..ee3ac1fc29d3 100644 --- a/sal/inc/osl/file.hxx +++ b/sal/inc/osl/file.hxx @@ -739,7 +739,7 @@ public: @see getFileType @see isRegular @see isLink - @since 3.6 + @since LibreOffice 3.6 */ inline sal_Bool isFile() const { @@ -753,7 +753,7 @@ public: True if it's a directory, False otherwise. @see getFileType - @since 3.6 + @since LibreOffice 3.6 */ inline sal_Bool isDirectory() const { @@ -768,7 +768,7 @@ public: @see getFileType @see isFile @see isLink - @since 3.6 + @since LibreOffice 3.6 */ inline sal_Bool isRegular() const { @@ -781,7 +781,7 @@ public: True if it's a link, False otherwise. @see getFileType - @since 3.6 + @since LibreOffice 3.6 */ inline sal_Bool isLink() const { |