From 37a5c4e6b80d9f25dc8c7f4e7f7d46e917cae50f Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Wed, 19 Jul 2017 13:02:21 +1000 Subject: osl: fix file_path_header.cxx comment Change-Id: I671ba9d48d327ccabc8851bee596831e04a6f62a --- sal/osl/unx/file_path_helper.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sal') 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: -- cgit