From ef46917ff3163d3fdd5152bda5d16c4503b6ab69 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 16 Aug 2015 16:45:12 -0500 Subject: Put Polygon from tools under tools:: namespace Polygon is one of these names that Clash with some system objects A similar work has been done earlier with PolyPolygon. Change-Id: Icf2217cb2906292b7275760f1a16be0e150312f5 Reviewed-on: https://gerrit.libreoffice.org/17789 Tested-by: Jenkins Reviewed-by: Norbert Thiebaud --- canvas/source/directx/dx_winstuff.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'canvas/source/directx') diff --git a/canvas/source/directx/dx_winstuff.hxx b/canvas/source/directx/dx_winstuff.hxx index 67cf1461f215..5ffd3abb6771 100644 --- a/canvas/source/directx/dx_winstuff.hxx +++ b/canvas/source/directx/dx_winstuff.hxx @@ -46,7 +46,6 @@ #define GradientStyle_RECT win32GradientStyle_RECT -#define Polygon win32Polygon #undef WB_LEFT #undef WB_RIGHT @@ -174,7 +173,6 @@ namespace dxcanvas #undef DELETE #undef GradientStyle_RECT -#undef Polygon #endif // INCLUDED_CANVAS_SOURCE_DIRECTX_DX_WINSTUFF_HXX -- cgit