Kaydet (Commit) 501f1b67 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unoany (clang-cl)

Change-Id: I2a27c41ed2045cca8b8efb5f9d07f3015c67f8a1
Reviewed-on: https://gerrit.libreoffice.org/55169Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 1d75ed97
......@@ -1397,7 +1397,7 @@ void UnoConversionUtilities<T>::createUnoObjectWrapper(const Any & rObj, VARIANT
{
Sequence<Any> params(2);
params.getArray()[0] = rObj;
params.getArray()[1] = makeAny(OUString("FromOLE"));
params.getArray()[1] <<= OUString("FromOLE");
Reference<XInterface> xInt2 = xInvFactory->createInstanceWithArguments(params);
xInv.set(xInt2, UNO_QUERY);
}
......
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