From 610d02c145357cc3ad3d808144590aad2fde610d Mon Sep 17 00:00:00 2001 From: Michael Lefevre Date: Mon, 11 Apr 2011 23:19:35 +0200 Subject: remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXX --- sal/workben/testfile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/workben') 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 ); -- cgit