diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-07-19 13:02:21 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-07-19 13:02:21 +1000 |
commit | 37a5c4e6b80d9f25dc8c7f4e7f7d46e917cae50f (patch) | |
tree | e38f8c3ca094e3886fd432890fdea0d33419d92d /sal | |
parent | e57aad8e43bc2617e88caac515b3fe5a09349813 (diff) |
osl: fix file_path_header.cxx comment
Change-Id: I671ba9d48d327ccabc8851bee596831e04a6f62a
Diffstat (limited to 'sal')
-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: |