From 1e297aef53ec79e2905cb9ca57d649b82bc3938d Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Wed, 2 Nov 2011 23:36:36 +0100 Subject: Move BitmapDevice to use B2IBox instead of B2IRange. Semantically, B2IBox represents a pixel rect much better than B2IRange - replaced all occurences in and around the software renderer, and client code. --- vcl/inc/headless/svpgdi.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/headless') diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx index b08edba55ed0..31ae2530ccc5 100644 --- a/vcl/inc/headless/svpgdi.hxx +++ b/vcl/inc/headless/svpgdi.hxx @@ -66,7 +66,7 @@ private: ClipUndoHandle( SvpSalGraphics *pGfx ) : m_rGfx( *pGfx ) {} ~ClipUndoHandle(); }; - bool isClippedSetup( const basegfx::B2IRange &aRange, ClipUndoHandle &rUndo ); + bool isClippedSetup( const basegfx::B2IBox &aRange, ClipUndoHandle &rUndo ); void ensureClip(); protected: -- cgit