diff options
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/opengl/TransitionerImpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/opengl/TransitionerImpl.cxx b/slideshow/source/engine/opengl/TransitionerImpl.cxx index 3bba744a7fb0..fcf859b40d93 100644 --- a/slideshow/source/engine/opengl/TransitionerImpl.cxx +++ b/slideshow/source/engine/opengl/TransitionerImpl.cxx @@ -617,7 +617,7 @@ private: static_cast<rendering::XColorSpace*>(this), 0); uno::Sequence<double> aRes(nLen); - std::transform(deviceColor.begin(), deviceColor.end(), aRes.begin(), + std::transform(deviceColor.begin(), deviceColor.end(), aRes.getArray(), vcl::unotools::toDoubleColor); return aRes; } |