diff options
author | Michael Lefevre <lefevre00@yahoo.fr> | 2011-04-11 23:19:35 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-04-12 10:56:02 +0200 |
commit | 610d02c145357cc3ad3d808144590aad2fde610d (patch) | |
tree | 92bd4e6b721cb6d24c57b319a9fdd940bd8ec92c /sal/inc/osl/file.hxx | |
parent | 07225896ee1a6091f67f2df182fba03c3bc251df (diff) |
remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXX
Diffstat (limited to 'sal/inc/osl/file.hxx')
-rw-r--r-- | sal/inc/osl/file.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx index 26f60c1f8659..dfa0ce531747 100644 --- a/sal/inc/osl/file.hxx +++ b/sal/inc/osl/file.hxx @@ -441,15 +441,6 @@ public: // ----------------------------------------------------------------------------- -#define VolumeInfoMask_Attributes osl_VolumeInfo_Mask_Attributes -#define VolumeInfoMask_TotalSpace osl_VolumeInfo_Mask_TotalSpace -#define VolumeInfoMask_UsedSpace osl_VolumeInfo_Mask_UsedSpace -#define VolumeInfoMask_FreeSpace osl_VolumeInfo_Mask_FreeSpace -#define VolumeInfoMask_MaxNameLength osl_VolumeInfo_Mask_MaxNameLength -#define VolumeInfoMask_MaxPathLength osl_VolumeInfo_Mask_MaxPathLength -#define VolumeInfoMask_FileSystemName osl_VolumeInfo_Mask_FileSystemName -#define VolumeInfoMask_FileSystemCaseHandling osl_VolumeInfo_Mask_FileSystemCaseHandling - class Directory; /** The VolumeInfo class. |