Kaydet (Commit) acbf6834 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS dba20 (1.144.2); FILE MERGED

2004/12/13 13:48:41 oj 1.144.2.3: RESYNC: (1.146-1.152); FILE MERGED
2004/11/29 12:56:51 oj 1.144.2.2: RESYNC: (1.144-1.146); FILE MERGED
2004/11/18 14:09:52 as 1.144.2.1: #i37379# set READONLY state explicitly
üst 24e65d85
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: docfile.cxx,v $ * $RCSfile: docfile.cxx,v $
* *
* $Revision: 1.153 $ * $Revision: 1.154 $
* *
* last change: $Author: hr $ $Date: 2004-12-13 12:52:19 $ * last change: $Author: obo $ $Date: 2005-01-05 12:51:44 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -1923,6 +1923,9 @@ void SfxMedium::GetMedium_Impl() ...@@ -1923,6 +1923,9 @@ void SfxMedium::GetMedium_Impl()
TransformItems( SID_OPENDOC, *GetItemSet(), xProps ); TransformItems( SID_OPENDOC, *GetItemSet(), xProps );
comphelper::MediaDescriptor aMedium( xProps ); comphelper::MediaDescriptor aMedium( xProps );
aMedium.addInputStream(); aMedium.addInputStream();
sal_Bool bReadOnly = aMedium.isStreamReadOnly();
if (bReadOnly)
GetItemSet()->Put( SfxUsrAnyItem( SID_DOC_READONLY, makeAny( sal_True ) ) );
//TODO/MBA: what happens if property is not there?! //TODO/MBA: what happens if property is not there?!
GetContent(); GetContent();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment