diff options
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/mtfrenderer/emfplus.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx index 79a9f74c8012..7b2e8d79e0c3 100644 --- a/cppcanvas/source/mtfrenderer/emfplus.cxx +++ b/cppcanvas/source/mtfrenderer/emfplus.cxx @@ -875,8 +875,6 @@ namespace cppcanvas rCanvas->getUNOCanvas()->getDevice()->getDeviceColorSpace()); #define SET_FILL_COLOR(x) \ rState.fillColor = COLOR(x); -#define SET_LINE_COLOR(x) \ - rState.lineColor = COLOR(x); #define SET_TEXT_COLOR(x) \ rState.textColor = COLOR(x); |