diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-22 12:03:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-22 17:11:52 +0200 |
commit | 5cb4f1e757b5db7f21622d3fad9b23857a1e589b (patch) | |
tree | 3f843985b8116fc7beb9303f0faa09b20bbe3db2 /offapi | |
parent | 6314e7bf21cb220fa84a6483f96caa75368773c5 (diff) |
document contemporary uselessness of getTargetColorDepth
Change-Id: I60ab61df29445681a8ddc3a1b2005e7c43f70d3c
Reviewed-on: https://gerrit.libreoffice.org/81322
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/XFilePreview.idl | 2 |
1 files changed, 2 insertions, 0 deletions
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. */ |