summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/impltools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/impltools.hxx')
-rw-r--r--canvas/source/vcl/impltools.hxx10
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 );
}
}