summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-12-14 14:13:07 +0100
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-12-18 13:21:55 +0100
commit6dbc5e2bf4bd24c53ae3b906a5f74fb7ceed6ab9 (patch)
tree33b1223008f51f43967bbdebe53a08162759f1be /offapi/com
parent3930366328042b0fe8d63bc8a2eb827fd7e230a6 (diff)
[API CHANGE] tdf#158041 Remove unused reverse printing option from sw
Change-Id: I8b4597dbafc78e881fe556de8ce8221e50a673bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160777 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/text/PrintSettings.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/PrintSettings.idl b/offapi/com/sun/star/text/PrintSettings.idl
index f43fc899f299..e1596fe16290 100644
--- a/offapi/com/sun/star/text/PrintSettings.idl
+++ b/offapi/com/sun/star/text/PrintSettings.idl
@@ -56,6 +56,10 @@ published service PrintSettings
[property] boolean PrintControls;
/** determines if the pages are printed in the reverse order, starting with the last page.
+ *
+ * @deprecated since 24.8.
+ *
+ * The functionality behind this property is removed. Use com::sun::star::view::PrintSettings::PrintReversed instead.
*/
[property] boolean PrintReversed;