Kaydet (Commit) fb6fc47b authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unreffun

Change-Id: I9baa384548df3014bf43351cd096b8c8cf79a5a8
üst 32740851
......@@ -152,9 +152,6 @@ private:
public:
SectRepr(size_t nPos, SwSection& rSect);
bool operator< (const SectRepr& rSectRef) const
{ return m_nArrPos < rSectRef.GetArrPos(); }
SwSectionData & GetSectionData() { return m_SectionData; }
SwFormatCol& GetCol() { return m_Col; }
SvxBrushItem& GetBackground() { return m_Brush; }
......
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