[Libreoffice-commits] core.git: vcl/inc
Tor Lillqvist
tml at collabora.com
Wed Mar 26 02:25:16 PDT 2014
vcl/inc/headless/svpgdi.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 1c00c606d125330026689192a8146c95084118ca
Author: Tor Lillqvist <tml at 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 );
More information about the Libreoffice-commits
mailing list