diff options
author | Michael Lefevre <lefevre00@yahoo.fr> | 2011-04-13 22:43:56 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-04-14 12:45:57 +0200 |
commit | b99c88fca656f162fc49362128fca819c047e6a3 (patch) | |
tree | 1cdaed9558651ebc97b8e5e1abdfb7a0deddbe0d /xmlhelp | |
parent | 737740f0418361df8885e34fbb6a918f9a7e13bb (diff) |
Kill Pos_XXX in favour of osl_Pos_XXX
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/inputstream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/inputstream.cxx b/xmlhelp/source/cxxhelp/provider/inputstream.cxx index 25e0397ec908..0649c6d9e5c2 100644 --- a/xmlhelp/source/cxxhelp/provider/inputstream.cxx +++ b/xmlhelp/source/cxxhelp/provider/inputstream.cxx @@ -208,7 +208,7 @@ XInputStream_impl::getLength( if( err != osl::FileBase::E_None ) throw io::IOException(); - err = m_aFile.setPos( Pos_End, 0 ); + err = m_aFile.setPos( osl_Pos_End, 0 ); if( err != osl::FileBase::E_None ) throw io::IOException(); |