summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-28 09:20:06 +0200
committerNoel Grandin <noel@peralex.com>2015-07-28 09:20:06 +0200
commitfb6fc47b5518331c4e76ac1bac127e69015e9f12 (patch)
tree5e4b78c22a7f834eb0b737a0c89897f77f6b27a1 /sw/source
parent3274085111409feea8fb54bfb9192851e3b51113 (diff)
loplugin:unreffun
Change-Id: I9baa384548df3014bf43351cd096b8c8cf79a5a8
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/dialog/uiregionsw.cxx3
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; }