Kaydet (Commit) 66673d0f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

Change-Id: Ib6b8e49e1795c1b748dfec6a63333ee5011c04ad
üst 7ee0f5e9
...@@ -170,8 +170,6 @@ class MaskData ...@@ -170,8 +170,6 @@ class MaskData
public: public:
MaskData( SvxBmpMask* pBmpMask, SfxBindings& rBind ); MaskData( SvxBmpMask* pBmpMask, SfxBindings& rBind );
bool IsCbxReady() const { return bIsReady; }
void SetExecState( bool bState ) { bExecState = bState; }
bool IsExecReady() const { return bExecState; } bool IsExecReady() const { return bExecState; }
DECL_LINK( PipetteHdl, ToolBox* pTbx ); DECL_LINK( PipetteHdl, ToolBox* pTbx );
......
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