summaryrefslogtreecommitdiff
path: root/bean/Jar_officebean.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-30 14:40:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-30 14:41:51 +0200
commit3aa70e21d7d5fdbf68aebe90a4967ec8350db43f (patch)
treeeb8f1c0b7ed2d7d70fc601bc04e33c31ee650075 /bean/Jar_officebean.mk
parent1c70f59c133256f3ee0411a3b625916ad62a8603 (diff)
[API CHANGE] OfficeBean: remove deprecated com.sun.star.beans classes
<https://wiki.openoffice.org/wiki/Documentation/DevGuide/JavaBean/The_Internal_Office_Bean_API>: "Prior to OpenOffice.org 2.0 all Office Bean classes were in the com.sun.star.bean package. As of OpenOffice.org 2.0 the classes are contained in the com.sun.star.comp.bean package. The classes of the com.sun.star.bean package are still contained in the officebean.jar but they are deprecated. Further development and bug fixing will occur only in the com.sun.star.comp.bean package." Change-Id: I9421bfba941d9801a5cf8886ca971275740d178a
Diffstat (limited to 'bean/Jar_officebean.mk')
-rw-r--r--bean/Jar_officebean.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/bean/Jar_officebean.mk b/bean/Jar_officebean.mk
index 852788318cd5..12b895aa191b 100644
--- a/bean/Jar_officebean.mk
+++ b/bean/Jar_officebean.mk
@@ -20,14 +20,6 @@ $(eval $(call gb_Jar_use_jars,officebean,\
$(eval $(call gb_Jar_set_packageroot,officebean,com))
$(eval $(call gb_Jar_add_sourcefiles,officebean,\
- bean/com/sun/star/beans/ContainerFactory \
- bean/com/sun/star/beans/JavaWindowPeerFake \
- bean/com/sun/star/beans/LocalOfficeConnection \
- bean/com/sun/star/beans/LocalOfficeWindow \
- bean/com/sun/star/beans/NativeConnection \
- bean/com/sun/star/beans/NativeService \
- bean/com/sun/star/beans/OfficeConnection \
- bean/com/sun/star/beans/OfficeWindow \
bean/com/sun/star/comp/beans/ContainerFactory \
bean/com/sun/star/comp/beans/Controller \
bean/com/sun/star/comp/beans/Frame \