summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objmisc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/objmisc.cxx')
-rw-r--r--sfx2/source/doc/objmisc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx
index 6f717e6874ec..9ea841d363a8 100644
--- a/sfx2/source/doc/objmisc.cxx
+++ b/sfx2/source/doc/objmisc.cxx
@@ -2139,7 +2139,7 @@ String SfxObjectShell::UpdateTitle( SfxMedium* pMed, USHORT nDocViewNumber )
aTitle += String( SfxResId(STR_REPAIREDDOCUMENT) );
}
- if ( IsReadOnlyUI() || pMed && pMed->IsReadOnly() )
+ if ( IsReadOnlyUI() || (pMed && pMed->IsReadOnly()) )
aTitle += String( SfxResId(STR_READONLY) );
else if ( IsDocShared() )
aTitle += String( SfxResId(STR_SHARED) );