Kaydet (Commit) bcb15288 authored tarafından Kohei Yoshida's avatar Kohei Yoshida Kaydeden (comit) Michael Stahl

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
üst 80263a1b
......@@ -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.
......
......@@ -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.
......
......@@ -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.
*/
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment