diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-05-03 14:32:45 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-05-03 14:34:34 +0200 |
commit | 4de8c4a3046fabb8e954dda45b41bf2b986a4a7b (patch) | |
tree | 5e9f14360e125448ad0868823f1fad236dd466c8 /tools/inc | |
parent | c0a5b2b30a3631028b38e8fd7d48094aaee5bebc (diff) |
Remove strange filesystems-related enum.
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/fsys.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx index 4f56397d0d7d..a492b215ace9 100644 --- a/tools/inc/tools/fsys.hxx +++ b/tools/inc/tools/fsys.hxx @@ -296,8 +296,6 @@ public: FSysPathStyle eParser = FSYS_STYLE_HOST ); ~DirEntry(); - sal_Bool IsCaseSensitive (FSysPathStyle eFormatter = FSYS_STYLE_HOST) const; - sal_uIntPtr GetError() const { return nError; } sal_Bool IsValid() const; DirEntryFlag GetFlag() const { return eFlag; }; |