diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-16 16:15:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-17 07:57:52 +0200 |
commit | 58f75fb66a83b1bc7d8297dedc14ade88a9bbc9d (patch) | |
tree | 42792b7d14ba7c5a792bf2c22debab44a460df9d /canvas/source/vcl/impltools.hxx | |
parent | 51d474abdb8835fe8de055795f17ee580474fab4 (diff) |
drop ModulationMode enum
since we only ever use the MODULE_NONE enumerator
Change-Id: Icd075bb01b5938dbd75b901521d084ddd6469963
Diffstat (limited to 'canvas/source/vcl/impltools.hxx')
-rw-r--r-- | canvas/source/vcl/impltools.hxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/canvas/source/vcl/impltools.hxx b/canvas/source/vcl/impltools.hxx index 62f10814a0c6..d07a841ea754 100644 --- a/canvas/source/vcl/impltools.hxx +++ b/canvas/source/vcl/impltools.hxx @@ -171,16 +171,8 @@ namespace vclcanvas const css::rendering::ViewState& rViewState, const css::rendering::RenderState& rRenderState ); - enum ModulationMode - { - MODULATE_NONE, - MODULATE_WITH_DEVICECOLOR - }; - ::BitmapEx transformBitmap( const BitmapEx& rBitmap, - const ::basegfx::B2DHomMatrix& rTransform, - const css::uno::Sequence< double >& rDeviceColor, - ModulationMode eModulationMode ); + const ::basegfx::B2DHomMatrix& rTransform ); } } |