[Libreoffice-commits] .: offapi/com offapi/type_reference
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Dec 12 11:31:04 PST 2012
offapi/com/sun/star/sheet/DataPilotSource.idl | 2 +-
offapi/com/sun/star/sheet/DataPilotSourceDimension.idl | 2 +-
offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl | 2 +-
offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl | 2 +-
offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl | 2 +-
offapi/com/sun/star/sheet/DataPilotSourceLevel.idl | 2 +-
offapi/com/sun/star/sheet/DataPilotSourceLevels.idl | 2 +-
offapi/com/sun/star/sheet/DataPilotSourceMember.idl | 2 +-
offapi/com/sun/star/sheet/DataPilotSourceMembers.idl | 2 +-
offapi/com/sun/star/sheet/XDataPilotMemberResults.idl | 2 +-
offapi/com/sun/star/sheet/XDataPilotResults.idl | 2 +-
offapi/com/sun/star/sheet/XDimensionsSupplier.idl | 2 +-
offapi/com/sun/star/sheet/XHierarchiesSupplier.idl | 2 +-
offapi/com/sun/star/sheet/XLevelsSupplier.idl | 2 +-
offapi/com/sun/star/sheet/XMembersSupplier.idl | 2 +-
offapi/type_reference/types.rdb |binary
16 files changed, 15 insertions(+), 15 deletions(-)
New commits:
commit 0315ef5bbc168896b1d7d8ac5c1657f861fa6a93
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Wed Dec 12 20:27:34 2012 +0100
API CHANGE: unpublish Data Pilot interfaces
Change-Id: Ic7547e48f6b00409ed9fe5bf7c3e6921529c9598
SERVICE: /UCR/com/sun/star/sheet/DataPilotSource
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceDimension
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceDimensions
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceHierarchies
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceHierarchy
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceLevel
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceLevels
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceMember
published in 1 but unpublished in 2
SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceMembers
published in 1 but unpublished in 2
INTERFACE: /UCR/com/sun/star/sheet/XDataPilotMemberResults
published in 1 but unpublished in 2
INTERFACE: /UCR/com/sun/star/sheet/XDataPilotResults
published in 1 but unpublished in 2
INTERFACE: /UCR/com/sun/star/sheet/XDimensionsSupplier
published in 1 but unpublished in 2
INTERFACE: /UCR/com/sun/star/sheet/XHierarchiesSupplier
published in 1 but unpublished in 2
INTERFACE: /UCR/com/sun/star/sheet/XLevelsSupplier
published in 1 but unpublished in 2
INTERFACE: /UCR/com/sun/star/sheet/XMembersSupplier
published in 1 but unpublished in 2
diff --git a/offapi/com/sun/star/sheet/DataPilotSource.idl b/offapi/com/sun/star/sheet/DataPilotSource.idl
index 0aabeff..920c17d 100644
--- a/offapi/com/sun/star/sheet/DataPilotSource.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSource.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet {
<p>A component that implements this service can be used as data source
for a data pilot table in a spreadsheet document.</p>
*/
-published service DataPilotSource
+service DataPilotSource
{
/** provides access to the collection of the dimensions of the data
diff --git a/offapi/com/sun/star/sheet/DataPilotSourceDimension.idl b/offapi/com/sun/star/sheet/DataPilotSourceDimension.idl
index e2c846b..f26c421 100644
--- a/offapi/com/sun/star/sheet/DataPilotSourceDimension.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSourceDimension.idl
@@ -49,7 +49,7 @@
@see com::sun::star::sheet::DataPilotSource
@see com::sun::star::sheet::DataPilotTable
*/
-published service DataPilotSourceDimension
+service DataPilotSourceDimension
{
/** provides access to the name of the dimension, i.e. used in
diff --git a/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl b/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl
index 3d634d3..f9fc475 100644
--- a/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSource
*/
-published service DataPilotSourceDimensions
+service DataPilotSourceDimensions
{
/** provides access by name to the dimensions in the collection.
diff --git a/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl b/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl
index 1fbd6e6..9e2701a 100644
--- a/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceDimension
@see com::sun::star::sheet::DataPilotSource
*/
-published service DataPilotSourceHierarchies
+service DataPilotSourceHierarchies
{
/** provides access by name to the hierarchies in the collection.
diff --git a/offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl b/offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl
index 2d43318..43d8788 100644
--- a/offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSourceHierarchy.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceDimension
@see com::sun::star::sheet::DataPilotSource
*/
-published service DataPilotSourceHierarchy
+service DataPilotSourceHierarchy
{
/** provides access to the name of the hierarchy, i.e. used in
diff --git a/offapi/com/sun/star/sheet/DataPilotSourceLevel.idl b/offapi/com/sun/star/sheet/DataPilotSourceLevel.idl
index 11d4fea..d7fb274 100644
--- a/offapi/com/sun/star/sheet/DataPilotSourceLevel.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSourceLevel.idl
@@ -35,7 +35,7 @@
@see com::sun::star::sheet::DataPilotSourceHierarchy
@see com::sun::star::sheet::DataPilotSource
*/
-published service DataPilotSourceLevel
+service DataPilotSourceLevel
{
/** provides access to the name of the level, i.e. used in collections.
diff --git a/offapi/com/sun/star/sheet/DataPilotSourceLevels.idl b/offapi/com/sun/star/sheet/DataPilotSourceLevels.idl
index 11d712a..e81c46b 100644
--- a/offapi/com/sun/star/sheet/DataPilotSourceLevels.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSourceLevels.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceHierarchy
@see com::sun::star::sheet::DataPilotSource
*/
-published service DataPilotSourceLevels
+service DataPilotSourceLevels
{
/** provides access by name to the levels in the collection.
diff --git a/offapi/com/sun/star/sheet/DataPilotSourceMember.idl b/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
index f1d4f6d..1093e1b 100644
--- a/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceLevel
@see com::sun::star::sheet::DataPilotSource
*/
-published service DataPilotSourceMember
+service DataPilotSourceMember
{
/** provides access to the name of the member.
diff --git a/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl b/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl
index 01f2799..d928a81 100644
--- a/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceLevel
@see com::sun::star::sheet::DataPilotSource
*/
-published service DataPilotSourceMembers
+service DataPilotSourceMembers
{
/** provides access by name to the members in the collection.
diff --git a/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl b/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl
index c663525..9f57478 100644
--- a/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotMemberResults.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSource
@see com::sun::star::sheet::XDataPilotResults
*/
-published interface XDataPilotMemberResults: com::sun::star::uno::XInterface
+interface XDataPilotMemberResults: com::sun::star::uno::XInterface
{
/** returns the sequence of results for the regarding data pilot
diff --git a/offapi/com/sun/star/sheet/XDataPilotResults.idl b/offapi/com/sun/star/sheet/XDataPilotResults.idl
index 7d2eae7..e5b2c3c 100644
--- a/offapi/com/sun/star/sheet/XDataPilotResults.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotResults.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSource
@see com::sun::star::sheet::XDataPilotMemberResults
*/
-published interface XDataPilotResults: com::sun::star::uno::XInterface
+interface XDataPilotResults: com::sun::star::uno::XInterface
{
/** returns the result array.
diff --git a/offapi/com/sun/star/sheet/XDimensionsSupplier.idl b/offapi/com/sun/star/sheet/XDimensionsSupplier.idl
index e4c59a6..9294d06 100644
--- a/offapi/com/sun/star/sheet/XDimensionsSupplier.idl
+++ b/offapi/com/sun/star/sheet/XDimensionsSupplier.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSource
*/
-published interface XDimensionsSupplier: com::sun::star::uno::XInterface
+interface XDimensionsSupplier: com::sun::star::uno::XInterface
{
/** returns the collection of dimensions.
diff --git a/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl b/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl
index 27e9653..570e014 100644
--- a/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl
+++ b/offapi/com/sun/star/sheet/XHierarchiesSupplier.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceDimension
@see com::sun::star::sheet::DataPilotSource
*/
-published interface XHierarchiesSupplier: com::sun::star::uno::XInterface
+interface XHierarchiesSupplier: com::sun::star::uno::XInterface
{
/** returns the collection of hierarchies.
diff --git a/offapi/com/sun/star/sheet/XLevelsSupplier.idl b/offapi/com/sun/star/sheet/XLevelsSupplier.idl
index 271a817..f86c1fa 100644
--- a/offapi/com/sun/star/sheet/XLevelsSupplier.idl
+++ b/offapi/com/sun/star/sheet/XLevelsSupplier.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceHierarchy
@see com::sun::star::sheet::DataPilotSource
*/
-published interface XLevelsSupplier: com::sun::star::uno::XInterface
+interface XLevelsSupplier: com::sun::star::uno::XInterface
{
/** returns the collection of levels.
diff --git a/offapi/com/sun/star/sheet/XMembersSupplier.idl b/offapi/com/sun/star/sheet/XMembersSupplier.idl
index d00f5f8..0017220 100644
--- a/offapi/com/sun/star/sheet/XMembersSupplier.idl
+++ b/offapi/com/sun/star/sheet/XMembersSupplier.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataPilotSourceLevel
@see com::sun::star::sheet::DataPilotSource
*/
-published interface XMembersSupplier: com::sun::star::uno::XInterface
+interface XMembersSupplier: com::sun::star::uno::XInterface
{
/** returns the collection of members.
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index b62918f..7df2fa7 100644
Binary files a/offapi/type_reference/types.rdb and b/offapi/type_reference/types.rdb differ
More information about the Libreoffice-commits
mailing list