summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file_path_helper.h
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:17:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:17:37 +0000
commit63167a1ef3935582468fd67435b90b8aa662efce (patch)
treeecd5ea71e550ab5fbb891dd32b1deb8a303d490e /sal/osl/unx/file_path_helper.h
parent9915a3fe074cde90cdab303c5d3343ef6bf7f5e3 (diff)
INTEGRATION: CWS warnings01 (1.3.346); FILE MERGED
2005/09/23 00:51:46 sb 1.3.346.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/30 17:03:15 sb 1.3.346.1: #i53898# Made code warning-free.
Diffstat (limited to 'sal/osl/unx/file_path_helper.h')
-rw-r--r--sal/osl/unx/file_path_helper.h32
1 files changed, 2 insertions, 30 deletions
diff --git a/sal/osl/unx/file_path_helper.h b/sal/osl/unx/file_path_helper.h
index 9e035045a5b4..461e78db8ff6 100644
--- a/sal/osl/unx/file_path_helper.h
+++ b/sal/osl/unx/file_path_helper.h
@@ -4,9 +4,9 @@
*
* $RCSfile: file_path_helper.h,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:55:23 $
+ * last change: $Author: hr $ $Date: 2006-06-20 04:17:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -166,34 +166,6 @@
rtl_uString** ppustrAbsolutePath);
/*****************************************
- osl_systemPathGetParent
- Replaces the last occurrance of a path
- separator with '\0' and returns the
- position where the '/' was replaced
-
- @param pustrPath [inout] a system
- path, the last separator of
- this path will be replaced by
- a '\0'
- if the path is the root path
- '/' or the path is considered
- as to have no parent, e.g.
- '/NoParent' or 'NoParent' or
- the path is empty no
- replacement will be made
- pustrPath must not be NULL
-
- @returns the position of the last path
- separator that was replaced
- or 0 if no replacement took
- place
-
- ****************************************/
-
- sal_Int32 SAL_CALL osl_systemPathGetParent(
- /*inout*/ rtl_uString* pustrPath);
-
- /*****************************************
osl_systemPathGetFileOrLastDirectoryPart
Returns the file or the directory part
of the given path