diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-12-14 11:52:56 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-12-18 09:24:35 +0100 |
commit | a0782355c212b8237a6bfa3ce1c5bb010bd4caba (patch) | |
tree | f86cb847fb5b68de955df3a2f4378372fe80b5a0 /offapi | |
parent | d7577174b541e68158d228aa41192227c10a252f (diff) |
[API CHANGE] tdf#158041 Remove unused table printing option from sw
"for now it was decided that tables should always be printed"
-> make this decision from 2015 permanent
Change-Id: Ica5958a74ec6766040ab59f2c91224b75df4d807
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160766
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/PrintSettings.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/view/PrintSettings.idl | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/PrintSettings.idl b/offapi/com/sun/star/text/PrintSettings.idl index e7bd26bf3ad2..4050d82877a2 100644 --- a/offapi/com/sun/star/text/PrintSettings.idl +++ b/offapi/com/sun/star/text/PrintSettings.idl @@ -30,6 +30,10 @@ published service PrintSettings [property] boolean PrintGraphics; /** determines if text tables are printed. + * + * @deprecated since 24.8. + * + * The functionality behind this property is removed. */ [property] boolean PrintTables; diff --git a/offapi/com/sun/star/view/PrintSettings.idl b/offapi/com/sun/star/view/PrintSettings.idl index 093480523d18..3c5976bf3b71 100644 --- a/offapi/com/sun/star/view/PrintSettings.idl +++ b/offapi/com/sun/star/view/PrintSettings.idl @@ -56,6 +56,10 @@ published service PrintSettings [property] boolean PrintRightPages; /** If `TRUE`, tables are included in printing. + * + * @deprecated since 24.8. + * + * The functionality behind this property is removed. */ [property] boolean PrintTables; |