summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stgdir.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgdir.cxx b/sot/source/sdstor/stgdir.cxx
index cec23162effa..18fe0b29efc2 100644
--- a/sot/source/sdstor/stgdir.cxx
+++ b/sot/source/sdstor/stgdir.cxx
@@ -561,7 +561,7 @@ bool StgDirEntry::Revert()
{
op->aEntry = op->aSave;
op->bDirty = false;
- bSomeRenamed = ( bSomeRenamed | op->bRenamed );
+ bSomeRenamed = ( bSomeRenamed || op->bRenamed );
// Remove any new entries
if( op->bCreated )
{