From 1c5cae479bebd2d325182adc2c9821fd948fd1bd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Apr 2017 08:44:33 +0200 Subject: loplugin:unusedmethods Change-Id: Ib7a9b1b0802ca751da258065e89b412b090bb672 Reviewed-on: https://gerrit.libreoffice.org/36718 Tested-by: Jenkins Reviewed-by: Noel Grandin --- rsc/inc/rscdb.hxx | 1 - rsc/inc/rsctools.hxx | 2 -- 2 files changed, 3 deletions(-) (limited to 'rsc') diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index f56ba91f122f..d9b222154c9a 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -79,7 +79,6 @@ class RscTypCont void Init(); // initializes classes and tables void SETCONST( RscConst *, const char *, sal_uInt32 ); void SETCONST( RscConst *, Atom, sal_uInt32 ); - void SETCONST( RscConst *p1, Atom p2, MenuItemBits p3 ) { SETCONST(p1, p2, static_cast(p3)); } RscEnum * InitFieldUnitsType(); RscTupel * InitStringLongTupel(); static RscCont * InitStringLongTupelList( RscTupel * pStringLongTupel ); diff --git a/rsc/inc/rsctools.hxx b/rsc/inc/rsctools.hxx index cf26e05bee7a..ccfe95471dd9 100644 --- a/rsc/inc/rsctools.hxx +++ b/rsc/inc/rsctools.hxx @@ -148,8 +148,6 @@ public: void Put( sal_uInt32 nValue ) { Put( (sal_Int32)nValue ); } void Put( sal_uInt16 nValue ); - void Put( sal_Int16 nValue ) - { Put( (sal_uInt16)nValue ); } void PutUTF8( char * pData ); void PutAt( sal_uInt32 nPos, sal_Int32 lVal ) -- cgit