summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/inc/headless/svpgdi.hxx2
1 files changed, 2 insertions, 0 deletions
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 );