diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-29 13:53:12 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-29 14:06:35 +0100 |
commit | ee929741fe528399e9c1abb075d109f2aacc66c7 (patch) | |
tree | 9e982ab1ab6d6660b3a0ea630aa7321c8b94bb2e /odk | |
parent | 0d3a25c8dd8c47e72dc1b241480280ace745dd94 (diff) |
API CHANGE: remove com.sun.star.sync/sync2 modules
The modules were entirely deprecated 10 years ago, and there is no
implementation for any of it.
WARNING: could not open key "/UCR/com/sun/star/sync/FilterData" in
registry "/master/offapi/type_reference/types.rdb"
EXISTENCE: module "/UCR/com/sun/star/sync" with published children
exists only in registry 1
WARNING: could not open key
"/UCR/com/sun/star/sync2/BadPartnershipException" in registry
"/master/offapi/type_reference/types.rdb"
EXISTENCE: module "/UCR/com/sun/star/sync2" with published children
exists only in registry 1
Change-Id: I58bf7737ac00a6ecb905f59fb389b31376dff2cf
Diffstat (limited to 'odk')
-rw-r--r-- | odk/pack/gendocu/uno/package-list | 2 | ||||
-rw-r--r-- | odk/util/check.pl | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/odk/pack/gendocu/uno/package-list b/odk/pack/gendocu/uno/package-list index dacdca918313..c3f32acd5222 100644 --- a/odk/pack/gendocu/uno/package-list +++ b/odk/pack/gendocu/uno/package-list @@ -35,8 +35,6 @@ com.sun.star.sheet com.sun.star.stoc com.sun.star.style com.sun.star.svg -com.sun.star.sync -com.sun.star.sync2 com.sun.star.system com.sun.star.table com.sun.star.task diff --git a/odk/util/check.pl b/odk/util/check.pl index 5a1e124215cc..aced8f03ad58 100644 --- a/odk/util/check.pl +++ b/odk/util/check.pl @@ -308,8 +308,6 @@ if (-d "$StartDir") { "smarttags", "style", "svg", - "sync", - "sync2", "system", "table", "task", |