From 5cb4f1e757b5db7f21622d3fad9b23857a1e589b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 22 Oct 2019 12:03:42 +0100 Subject: document contemporary uselessness of getTargetColorDepth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I60ab61df29445681a8ddc3a1b2005e7c43f70d3c Reviewed-on: https://gerrit.libreoffice.org/81322 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- offapi/com/sun/star/ui/dialogs/XFilePreview.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/ui/dialogs/XFilePreview.idl b/offapi/com/sun/star/ui/dialogs/XFilePreview.idl index 63e653a287c0..baaa033dbffc 100644 --- a/offapi/com/sun/star/ui/dialogs/XFilePreview.idl +++ b/offapi/com/sun/star/ui/dialogs/XFilePreview.idl @@ -44,6 +44,8 @@ published interface XFilePreview: com::sun::star::uno::XInterface /** The method returns the supported color depth of the target device. + @deprecated - typically now just returns 0 + @returns The color depth in bit, e.g. 8 bit, 16 bit, 32 bit. */ -- cgit