diff options
-rw-r--r-- | sw/inc/dcontact.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx index 958e1a591245..05f540fc0300 100644 --- a/sw/inc/dcontact.hxx +++ b/sw/inc/dcontact.hxx @@ -365,6 +365,7 @@ class SwDrawContact final : public SwContact bool operator() ( const SwDrawVirtObj* _pDrawVirtObj ); }; + void SetMaster( SdrObject* _pNewMaster ); /// method for adding/removing 'virtual' drawing object. SwDrawVirtObj* CreateVirtObj(); static void DestroyVirtObj( SwDrawVirtObj* pVirtObj ); @@ -387,7 +388,6 @@ class SwDrawContact final : public SwContact virtual const SdrObject* GetMaster() const override; virtual SdrObject* GetMaster() override; - void SetMaster( SdrObject* _pNewMaster ); const SwFrame* GetAnchorFrame( const SdrObject* _pDrawObj = nullptr ) const; SwFrame* GetAnchorFrame( SdrObject* _pDrawObj = nullptr ); |