[Libreoffice-commits] core.git: sw/source
Noel Grandin
noel at peralex.com
Tue Jul 28 00:21:00 PDT 2015
sw/source/ui/dialog/uiregionsw.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit fb6fc47b5518331c4e76ac1bac127e69015e9f12
Author: Noel Grandin <noel at peralex.com>
Date: Tue Jul 28 09:20:06 2015 +0200
loplugin:unreffun
Change-Id: I9baa384548df3014bf43351cd096b8c8cf79a5a8
diff --git a/sw/source/ui/dialog/uiregionsw.cxx b/sw/source/ui/dialog/uiregionsw.cxx
index 601be95..e4e9630 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; }
More information about the Libreoffice-commits
mailing list