From 7e776c0027c19f1bb8e64dd68d3fd9ded0b5d896 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 2 Oct 2015 08:37:23 +0200 Subject: loplugin:unusedmethods Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af --- extensions/source/propctrlr/pcrcommon.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'extensions/source') diff --git a/extensions/source/propctrlr/pcrcommon.hxx b/extensions/source/propctrlr/pcrcommon.hxx index 6a026c7c8278..9c34bbab494c 100644 --- a/extensions/source/propctrlr/pcrcommon.hxx +++ b/extensions/source/propctrlr/pcrcommon.hxx @@ -100,8 +100,6 @@ namespace pcr inline sal_Int32 size() const { return UnoBase::getLength(); } inline bool empty() const { return UnoBase::getLength() == 0; } - - inline void resize( size_t _newSize ) { UnoBase::realloc( _newSize ); } }; -- cgit