diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-18 14:37:51 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-18 14:37:51 +0200 |
commit | b24d4e1f2ae2fdba426511498717ba1326b346cc (patch) | |
tree | c32f175914a48252750f56685587002d3639d8e0 /canvas/source/directx | |
parent | dcc7ee5540e58c117a450eec93c099b59a7530c8 (diff) |
#i114935#
Diffstat (limited to 'canvas/source/directx')
-rwxr-xr-x | canvas/source/directx/dx_canvashelper_texturefill.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/canvas/source/directx/dx_canvashelper_texturefill.cxx b/canvas/source/directx/dx_canvashelper_texturefill.cxx index 60d62dad338a..80224aa3d53c 100755 --- a/canvas/source/directx/dx_canvashelper_texturefill.cxx +++ b/canvas/source/directx/dx_canvashelper_texturefill.cxx @@ -422,8 +422,6 @@ namespace dxcanvas } #if defined(VERBOSE) && defined(DBG_UTIL) - rGraphics->MultiplyTransform( &aMatrix ); - Gdiplus::Pen aPen( Gdiplus::Color( 255, 255, 0, 0 ), 0.0001f ); |