summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataPilotField.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:45:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commitd11a7b5eb1b127c4f60367ecaeb64868313002d6 (patch)
tree4333a00f2ffd957219cfa355c54cc62fc7cd670a /offapi/com/sun/star/sheet/DataPilotField.idl
parent4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4 (diff)
*api: convert <const>
This one is apparently often abused to link to a constant group, while it can only link to constants within a group. sed -i "s,<const>\([^<]\+\)</const>,\1,g" Change-Id: Ic3d8099751340e4b046298c861bb659beb351eaf
Diffstat (limited to 'offapi/com/sun/star/sheet/DataPilotField.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataPilotField.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotField.idl b/offapi/com/sun/star/sheet/DataPilotField.idl
index 824ea4815bd1..edc84ae67ddf 100644
--- a/offapi/com/sun/star/sheet/DataPilotField.idl
+++ b/offapi/com/sun/star/sheet/DataPilotField.idl
@@ -74,7 +74,7 @@ published service DataPilotField
/** specifies the function used to calculate results for this field.
<p>For column and row fields, this is the function for subtotals
- (<const>GeneralFunction::NONE</const> means no subtotals).
+ (GeneralFunction::NONE means no subtotals).
For data fields, this is the function shown in the data pilot
table.</p>
*/
@@ -87,10 +87,10 @@ published service DataPilotField
<p>An empty sequence means no subtotals. The same effect can be
achieved by setting the property #Function to the
- value <const>GeneralFunction::NONE</const>. If the length of the
+ value GeneralFunction::NONE. If the length of the
sequence is greater then 1, then the sequence MUST NOT contain one of
- the values <const>GeneralFunction::NONE</const> or
- <const>GeneralFunction::AUTO</const>.</p>
+ the values GeneralFunction::NONE or
+ GeneralFunction::AUTO.</p>
<p>The order of the functions in this sequence is reflected in the
DataPilot table. Multiple entries of the same function are ignored