From 416c0f6b75f35e5680ee81d6080bbce02db06d1f Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 14 Apr 2011 15:18:27 +0200 Subject: fix typo --- comphelper/source/streaming/oslfile2streamwrap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper/source/streaming') diff --git a/comphelper/source/streaming/oslfile2streamwrap.cxx b/comphelper/source/streaming/oslfile2streamwrap.cxx index f6e55c2aac63..68af33298336 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(this)); -- cgit