[Libreoffice-commits] core.git: sal/osl

Chris Sherlock chris.sherlock79 at gmail.com
Wed Jul 19 03:03:34 UTC 2017


 sal/osl/unx/file_path_helper.cxx |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 37a5c4e6b80d9f25dc8c7f4e7f7d46e917cae50f
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Wed Jul 19 13:02:21 2017 +1000

    osl: fix file_path_header.cxx comment
    
    Change-Id: I671ba9d48d327ccabc8851bee596831e04a6f62a

diff --git a/sal/osl/unx/file_path_helper.cxx b/sal/osl/unx/file_path_helper.cxx
index 08387de782ff..4d1ecc588ee6 100644
--- a/sal/osl/unx/file_path_helper.cxx
+++ b/sal/osl/unx/file_path_helper.cxx
@@ -151,11 +151,8 @@ bool SAL_CALL osl_systemPathIsLocalOrParentDirectoryEntry(
             dirent == FPH_PARENT_DIR_ENTRY());
 }
 
-/***********************************************
- Simple iterator for a path list separated by
- the specified character
- **********************************************/
-
+/** Simple iterator for a path list separated by the specified character
+*/
 class path_list_iterator
 {
 public:


More information about the Libreoffice-commits mailing list