diff options
author | Michael Lefevre <lefevre00@yahoo.fr> | 2011-04-13 22:43:55 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-04-14 12:45:39 +0200 |
commit | be6061a954b5f55b20d0e58aa12b425b6505f56e (patch) | |
tree | d938e2ad38fb55788394d535885aad7578006789 /sal/workben | |
parent | 5d184532b47cac0bac9c9076b4af3ce1646be8f0 (diff) |
Kill Pos_XXX in favour of osl_Pos_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 7c760ace6f2a..e2f8ce24551f 100644 --- a/sal/workben/testfile.cxx +++ b/sal/workben/testfile.cxx @@ -1197,7 +1197,7 @@ void FilePointerTest( void ) rFile.setSize( 5000 ); printf( "Set the FilePointer at the end of the file (5000)\n" ); - rc=rFile.setPos( Pos_End,0 ); + rc=rFile.setPos( osl_Pos_End,0 ); print_error( rtl::OString( "SetPos" ), rc ); rc=rFile.getPos( filepointer ); |