summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Francis <dennisfrancis.in@gmail.com>2023-04-27 12:36:49 +0530
committerDennis Francis <dennis.francis@collabora.com>2023-04-27 10:10:55 +0200
commit53279b8bc210485471f9550ebbc5ad09adefa4c0 (patch)
tree62ac12777658c86138e733f0b9eb993ac7d431d3
parentAvoid temporary OUString creation (diff)
downloadcore-53279b8bc210485471f9550ebbc5ad09adefa4c0.tar.gz
core-53279b8bc210485471f9550ebbc5ad09adefa4c0.zip
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>
-rw-r--r--offapi/com/sun/star/sheet/DataPilotFieldLayoutMode.idl2
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;