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/workben | |
parent | 07225896ee1a6091f67f2df182fba03c3bc251df (diff) |
remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXX
Diffstat (limited to 'sal/workben')
-rw-r--r-- | sal/workben/testfile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/workben/testfile.cxx b/sal/workben/testfile.cxx index 64362cfbaa08..83a92742fd6f 100644 --- a/sal/workben/testfile.cxx +++ b/sal/workben/testfile.cxx @@ -2055,7 +2055,7 @@ void VolumeInfoTest( void ) printf( "\n" ); - VolumeInfo rInfo( VolumeInfoMask_FreeSpace ); + VolumeInfo rInfo( osl_VolumeInfo_Mask_FreeSpace ); rc=Directory::getVolumeInfo( root , rInfo ); print_error( rtl::OString( "GetVolumeInfo" ),rc ); |