diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-10 21:51:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-11 14:46:45 +0100 |
commit | 2106d8e648449d34b195068eef5f672a14ea64a8 (patch) | |
tree | ce43da57f52c0bad223d123a37129da918fb5668 /oox/inc | |
parent | ef877aab7ee88f03b36447af82904fc94938f569 (diff) |
callcatcher: update unused code
Change-Id: Id5f730fc447b11000b266954f9e7f5287bad02f4
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/helper/containerhelper.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; |