diff options
author | Dennis Francis <dennisfrancis.in@gmail.com> | 2023-04-27 12:36:49 +0530 |
---|---|---|
committer | Dennis Francis <dennis.francis@collabora.com> | 2023-04-27 10:10:55 +0200 |
commit | 53279b8bc210485471f9550ebbc5ad09adefa4c0 (patch) | |
tree | 62ac12777658c86138e733f0b9eb993ac7d431d3 /offapi/com/sun/star/sheet | |
parent | 0f83cbe27b95d991ce171a961950645a1ef67d7a (diff) |
add @since for COMPACT_LAYOUT
Change-Id: I4b7f918e846ea1d220b9df2be5bc0b39d1f22f7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151086
Tested-by: Jenkins
Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
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; |