summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorthb <thb@openoffice.org>2010-01-22 14:17:52 +0100
committerthb <thb@openoffice.org>2010-01-22 14:17:52 +0100
commit0c770cb000ec05eb522b928dbf975ebe8324c480 (patch)
tree1f5d6f03685f3ee321afcbda46a1e1d0d3da7bc1 /canvas
parent03fc1bd0e9ad5a2487cdd8660cc03810c9c76fd2 (diff)
#i10000# help msvc to find the right one of an overloaded func
Diffstat (limited to 'canvas')
-rwxr-xr-xcanvas/source/directx/dx_canvashelper_texturefill.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_canvashelper_texturefill.cxx b/canvas/source/directx/dx_canvashelper_texturefill.cxx
index 2d5046146c28..453569298004 100755
--- a/canvas/source/directx/dx_canvashelper_texturefill.cxx
+++ b/canvas/source/directx/dx_canvashelper_texturefill.cxx
@@ -589,7 +589,8 @@ namespace dxcanvas
&rValues.maColors[0]+rValues.maColors.getLength(),
aColors.begin(),
boost::bind(
- &tools::sequenceToArgb,
+ (Gdiplus::ARGB (*)( const uno::Sequence< double >& ))(
+ &tools::sequenceToArgb),
_1));
std::vector< Gdiplus::REAL > aStops;
comphelper::sequenceToContainer(aStops,rValues.maStops);