From 2106d8e648449d34b195068eef5f672a14ea64a8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 10 Jun 2012 21:51:19 +0100 Subject: callcatcher: update unused code Change-Id: Id5f730fc447b11000b266954f9e7f5287bad02f4 --- oox/inc/oox/helper/containerhelper.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'oox/inc') diff --git a/oox/inc/oox/helper/containerhelper.hxx b/oox/inc/oox/helper/containerhelper.hxx index ce71d5216b94..bed8990dcd92 100644 --- a/oox/inc/oox/helper/containerhelper.hxx +++ b/oox/inc/oox/helper/containerhelper.hxx @@ -86,8 +86,6 @@ public: /** Returns the ordered list of all value ranges. */ inline const ValueRangeVector& getRanges() const { return maRanges; } - /** Returns an intersection of the range list and the passed range. */ - ValueRangeVector getIntersection( const ValueRange& rRange ) const; private: ValueRangeVector maRanges; -- cgit