summaryrefslogtreecommitdiff
path: root/io/source/stm/odata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm/odata.cxx')
-rw-r--r--io/source/stm/odata.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx
index c928de02ca5b..1636c1a8b844 100644
--- a/io/source/stm/odata.cxx
+++ b/io/source/stm/odata.cxx
@@ -1104,7 +1104,7 @@ void OObjectOutputStream::connectToMarkable(void)
// find the markable stream !
Reference< XInterface > rTry(m_output);
- while( sal_True ) {
+ while( true ) {
if( ! rTry.is() )
{
throw NotConnectedException();
@@ -1411,7 +1411,7 @@ void OObjectInputStream::connectToMarkable()
// find the markable stream !
Reference< XInterface > rTry(m_input);
- while( sal_True ) {
+ while( true ) {
if( ! rTry.is() )
{
throw NotConnectedException( );