Kaydet (Commit) 69eaba2e authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1328488 DLS: Dead local store

Change-Id: Ief4b5909d40ee3c3c86f60eeb980591a3e8b230e
üst d50fa33c
......@@ -95,7 +95,7 @@ public class LocalOfficeWindow
{
// Create a UNO toolkit.
XComponentContext xContext = mConnection.getComponentContext();
XMultiComponentFactory compfactory = mConnection.getComponentContext().getServiceManager();
XMultiComponentFactory compfactory = xContext.getServiceManager();
XMultiServiceFactory factory = UnoRuntime.queryInterface(
XMultiServiceFactory.class, compfactory);
Object object = factory.createInstance( "com.sun.star.awt.Toolkit");
......
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