[Libreoffice-commits] .: sal/inc

Stephan Bergmann sbergmann at kemper.freedesktop.org
Fri Mar 9 00:24:23 PST 2012


 sal/inc/osl/file.hxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 8840765e2927d036b6c8b4481eabbd4f4fb460a9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Mar 9 09:23:08 2012 +0100

    Fixed @since tags

diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index 0ad8922..ee3ac1f 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
     {


More information about the Libreoffice-commits mailing list