diff options
Diffstat (limited to 'sw/inc/dcontact.hxx')
-rw-r--r-- | sw/inc/dcontact.hxx | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx index 544e55973526..470132a0ee44 100644 --- a/sw/inc/dcontact.hxx +++ b/sw/inc/dcontact.hxx @@ -83,8 +83,6 @@ class SW_DLLPUBLIC SwContact : public SdrObjUserCall, public SwClient <SdrObjGroup::SetLayer(..)|NbcSetLayer(..)> sets also the layer of the members. - @author OD - @param _bToVisible input parameter - boolean indicating, if object has to be moved to visible (== true) or invisible (== false) layer. @@ -122,8 +120,6 @@ public: uses method <MoveObjToLayer(..)> - @author OD - @param _pDrawObj drawing object, which will be moved to the visible layer */ @@ -133,8 +129,6 @@ public: uses method <MoveObjToLayer(..)> - @author OD - @param _pDrawObj drawing object, which will be moved to the visible layer */ @@ -164,9 +158,7 @@ public: const SwIndex& GetContentAnchorIndex() const; - /** get data collection of anchored objects, handled by with contact - - */ + /** get data collection of anchored objects, handled by with contact */ virtual void GetAnchoredObjs( std::vector<SwAnchoredObject*>& _roAnchoredObjs ) const = 0; /** get minimum order number of anchored objects handled by with contact @@ -212,8 +204,7 @@ public: virtual void MoveObjToVisibleLayer( SdrObject* _pDrawObj ) override; virtual void MoveObjToInvisibleLayer( SdrObject* _pDrawObj ) override; - /** get data collection of anchored objects handled by with contact - */ + /** get data collection of anchored objects handled by with contact */ virtual void GetAnchoredObjs( std::vector<SwAnchoredObject*>& _roAnchoredObjs ) const override; }; @@ -415,8 +406,7 @@ class SwDrawContact final : public SwContact void NotifyBackgrdOfAllVirtObjs( const tools::Rectangle* pOldBoundRect ); - /** get data collection of anchored objects, handled by with contact - */ + /** get data collection of anchored objects, handled by with contact */ static void GetTextObjectsFromFormat( std::list<SdrTextObj*>&, SwDoc* ); virtual void GetAnchoredObjs( std::vector<SwAnchoredObject*>& _roAnchoredObjs ) const override; |