offapi/com/sun/star/ui/dialogs/XFilePreview.idl | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 5cb4f1e757b5db7f21622d3fad9b23857a1e589b Author: Caolán McNamara <[email protected]> AuthorDate: Tue Oct 22 12:03:42 2019 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Oct 22 17:11:52 2019 +0200 document contemporary uselessness of getTargetColorDepth Change-Id: I60ab61df29445681a8ddc3a1b2005e7c43f70d3c Reviewed-on: https://gerrit.libreoffice.org/81322 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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. */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
