summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManagerImpl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-13 15:06:54 +0200
committerNoel Grandin <noel@peralex.com>2016-01-14 08:50:44 +0200
commitd6318214908b088f8820033f62c47fbc4821c3a1 (patch)
tree156ee4efb624aff31ca64f58f06da1346aad8ca1 /svx/source/accessibility/ChildrenManagerImpl.hxx
parent5adcc4f6da434af9b6baeba06699321ceaa15478 (diff)
loplugin:unusedmethods unused return value in svx
Change-Id: I15a87da20487ce031c6aab2f3df0b18fd3e4c249
Diffstat (limited to 'svx/source/accessibility/ChildrenManagerImpl.hxx')
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx
index c6a94c65bfe8..a5feea3f82ed 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -519,15 +519,6 @@ public:
);
}
- /** The ordering defined by this operator is only used in order to be able
- to put child descriptors in some STL containers. The ordering itself is
- not so important, its 'features' are not used.
- */
- inline bool operator < (const ChildDescriptor& aDescriptor) const
- {
- return (mxShape.get() < aDescriptor.mxShape.get());
- }
-
};