summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/spritedevicehelper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-03 11:14:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-03 10:44:01 +0000
commit8a16f665b1172ed505bf17f9b30ffde8abc3b861 (patch)
tree07b07bf01aaf014c32d9635b448a3cfae40d8063 /canvas/source/vcl/spritedevicehelper.cxx
parent9cbc3436eac193e6ae0164835fbf1f04e31707ab (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.cxx2
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()) );
}