---
 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 7ffef2d..4351e7b 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));
 
-- 
1.7.1

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to