Move the example code off the com.sun.star.comp.beans package
Change-Id: I27ffb8f1bddc0a41d76a8b6d441e10e9a71ff10f
This commit is contained in:
@@ -43,9 +43,7 @@ include $(SETTINGS)/std.mk
|
||||
# Define non-platform/compiler specific settings
|
||||
OUT_COMP_CLASS = $(OUT_CLASS)/OOoBeanViewer
|
||||
|
||||
# normally the idl file should be stored in a directory tree fitting the module structure,
|
||||
# for the example we know the module structure
|
||||
PACKAGE = com/sun/star/comp/beans
|
||||
PACKAGE = org/libreoffice/sdk/examples/developers_guide/office_bean
|
||||
|
||||
JAVAFILES = \
|
||||
OOoBeanViewer.java \
|
||||
|
@@ -32,8 +32,9 @@
|
||||
*
|
||||
*************************************************************************/
|
||||
|
||||
package com.sun.star.comp.beans;
|
||||
package org.libreoffice.sdk.examples.developers_guide.office_bean;
|
||||
|
||||
import com.sun.star.comp.beans.OOoBean;
|
||||
import javax.swing.filechooser.*;
|
||||
import javax.swing.*;
|
||||
import java.io.*;
|
||||
|
Reference in New Issue
Block a user