summaryrefslogtreecommitdiffstats
path: root/io/source/stm
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm')
-rw-r--r--io/source/stm/omark.cxx2
-rw-r--r--io/source/stm/streamhelper.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx
index af6b7d390f3f..1be2c58f053a 100644
--- a/io/source/stm/omark.cxx
+++ b/io/source/stm/omark.cxx
@@ -181,7 +181,7 @@ void OMarkableOutputStream::closeOutput()
m_mapMarks.clear();
m_nCurrentPos = m_pBuffer->getSize();
- checkMarksAndFlush();
+ checkMarksAndFlush();
m_output->closeOutput();
diff --git a/io/source/stm/streamhelper.cxx b/io/source/stm/streamhelper.cxx
index c382cae96390..00ef1b50ec9f 100644
--- a/io/source/stm/streamhelper.cxx
+++ b/io/source/stm/streamhelper.cxx
@@ -75,7 +75,7 @@ void MemRingBuffer::resizeBuffer( sal_Int32 nMinSize )
}
if( nNewLen != m_nBufferLen ) {
- if (auto p = static_cast<sal_Int8*>(std::realloc(m_p, nNewLen)))
+ if (auto p = static_cast<sal_Int8*>(std::realloc(m_p, nNewLen)))
m_p = p;
else
{