summaryrefslogtreecommitdiff
path: root/svl/source/misc/strmadpt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/misc/strmadpt.cxx')
-rw-r--r--svl/source/misc/strmadpt.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svl/source/misc/strmadpt.cxx b/svl/source/misc/strmadpt.cxx
index a5d464e587ce..89100923915e 100644
--- a/svl/source/misc/strmadpt.cxx
+++ b/svl/source/misc/strmadpt.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -280,7 +280,7 @@ uno::Any SAL_CALL SvLockBytesInputStream::queryInterface(uno::Type const &
//============================================================================
// virtual
-void SAL_CALL SvLockBytesInputStream::acquire() throw ()
+void SAL_CALL SvLockBytesInputStream::acquire() throw ()
{
OWeakObject::acquire();
}
@@ -805,10 +805,10 @@ USHORT SvOutputStream::IsA() const
bool SvDataPipe_Impl::remove(Page * pPage)
{
if (
- pPage != m_pFirstPage ||
+ pPage != m_pFirstPage ||
m_pReadPage == m_pFirstPage ||
(
- !m_aMarks.empty() &&
+ !m_aMarks.empty() &&
*m_aMarks.begin() < m_pFirstPage->m_nOffset + m_nPageSize
)
)