diff options
-rw-r--r-- | unotools/source/ucbhelper/ucblockbytes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx index 1d38f4aa82e3..0ec9f4759dbf 100644 --- a/unotools/source/ucbhelper/ucblockbytes.cxx +++ b/unotools/source/ucbhelper/ucblockbytes.cxx @@ -875,7 +875,7 @@ static bool UCBOpenContentSync( return _UCBOpenContentSync( xLockBytes,xContent,rArg,xSink,xInteract,xProgress,xHandler); - if ( !aScheme.equalsAscii( "http" ) || + if ( !aScheme.equalsAscii( "http" ) && !aScheme.equalsAscii( "https" ) ) xLockBytes->SetStreamValid_Impl(); |