diff options
author | Michael Lefevre <lefevre00@yahoo.fr> | 2011-04-13 22:43:57 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-04-14 12:46:15 +0200 |
commit | 8c9f3d38b8e8a6a6879b8da6ab87161a27285b28 (patch) | |
tree | 15296ee1136121ceda91e8df6065cd6713ff31cb | |
parent | 1caa3ccec50d9917da7f3f4c2b83b09d35497996 (diff) |
Kill Pos_XXX in favour of osl_Pos_XXX
-rw-r--r-- | comphelper/source/streaming/oslfile2streamwrap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/streaming/oslfile2streamwrap.cxx b/comphelper/source/streaming/oslfile2streamwrap.cxx index 168a12dec161..f6e55c2aac63 100644 --- a/comphelper/source/streaming/oslfile2streamwrap.cxx +++ b/comphelper/source/streaming/oslfile2streamwrap.cxx @@ -139,7 +139,7 @@ sal_Int32 SAL_CALL OSLInputStreamWrapper::available() throw( stario::NotConnecte throw stario::NotConnectedException(::rtl::OUString(), static_cast<staruno::XWeak*>(this)); sal_uInt64 nDummy = 0; - eError = m_pFile->setPos(Pos_End, nDummy); + eError = m_pFile->setPos(osl_Pos_End, nDummy); if (eError != FileBase::E_None) throw stario::NotConnectedException(::rtl::OUString(),static_cast<staruno::XWeak*>(this)); |