forked from amazingfate/loongoffice
Java cleanup, make package name match folder name
Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
This commit is contained in:
committed by
Michael Stahl
parent
39b6fc96fc
commit
cd0308ba9c
@ -16,8 +16,6 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
package org.openoffice.examples.embedding;
|
||||
|
||||
import com.sun.star.uno.UnoRuntime;
|
||||
import com.sun.star.uno.XComponentContext;
|
||||
import com.sun.star.lib.uno.helper.Factory;
|
||||
@ -29,8 +27,6 @@ import com.sun.star.lang.IllegalArgumentException;
|
||||
|
||||
import com.sun.star.embed.*;
|
||||
|
||||
import org.openoffice.examples.embedding.OwnEmbeddedObject;
|
||||
|
||||
public final class OwnEmbeddedObjectFactory extends WeakBase
|
||||
implements com.sun.star.lang.XServiceInfo,
|
||||
com.sun.star.embed.XEmbedObjectFactory
|
||||
|
||||
Reference in New Issue
Block a user