summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-09 09:23:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-09 09:23:08 +0100
commit8840765e2927d036b6c8b4481eabbd4f4fb460a9 (patch)
tree1ef231935faaa9824161e1e4c8865f59f6b51108 /sal
parentfdo#47021: the naive join attempt leads to deadlock (diff)
downloadcore-8840765e2927d036b6c8b4481eabbd4f4fb460a9.tar.gz
core-8840765e2927d036b6c8b4481eabbd4f4fb460a9.zip
Fixed @since tags
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/osl/file.hxx8
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
{