summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-03 23:29:16 +0100
committerMichael Stahl <mstahl@redhat.com>2013-01-03 23:30:24 +0100
commitbcb152889759c76aa9681aa72fcf7a92e5c3a2d7 (patch)
treee268bc3e396aa66e401b7a35787bf4d460e7657d /offapi
parent80263a1bf7581e27e31e55150d49786f07fba8c8 (diff)
API CHANGE: unpublish more Data Pilot interfaces
Change-Id: I2e957f174bcafadf4f2cbad7ba3b2e40d22be4e4 STRUCT: /UCR/com/sun/star/sheet/DataResult published in 1 but unpublished in 2 CONSTANTS: /UCR/com/sun/star/sheet/DataResultFlags published in 1 but unpublished in 2 STRUCT: /UCR/com/sun/star/sheet/MemberResult published in 1 but unpublished in 2 CONSTANTS: /UCR/com/sun/star/sheet/MemberResultFlags published in 1 but unpublished in 2
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/DataResult.idl2
-rw-r--r--offapi/com/sun/star/sheet/DataResultFlags.idl2
-rw-r--r--offapi/com/sun/star/sheet/MemberResult.idl2
-rw-r--r--offapi/com/sun/star/sheet/MemberResultFlags.idl2
-rw-r--r--offapi/type_reference/types.rdbbin7440384 -> 7440384 bytes
5 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/DataResult.idl b/offapi/com/sun/star/sheet/DataResult.idl
index d6fccd9fd15c..5c8a3ec68c07 100644
--- a/offapi/com/sun/star/sheet/DataResult.idl
+++ b/offapi/com/sun/star/sheet/DataResult.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::XDataPilotResults
*/
-published struct DataResult
+struct DataResult
{
/** contains boolean flags describing the result.
diff --git a/offapi/com/sun/star/sheet/DataResultFlags.idl b/offapi/com/sun/star/sheet/DataResultFlags.idl
index 68869abe6b66..25641fb70727 100644
--- a/offapi/com/sun/star/sheet/DataResultFlags.idl
+++ b/offapi/com/sun/star/sheet/DataResultFlags.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::DataResult
*/
-published constants DataResultFlags
+constants DataResultFlags
{
/** The element contains data.
diff --git a/offapi/com/sun/star/sheet/MemberResult.idl b/offapi/com/sun/star/sheet/MemberResult.idl
index 1d343382a2a6..8cb4c2247702 100644
--- a/offapi/com/sun/star/sheet/MemberResult.idl
+++ b/offapi/com/sun/star/sheet/MemberResult.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module sheet {
@see com::sun::star::sheet::XDataPilotMemberResults
*/
-published struct MemberResult
+struct MemberResult
{
/** the internal name of the field.
*/
diff --git a/offapi/com/sun/star/sheet/MemberResultFlags.idl b/offapi/com/sun/star/sheet/MemberResultFlags.idl
index 5d5f064bb645..4e3aed2219e2 100644
--- a/offapi/com/sun/star/sheet/MemberResultFlags.idl
+++ b/offapi/com/sun/star/sheet/MemberResultFlags.idl
@@ -26,7 +26,7 @@ module com { module sun { module star { module sheet {
/** used to give information about elements in data pilot member results.
*/
-published constants MemberResultFlags
+constants MemberResultFlags
{
/** The element contains a member.
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index cebc489d5865..0987584e1edf 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ