From 2b83e73fd7b059c4ad224e3163f9d57c6cc6e1c7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 18 Apr 2017 17:13:03 +0100 Subject: remove freshly unused menu support from src files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I038711a0c4d440d452d5b2ae1bfcba5c9305815b Reviewed-on: https://gerrit.libreoffice.org/36646 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- rsc/inc/rscconst.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'rsc/inc/rscconst.hxx') diff --git a/rsc/inc/rscconst.hxx b/rsc/inc/rscconst.hxx index 1b65f60e509a..b9678751e452 100644 --- a/rsc/inc/rscconst.hxx +++ b/rsc/inc/rscconst.hxx @@ -38,7 +38,6 @@ protected: public: RscConst( Atom nId, RESOURCE_TYPE nTypId ); virtual ~RscConst() override; - virtual RSCCLASS_TYPE GetClassType() const override; // sets the allowed values void SetConstant( Atom nVarName, sal_Int32 lValue ); bool GetConstValue( Atom nConstId, sal_Int32 * pVal ) const; -- cgit