View | Details | Raw Unified | Return to issue 119366
Collapse All | Expand All

(-)objstor.cxx (+5 lines)
Lines 2897-2902 Link Here
2897
2897
2898
    // in "SaveAs" title and password will be cleared ( maybe the new itemset contains new values, otherwise they will be empty )
2898
    // in "SaveAs" title and password will be cleared ( maybe the new itemset contains new values, otherwise they will be empty )
2899
    pMergedParams->ClearItem( SID_PASSWORD );
2899
    pMergedParams->ClearItem( SID_PASSWORD );
2900
	//Modify here for i119366, by ZF, 2012-06-25
2901
	//As the SID_ENCRYPTIONDATA and SID_PASSWORD are using for setting passward together, we need to clear them both.
2902
	//Also, ( maybe the new itemset contains new values, otherwise they will be empty )
2903
	pMergedParams->ClearItem( SID_ENCRYPTIONDATA );
2904
	//End of modifiation, by ZF
2900
    pMergedParams->ClearItem( SID_DOCINFO_TITLE );
2905
    pMergedParams->ClearItem( SID_DOCINFO_TITLE );
2901
2906
2902
    pMergedParams->ClearItem( SID_INPUTSTREAM );
2907
    pMergedParams->ClearItem( SID_INPUTSTREAM );

Return to issue 119366