diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-28 09:20:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-28 09:20:06 +0200 |
commit | fb6fc47b5518331c4e76ac1bac127e69015e9f12 (patch) | |
tree | 5e4b78c22a7f834eb0b737a0c89897f77f6b27a1 /sw/source | |
parent | 3274085111409feea8fb54bfb9192851e3b51113 (diff) |
loplugin:unreffun
Change-Id: I9baa384548df3014bf43351cd096b8c8cf79a5a8
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/dialog/uiregionsw.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/dialog/uiregionsw.cxx b/sw/source/ui/dialog/uiregionsw.cxx index 601be954f569..e4e96309df80 100644 --- a/sw/source/ui/dialog/uiregionsw.cxx +++ b/sw/source/ui/dialog/uiregionsw.cxx @@ -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; } |