diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-01-15 21:20:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-01-16 11:32:13 +0000 |
commit | 1520708cd976ffd39a60bb9d167b6d3c0dbb9c57 (patch) | |
tree | 2bbb060c5f30b876048c26fe58e93e4bc55e2603 /canvas/source | |
parent | 0dbc1bd6b7806f9d7a5c12daf57a8099c54d25a5 (diff) |
The third "depth argument is unused
as far as I can determine. We do query the 2nd arg in "gen"
when there is an opengl slide transition.
Change-Id: I180c91fa193ee6e7e3d5a415e4278aded9fbbba1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145544
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'canvas/source')
-rw-r--r-- | canvas/source/cairo/cairo_canvasbitmap.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/canvas/source/cairo/cairo_canvasbitmap.hxx b/canvas/source/cairo/cairo_canvasbitmap.hxx index 8826bc82ebe2..f2371821023f 100644 --- a/canvas/source/cairo/cairo_canvasbitmap.hxx +++ b/canvas/source/cairo/cairo_canvasbitmap.hxx @@ -106,10 +106,9 @@ namespace cairocanvas // 0 ... get pointer to BitmapEx // 1 ... get X pixmap handle to rgb content // 2 ... FIXME: leftover? ever called with this? always returns nothing (empty Any) - // returned any contains either BitmapEx pointer or array of three Any value + // returned any contains either BitmapEx pointer or array of two Any value // 1st a bool value: true - free the pixmap after used by XFreePixmap, false do nothing, the pixmap is used internally in the canvas // 2nd the pixmap handle (sal_Int64) - // 3rd the pixmap depth virtual css::uno::Any SAL_CALL getFastPropertyValue(sal_Int32 nHandle) override; virtual void SAL_CALL setFastPropertyValue(sal_Int32, const css::uno::Any&) override {} |