diff options
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r-- | offapi/com/sun/star/sheet/DataPilotFieldLayoutMode.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotFieldLayoutMode.idl b/offapi/com/sun/star/sheet/DataPilotFieldLayoutMode.idl index 4bbc233c674e..ae8cee9ee75c 100644 --- a/offapi/com/sun/star/sheet/DataPilotFieldLayoutMode.idl +++ b/offapi/com/sun/star/sheet/DataPilotFieldLayoutMode.idl @@ -68,6 +68,8 @@ constants DataPilotFieldLayoutMode the subtotals take up more than one row (manually selected, or because there are several data fields), they are always shown below the item's data, regardless of the setting.</p> + + @since LibreOffice 7.6 */ const long COMPACT_LAYOUT = 3; |