From 1c00c606d125330026689192a8146c95084118ca Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 26 Mar 2014 11:24:44 +0200 Subject: Return two accidentally removed member functions Change-Id: Ideef97c6ddcde9a3c324084a53792c965c7b6707 --- vcl/inc/headless/svpgdi.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vcl/inc/headless') diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx index fdcd5ea3caa0..bf4effd63e94 100644 --- a/vcl/inc/headless/svpgdi.hxx +++ b/vcl/inc/headless/svpgdi.hxx @@ -77,6 +77,8 @@ private: ClipUndoHandle( SvpSalGraphics *pGfx ) : m_rGfx( *pGfx ) {} ~ClipUndoHandle(); }; + bool isClippedSetup( const basegfx::B2IBox &aRange, ClipUndoHandle &rUndo ); + void ensureClip(); public: void setDevice( basebmp::BitmapDeviceSharedPtr& rDevice ); -- cgit