Kaydet (Commit) 9baf9a80 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wself-assign

Looks like this was a typo ever since the code's introduction in
77cc7cfa "INTEGRATION: CWS rptwizard01" (and
then changed again in d1ea6ecd "replace <<= with
assign for <<= with rhs Any").

Change-Id: I8c4fa3ddb651400b9bf65395e8b6ff946c74abf5
Reviewed-on: https://gerrit.libreoffice.org/52813Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 4bf1bf9d
......@@ -1607,7 +1607,7 @@ void SAL_CALL OReportDefinition::load( const uno::Sequence< beans::PropertyValue
uno::Any aStorageSource;
if ( xStream.is() )
aStorageSource = aStorageSource;
aStorageSource <<= xStream;
else if ( !sURL.isEmpty() )
aStorageSource <<= sURL;
else
......
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