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 | 3b66549a40f52d32578dd72d838b7401591c30f5 (patch) | |
tree | 6d5eab762c8dee91f1f59d1df54c9c55e4d4e992 /sfx2 | |
parent | 933f19eb99435b09b61fa2d221e955c2adb3104f (diff) |
unable to save protected file without pw fdo#38561
Signed-off-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'sfx2')
-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 f0db08137a..3b29f528d8 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 ); |