diff options
-rw-r--r-- | sal/osl/unx/file_path_helper.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
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: |