diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-26 11:24:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-26 11:24:44 +0200 |
commit | 1c00c606d125330026689192a8146c95084118ca (patch) | |
tree | 9c9cfd4de3f911962fe22aa809015d1e19d18740 /vcl/inc/headless | |
parent | 628b07cfc0417e87a6f2558543608aba04089d6a (diff) |
Return two accidentally removed member functions
Change-Id: Ideef97c6ddcde9a3c324084a53792c965c7b6707
Diffstat (limited to 'vcl/inc/headless')
-rw-r--r-- | vcl/inc/headless/svpgdi.hxx | 2 |
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 ); |