diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-21 10:50:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-21 15:42:51 +0200 |
commit | e5647de7dd26775e45af24f11ac4f82a5518bd9e (patch) | |
tree | 0cdf163e8a9a2aebd0e8c91b443b2243a8b4fe6a /tools/inc | |
parent | ca402fa0dae85f7f289398af34aa43cf06d14e87 (diff) |
callcatcher: clean up Dir and DirEntry
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/fsys.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx index fbcafefacd6b..a0a494f538ad 100644 --- a/tools/inc/tools/fsys.hxx +++ b/tools/inc/tools/fsys.hxx @@ -290,7 +290,6 @@ public: void SetExtension( const String& rExt, char cSep = '.' ); String GetExtension( char cSep = '.' ) const; - String CutExtension( char cSep = '.' ); void SetName( const String& rName, FSysPathStyle eFormatter = FSYS_STYLE_HOST ); inline const String GetNameDirect() const { return String(aName, osl_getThreadTextEncoding()); } String GetName( FSysPathStyle eFormatter = FSYS_STYLE_HOST ) const; @@ -336,7 +335,6 @@ public: sal_Bool operator !=( const DirEntry& rAnotherDir ) const { return !(DirEntry::operator==( rAnotherDir )); } - StringCompare NameCompare( const DirEntry &rWith ) const; inline StringCompare NameCompareDirect( const DirEntry &rWith ) const { #ifdef UNX @@ -447,12 +445,8 @@ protected: #endif public: - Dir(); Dir( const DirEntry& rDirEntry, DirEntryKind nKind = FSYS_KIND_ALL ); - Dir( const DirEntry& rDirEntry, - DirEntryKind nKind, - FSysSort nSort, ... ); ~Dir(); void Reset(); |