diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-07-02 13:33:06 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-07-02 13:33:59 +0200 |
commit | dd5f9610f5df4d6ac8062d7b94db0353f8c0fb72 (patch) | |
tree | 33f08945e8898ce4d4a0735b3d46a6fd762b6e1e | |
parent | 2887257baac6f96aa96b96b954f543c48657a228 (diff) |
unable to save protected file without pw fdo#38561
Signed-off-by: Andras Timar <atimar@suse.com>
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index 954df88eb949..76c8cfac2bd6 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -2811,7 +2811,7 @@ sal_Bool SfxObjectShell::PreDoSaveAs_Impl // in "SaveAs" title and password will be cleared ( maybe the new itemset contains new values, otherwise they will be empty ) pMergedParams->ClearItem( SID_PASSWORD ); pMergedParams->ClearItem( SID_DOCINFO_TITLE ); - + pMergedParams->ClearItem( SID_ENCRYPTIONDATA ); pMergedParams->ClearItem( SID_INPUTSTREAM ); pMergedParams->ClearItem( SID_STREAM ); pMergedParams->ClearItem( SID_CONTENT ); |