vcl/inc/headless/svpgdi.hxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 1c00c606d125330026689192a8146c95084118ca Author: Tor Lillqvist <t...@collabora.com> Date: Wed Mar 26 11:24:44 2014 +0200
Return two accidentally removed member functions Change-Id: Ideef97c6ddcde9a3c324084a53792c965c7b6707 diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx index fdcd5ea..bf4effd 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 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits