Kaydet (Commit) 706c5a54 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

...I assume the whole point of 319b1603 "CMIS
file picker: it really does not like ID Mark" was to actually use the result of
impl_normalizeURL.

Change-Id: Id94c7785183d96f2a2c3f08caa72af045a1212ba
üst 1f78e02a
...@@ -485,7 +485,7 @@ sal_Bool MediaDescriptor::impl_addInputStream( sal_Bool bLockFile ) ...@@ -485,7 +485,7 @@ sal_Bool MediaDescriptor::impl_addInputStream( sal_Bool bLockFile )
// Parse URL! Only the main part has to be used further. E.g. a jumpmark can make trouble // Parse URL! Only the main part has to be used further. E.g. a jumpmark can make trouble
OUString sNormalizedURL = impl_normalizeURL( sURL ); OUString sNormalizedURL = impl_normalizeURL( sURL );
return impl_openStreamWithURL( removeFragment(sURL), bLockFile ); return impl_openStreamWithURL( removeFragment(sNormalizedURL), bLockFile );
} }
catch(const css::uno::Exception& ex) catch(const css::uno::Exception& ex)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment