Move the example code off the com.sun.star.comp.beans package

Change-Id: I27ffb8f1bddc0a41d76a8b6d441e10e9a71ff10f
This commit is contained in:
Stephan Bergmann
2013-05-07 13:59:20 +02:00
parent 6c4a4eb845
commit c756afcdba
2 changed files with 3 additions and 4 deletions

View File

@@ -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 \

View File

@@ -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.*;