sw/source/core/unocore/unocrsrhelper.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 6401be9549d70b50ef43002b4c62f2527a0be1a8 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Wed Apr 2 17:52:10 2025 +0100 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Wed Apr 2 22:07:50 2025 +0200 Drop duplicating line Was this way since commit a91ae4acbf2f37a638cb63ede6896184b99c6b5f (INTEGRATION: CWS os109 (1.27.110); FILE MERGED, 2008-01-29). Change-Id: I35e30591bfc8736191e929d83f132b9872e28661 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183640 Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> Tested-by: Jenkins diff --git a/sw/source/core/unocore/unocrsrhelper.cxx b/sw/source/core/unocore/unocrsrhelper.cxx index 0f5dff74d1c0..6a89a3a54ac4 100644 --- a/sw/source/core/unocore/unocrsrhelper.cxx +++ b/sw/source/core/unocore/unocrsrhelper.cxx @@ -1056,7 +1056,6 @@ void InsertFile(SwUnoCursor* pUnoCursor, const OUString& rURL, aMediaDescriptor[utl::MediaDescriptor::PROP_FILENAME] >>= sFileName; aMediaDescriptor[utl::MediaDescriptor::PROP_INPUTSTREAM] >>= xInputStream; aMediaDescriptor[utl::MediaDescriptor::PROP_STREAM] >>= xStream; - aMediaDescriptor[utl::MediaDescriptor::PROP_INPUTSTREAM] >>= xInputStream; aMediaDescriptor[utl::MediaDescriptor::PROP_FILTERNAME] >>= sFilterName; aMediaDescriptor[utl::MediaDescriptor::PROP_FILTEROPTIONS] >>= sFilterOptions; aMediaDescriptor[utl::MediaDescriptor::PROP_PASSWORD] >>= sPassword;