diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-23 10:01:44 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-23 12:07:09 +0100 |
commit | 59280a9ce5a15136a6fdd383aedf02c6cf7d6e96 (patch) | |
tree | ae4a920bc8687df984745f347cfbb0f3b5d52101 /unotools/source | |
parent | f23ee916466bd6e0d328a4e541e104445c8ecb0a (diff) |
tdf#158321 No error message when file doesn't exist
Revert "reduce allocations in InterceptedInteraction"
This reverts commit e3c961e6a3917d95534652e0f982918cc1079015.
Change-Id: I26ba0acaa088dff1800ccd69513056f821bd4d7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159762
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/misc/mediadescriptor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unotools/source/misc/mediadescriptor.cxx b/unotools/source/misc/mediadescriptor.cxx index d4567c467052..b8bb7f13469e 100644 --- a/unotools/source/misc/mediadescriptor.cxx +++ b/unotools/source/misc/mediadescriptor.cxx @@ -459,6 +459,7 @@ bool MediaDescriptor::impl_openStreamWithURL( const OUString& sURL, bool bLockFi if ( bReadOnly ) (*this)[MediaDescriptor::PROP_READONLY] <<= bReadOnly; + xInteraction->resetInterceptions(); xInteraction->resetErrorStates(); try { |