summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-12-14 12:36:46 +0100
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-12-18 09:35:29 +0100
commit6cdf523f179f3e7ed94267502a5fe3d1247398cc (patch)
tree6c0e34dce3b4d1311a580cc783991484ff278199 /offapi/com/sun
parenta3a9ae3f564be4dd6549fe5708a593ea09d1e79c (diff)
[API CHANGE] tdf#158041 Remove unused drawing printing option from sw
Change-Id: I95f81f166ab9d75622c83672101925894b2f2e7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160774 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/text/PrintSettings.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/PrintSettings.idl b/offapi/com/sun/star/text/PrintSettings.idl
index 4050d82877a2..f43fc899f299 100644
--- a/offapi/com/sun/star/text/PrintSettings.idl
+++ b/offapi/com/sun/star/text/PrintSettings.idl
@@ -38,6 +38,8 @@ published service PrintSettings
[property] boolean PrintTables;
/** determines if shapes are printed.
+ *
+ * @deprecated since 24.8. Use PrintGraphics instead.
*/
[property] boolean PrintDrawings;