summaryrefslogtreecommitdiff
path: root/io/source/stm/omark.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-09 12:42:31 +0200
committerNoel Grandin <noel@peralex.com>2015-10-12 09:13:34 +0200
commit1d8806120f03e76574d5181fef0f0e81a3273caa (patch)
tree24c79232cc31ac1f384d61db3ea3b44798594181 /io/source/stm/omark.cxx
parent6b34ac24194ae56d2762fcb67ad1e5dcf1bf3a82 (diff)
loplugin:mergeclasses
Change-Id: I31fe981dac14bd732ee68ee1a2e475dd1b0498a2
Diffstat (limited to 'io/source/stm/omark.cxx')
-rw-r--r--io/source/stm/omark.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx
index fd2db9894726..a0902285bdf7 100644
--- a/io/source/stm/omark.cxx
+++ b/io/source/stm/omark.cxx
@@ -138,7 +138,7 @@ private:
Reference< XOutputStream > m_output;
bool m_bValidStream;
- IRingBuffer *m_pBuffer;
+ MemRingBuffer *m_pBuffer;
map<sal_Int32,sal_Int32,less< sal_Int32 > > m_mapMarks;
sal_Int32 m_nCurrentPos;
sal_Int32 m_nCurrentMark;
@@ -553,7 +553,7 @@ private:
Reference< XInputStream > m_input;
bool m_bValidStream;
- IRingBuffer *m_pBuffer;
+ MemRingBuffer *m_pBuffer;
map<sal_Int32,sal_Int32,less< sal_Int32 > > m_mapMarks;
sal_Int32 m_nCurrentPos;
sal_Int32 m_nCurrentMark;