Kaydet (Commit) 1c00c606 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Return two accidentally removed member functions

Change-Id: Ideef97c6ddcde9a3c324084a53792c965c7b6707
üst 628b07cf
...@@ -77,6 +77,8 @@ private: ...@@ -77,6 +77,8 @@ private:
ClipUndoHandle( SvpSalGraphics *pGfx ) : m_rGfx( *pGfx ) {} ClipUndoHandle( SvpSalGraphics *pGfx ) : m_rGfx( *pGfx ) {}
~ClipUndoHandle(); ~ClipUndoHandle();
}; };
bool isClippedSetup( const basegfx::B2IBox &aRange, ClipUndoHandle &rUndo );
void ensureClip();
public: public:
void setDevice( basebmp::BitmapDeviceSharedPtr& rDevice ); void setDevice( basebmp::BitmapDeviceSharedPtr& rDevice );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment