Hi,
I'm trying to unpublish several UNO API as discussed in ESC meeting.
I've done unpublishing but am struggling with updating the types.rdb.
I'm running
make cmd cmd='./types_reference/update-rdb.sh
com/sun/star/sheet/DataPilotSource.idl
com/sun/star/sheet/DataPilotSourceDimension.idl
com/sun/star/sheet/DataPilotSourceDimensions.idl
com/sun/star/sheet/DataPilotSourceHierarchies.idl
com/sun/star/sheet/DataPilotSourceHierarchy.idl
com/sun/star/sheet/DataPilotSourceLevel.idl
com/sun/star/sheet/DataPilotSourceLevels.idl
com/sun/star/sheet/DataPilotSourceMember.idl
com/sun/star/sheet/DataPilotSourceMembers.idl
com/sun/star/sheet/XDataPilotMemberResults.idl
com/sun/star/sheet/XDataPilotResults.idl
com/sun/star/sheet/XDimensionsSupplier.idl
com/sun/star/sheet/XHierarchiesSupplier.idl
com/sun/star/sheet/XLevelsSupplier.idl
com/sun/star/sheet/XMembersSupplier.idl'
inside offapi directory, and I'm getting
make: *** No rule to make target `cmd'. Stop.
Help appreciated.
In case of interest, the attached is the full diff of what I'd like to
commit (modulo types.rdb change)
Kohei
--
Kohei Yoshida, LibreOffice hacker, Calc
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.
Context
- Help with updating types.rdb · Kohei Yoshida
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.