summaryrefslogtreecommitdiff
path: root/io/source/stm/omark.cxx
diff options
context:
space:
mode:
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 ec7f5991939b..bd026b498255 100644
--- a/io/source/stm/omark.cxx
+++ b/io/source/stm/omark.cxx
@@ -136,7 +136,7 @@ private:
Reference< XConnectable > m_pred;
Reference< XOutputStream > m_output;
- sal_Bool m_bValidStream;
+ bool m_bValidStream;
IRingBuffer *m_pBuffer;
map<sal_Int32,sal_Int32,less< sal_Int32 > > m_mapMarks;
@@ -551,7 +551,7 @@ private:
Reference < XConnectable > m_pred;
Reference< XInputStream > m_input;
- sal_Bool m_bValidStream;
+ bool m_bValidStream;
IRingBuffer *m_pBuffer;
map<sal_Int32,sal_Int32,less< sal_Int32 > > m_mapMarks;