diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-03 11:14:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-03 10:44:01 +0000 |
commit | 8a16f665b1172ed505bf17f9b30ffde8abc3b861 (patch) | |
tree | 07b07bf01aaf014c32d9635b448a3cfae40d8063 /canvas/source/vcl/spritedevicehelper.cxx | |
parent | 9cbc3436eac193e6ae0164835fbf1f04e31707ab (diff) |
makeAny->Any in canvas..configmgr
Change-Id: Id06812595f373cd0da8b421dbac34a60a266ae6e
Reviewed-on: https://gerrit.libreoffice.org/33869
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas/source/vcl/spritedevicehelper.cxx')
-rw-r--r-- | canvas/source/vcl/spritedevicehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/spritedevicehelper.cxx b/canvas/source/vcl/spritedevicehelper.cxx index 2b484f8a3852..2b9a5d169525 100644 --- a/canvas/source/vcl/spritedevicehelper.cxx +++ b/canvas/source/vcl/spritedevicehelper.cxx @@ -95,7 +95,7 @@ namespace vclcanvas if( !mpBackBuffer ) return uno::Any(); - return uno::makeAny( + return uno::Any( reinterpret_cast< sal_Int64 >(&mpBackBuffer->getOutDev()) ); } |