[Libreoffice-commits] .: tools/inc

François Tigeot ftigeot at kemper.freedesktop.org
Thu May 5 00:27:24 PDT 2011


 tools/inc/tools/fsys.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit dbf351b8b523fc5ede1bc517b6f09292338cbd16
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Thu May 5 09:25:57 2011 +0200

    Remove unused DirEntry methods

diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx
index e4ab76b..92c8c80 100644
--- a/tools/inc/tools/fsys.hxx
+++ b/tools/inc/tools/fsys.hxx
@@ -271,7 +271,6 @@ private:
                                           FSysPathStyle eStyle );
     TOOLS_DLLPRIVATE const DirEntry* 	ImpGetTopPtr() const;
     TOOLS_DLLPRIVATE DirEntry*			ImpGetTopPtr();
-    TOOLS_DLLPRIVATE sal_Bool				ImpToRel( String aStart );
 
 protected:
     void				ImpTrim( FSysPathStyle eStyle );
@@ -326,8 +325,6 @@ public:
     bool				IsAbs() const;
     sal_Bool				ToAbs();
     sal_Bool				Find( const String& rPfad, char cDelim = 0 );
-    sal_Bool				ToRel();
-    sal_Bool				ToRel( const DirEntry& rRefDir );
 
     sal_Bool				SetCWD( sal_Bool bSloppy = sal_False ) const;
     sal_Bool				MakeDir( sal_Bool bSloppy = sal_False ) const;


More information about the Libreoffice-commits mailing list