diff options
author | Release Engineers <releng@openoffice.org> | 2009-01-09 07:11:37 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-01-09 07:11:37 +0000 |
commit | d4cf1cc34abad49c57a43ed31e9a0bb3b158a8ea (patch) | |
tree | 7b076a5f50b3e24488b55641899af1382c5e4d56 /sfx2 | |
parent | 48cfbc42a59813d6c278ce73e8a289f0d1d25e14 (diff) |
#i10000# Remove one line which got obsolete by conflict resolution during integration of CWS mav43.
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index dc49ee6b1e2b..477720a960e7 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -1158,8 +1158,6 @@ sal_Bool SfxMedium::LockOrigFileOnDemand( sal_Bool bLoading, sal_Bool bNoUI ) GetMedium_Impl(); } - SFX_ITEMSET_ARG( GetItemSet(), pReadOnlyItem, SfxBoolItem, SID_DOC_READONLY, sal_False); - // no locking is necessary on loading if the document is explicitly opened as copy SFX_ITEMSET_ARG( GetItemSet(), pTemplateItem, SfxBoolItem, SID_TEMPLATE, sal_False); bResult = ( bLoading && pTemplateItem && pTemplateItem->GetValue() ); |