summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-10 21:51:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-11 14:46:45 +0100
commit2106d8e648449d34b195068eef5f672a14ea64a8 (patch)
treece43da57f52c0bad223d123a37129da918fb5668 /oox/inc
parentef877aab7ee88f03b36447af82904fc94938f569 (diff)
callcatcher: update unused code
Change-Id: Id5f730fc447b11000b266954f9e7f5287bad02f4
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/helper/containerhelper.hxx2
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;
5cd5e087883f'>Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2014-12-16cppuhelper: Use appropriate OUString functions on string constantsStephan Bergmann 2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage 2014-07-11new loplugin: externalandnotdefinedNoel Grandin 2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin 2014-06-04cppuhelper: fix includesThomas Arnhold 2014-05-29remove more unnecesary OUString constructor useNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-03-10cppuhelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann 2014-02-27Remove visual noise from cppuhelperAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-17cppuhelper: sal_Bool -> boolStephan Bergmann 2013-08-24build on higher debug levelsCaolán McNamara 2013-08-21OString’ was not declared in this scopeCaolán McNamara 2013-08-19Prefer using declarations over using directivesStephan Bergmann 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2012-12-06re-base on ALv2 code. Includes:Michael Meeks 2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud 2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann 2011-11-27remove include of pch header in cppuhelperNorbert Thiebaud