diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-10 17:53:30 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-11 01:55:36 +0200 |
commit | 878398bac2ba1b388ac2237d1f445ba7702956d0 (patch) | |
tree | 194c5f462da77ced8242dfc7145b5323c51d3de5 /canvas | |
parent | 1e81a8f843b252c29f6d56577cdb82f01361e795 (diff) |
dx_winstuff.hxx does already undef them
Change-Id: I32609eb3477b177ffd2628686ba8313baf223ed7
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/directx/dx_devicehelper.cxx | 5 | ||||
-rw-r--r-- | canvas/source/directx/dx_spritedevicehelper.cxx | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/canvas/source/directx/dx_devicehelper.cxx b/canvas/source/directx/dx_devicehelper.cxx index cd233994eb54..cc824719c3d7 100644 --- a/canvas/source/directx/dx_devicehelper.cxx +++ b/canvas/source/directx/dx_devicehelper.cxx @@ -36,13 +36,8 @@ #include "dx_spritecanvas.hxx" #include "dx_canvasbitmap.hxx" #include "dx_devicehelper.hxx" - - -#undef WB_LEFT -#undef WB_RIGHT #include "dx_winstuff.hxx" - #include <vcl/sysdata.hxx> #include <vcl/outdev.hxx> diff --git a/canvas/source/directx/dx_spritedevicehelper.cxx b/canvas/source/directx/dx_spritedevicehelper.cxx index a101cf796cb8..cd407b6aece6 100644 --- a/canvas/source/directx/dx_spritedevicehelper.cxx +++ b/canvas/source/directx/dx_spritedevicehelper.cxx @@ -34,13 +34,8 @@ #include "dx_spritecanvas.hxx" #include "dx_canvasbitmap.hxx" #include "dx_spritedevicehelper.hxx" - - -#undef WB_LEFT -#undef WB_RIGHT #include "dx_winstuff.hxx" - #include <vcl/sysdata.hxx> using namespace ::com::sun::star; |