[Libreoffice-commits] .: comphelper/source

David Tardon dtardon at kemper.freedesktop.org
Thu Apr 14 06:18:53 PDT 2011


 comphelper/source/streaming/oslfile2streamwrap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 89a3abc79122c2b3bbf905c22bc62ae7836280bc
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Apr 14 15:18:27 2011 +0200

    fix typo

diff --git a/comphelper/source/streaming/oslfile2streamwrap.cxx b/comphelper/source/streaming/oslfile2streamwrap.cxx
index 4351e7b..365d945 100644
--- a/comphelper/source/streaming/oslfile2streamwrap.cxx
+++ b/comphelper/source/streaming/oslfile2streamwrap.cxx
@@ -114,7 +114,7 @@ void SAL_CALL OSLInputStreamWrapper::skipBytes(sal_Int32 nBytesToSkip) throw( st
     m_pFile->getPos(nCurrentPos);
 
     sal_uInt64 nNewPos = nCurrentPos + nBytesToSkip;
-    FileBase::RC eError = m_pFile->setPos(osl_osl_Pos_Absolut, nNewPos);
+    FileBase::RC eError = m_pFile->setPos(osl_Pos_Absolut, nNewPos);
     if (eError != FileBase::E_None)
     {
         throw stario::NotConnectedException(::rtl::OUString(), static_cast<staruno::XWeak*>(this));


More information about the Libreoffice-commits mailing list