summaryrefslogtreecommitdiff
path: root/svtools/source/misc1/strmadpt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc1/strmadpt.cxx')
-rw-r--r--svtools/source/misc1/strmadpt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/misc1/strmadpt.cxx b/svtools/source/misc1/strmadpt.cxx
index b0823437db00..8686f1ab24c2 100644
--- a/svtools/source/misc1/strmadpt.cxx
+++ b/svtools/source/misc1/strmadpt.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: strmadpt.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.136.1 $
*
* This file is part of OpenOffice.org.
*
@@ -971,7 +971,7 @@ bool SvDataPipe_Impl::removeMark(sal_uInt32 nPosition)
if (t == m_aMarks.end())
return false;
m_aMarks.erase(t);
- while (remove(m_pFirstPage));
+ while (remove(m_pFirstPage)) ;
return true;
}